exaile crashes when loading svg icon (should depend on python-rsvg?)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Exaile |
Fix Released
|
Medium
|
Unassigned | ||
exaile (Ubuntu) |
Fix Released
|
Low
|
Andrew Starr-Bochicchio |
Bug Description
Binary package hint: exaile
Starting exaile for the first time, it crashes with the following messages:
INFO : Loading Exaile 0.3.0.1...
INFO : Loading settings...
INFO : Setting up deferred idle manager function...
INFO : Loading plugins...
INFO : Loading collection...
INFO : Loading devices...
INFO : Loading interface...
Traceback (most recent call last):
File "/usr/lib/
main()
File "/usr/lib/
exaile = main.Exaile()
File "/usr/lib/
self.__init()
File "/usr/lib/
self.gui = xlgui.Main(self)
File "/usr/lib/
xdg.
File "/usr/lib/
self.
File "/usr/lib/
pixbuf = gtk.gdk.
glib.GError: Couldn't recognize the image file format for file '/usr/share/
Exaile works fine after installing the package python-rsvg. Probably this should be a dependency?
ProblemType: Bug
Architecture: i386
Date: Wed Oct 7 11:05:26 2009
DistroRelease: Ubuntu 9.10
Package: exaile 0.3.0.1-0ubuntu5
PackageArchitec
ProcEnviron:
LANGUAGE=
PATH=(custom, user)
LANG=en_US.UTF-8
SHELL=/usr/bin/zsh
ProcVersionSign
SourcePackage: exaile
Uname: Linux 2.6.31-12-generic i686
Changed in exaile (Ubuntu): | |
status: | New → In Progress |
importance: | Undecided → Low |
assignee: | nobody → Andrew Starr-Bochicchio (andrewsomething) |
status: | In Progress → Fix Committed |
Changed in exaile: | |
status: | Fix Committed → Fix Released |
information type: | Public → Private Security |
information type: | Private Security → Private |
information type: | Private → Public |
Fixed in the packaging branch. It will be in the next upload.
Opened an upstream task. This should probably get added to the dependency list. python- gnome2- desktop depends on python-rsvg, so most GNOME users will already have this but users of other desktops might not.