apturl cannot find icon and exits
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Linux Mint |
Triaged
|
Undecided
|
Unassigned | ||
apturl (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
apturl fails immediately with the following errors:
# apturl apt:exaile
/usr/lib/
if pkgobj.
/usr/lib/
summary = pkgobj.description
/usr/lib/
homepage = pkgobj.homepage
Traceback (most recent call last):
File "/usr/bin/
sys.
File "/usr/lib/
if not ui.askInstallPa
File "/usr/lib/
dia.
glib.GError: Icon 'deb' not present in theme
That makes imposible to install packages when clicking on apt: links
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 set_icon( gtk.icon_ theme_get_ default( ).load_ icon('deb' , 16, False))
dia.
glib.GError: Icon 'deb' not present in theme
Marking as upstream.