GNOME Bugzilla – Bug 518301
Pitivi won't start under KDE: "Icon 'misc' not present in theme"
Last modified: 2008-05-17 12:44:13 UTC
Please describe the problem: Under KDE, Pitivi fails to start. Steps to reproduce: 1. Install KDE and Pitivi 2. Start a KDE session 3. Click a Pitivi shortcut or type pitivi into a terminal window Actual results: Pitivi exits immediately. If Pitivi is started in a terminal, the following error message is printed: Error: Icon 'misc' not present in theme Expected results: Pitivi should start up and provide a window for further interaction. Does this happen every time? Yes Other information: I have tried using several different icon themes, including bluecurve, crystalsvg, and nuvola; none get rid of the error message. Crystal SVG does appear to contain an icon named misc. Pitivi does start as expected in a Gnome session. This is using Fedora 8, the pitivi package I've installed is pitivi-0.11.1-2.fc8
I'm having the exact same problem as David Winslow. Tried several different icon themes (both for kde and gnome), and even reinstalled the hicolor icons, but the problem persists. It starts without problems in a gnome session.
looks like its been a while and no fix :( I have gnome-icon-theme tango-icon-theme tango-icon-theme-extras running kde3.5.9 . have lots of gnome-gtk1.2/2.0 apps/libs etc things I need for grip/dvdstyler etc
This commit should fix the issue, sorry about the delay. 2008-05-17 Edward Hervey <edward.hervey@collabora.co.uk> * pitivi/ui/sourcefactories.py: Make icon selection code more generic. Remove self.filepixbuf since it's no longer used. Fixes #518301