GNOME Bugzilla – Bug 535374
missing pitivi-sound.png
Last modified: 2008-12-02 14:10:49 UTC
Please describe the problem: Error: Failed to open file '/usr/share/pitivi/pixmaps/pitivi-sound.png': No such file or directory I checked svn tree(I keep it clean and zip it up) then uzip it to the tmp build dir. But I can't find it in the tree Steps to reproduce: 1.type pitivi 2. 3. Actual results: Expected results: Does this happen every time? Other information:
pitivi/ui/sourcefactories.py: self.audiofilepixbuf = self._getIcon("audio-x-generic", "pitivi-sound.png") is it this one I need to change to use the default gtk one for sound ?
or add the png back to pitivi/pixmaps/pitivi-sound.png and edit the makefile.am
pitivi Error: Icon 'audio-x-generic' not present in theme I tried grabbing the png but looks like that pitivi/ui/sourcefactories.py: needs the change but not sure how :( thanks
tunning kde here if that helps
one of these days I might accually see if this app is any good. But so far its not since i can't even get it to load :(
re-added the pitivi-sound.png pixmap that was accidentally removed some time ago. Please try again and confirm.
$ pitivi Error: Icon 'audio-x-generic' not present in theme getting the same as when I manually add the pitivi-sound.png . Comment #3
gnome-icon-theme-2.22.0-noarch_blade64-1 I have that too
just upgraded to r1143 stillt he same Error: Icon 'audio-x-generic' not present in theme
Games$ pitivi Error: Icon 'audio-x-generic' not present in theme same error just trying 1301 and had to do pygoocanvas/goocanvas one of these days I might get to se this work :)
*** Bug 554670 has been marked as a duplicate of this bug. ***
*** Bug 562348 has been marked as a duplicate of this bug. ***
commit 73534f3a494516eefd91e61f4784f48bd1785a55 Author: edwardrv <edwardrv@d3729300-e425-0410-8a4c-d956edccc248> Date: Tue Dec 2 14:10:21 2008 +0000 Fix SourceList._getIcon so that it does load fallbacks. Fixes #535374. Patch by Alessandro Decina <alessandro dot d at gmail dot con> git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@1437 d3729300-e425-0410-8a4c-d956edccc248