Comment 1 for bug 576021

Revision history for this message
Clement Lefebvre (clementlefebvre) wrote :

Upstream bug confirmed. Apturl assumes that the icon theme has a "deb" icon, fail when it hasn't.

File "/usr/lib/python2.6/dist-packages/AptUrl/gtk/GtkUI.py", line 155, in askInstallPackage
    dia.set_icon(gtk.icon_theme_get_default().load_icon('deb', 16, False))
glib.GError: Icon 'deb' not present in theme

Marking as upstream.