Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 128972 - glightoff fails to load its svg-images without librsvg
Summary: glightoff fails to load its svg-images without librsvg
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-05 15:14 UTC by Marc Christiansen
Modified: 2006-04-10 16:53 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marc Christiansen 2006-04-05 15:14:37 UTC
When starting glightoff, it fails with the error
  Could not find image file:
  /usr/share/pixmaps/glightoff/bulb_on.svg

  Please check GLightOff is installed correctly.

The missing file exists at the mentioned path. Turns out the problem is the missing support for svg for GdkPixbuf. Without librsvg, the gdk-pixbuf image loader for svg (/usr/lib/gtk-2.0/2.4.0/loaders/svg_loader.so on my system) is missing, which means glightoff can't load its graphics because it uses gdk_pixbuf_new_from_file for this. After emerging librsvg, the game starts.

So I think glightoff should rdepend on librsvg.

games-puzzle/glightoff-1.0.0
x11-libs/gtk+-2.8.12
gnome-base/librsvg-2.12.7
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2006-04-10 16:53:56 UTC
Fixed in CVS... thanks for the bug report