After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 447047 - pitivi doesn't run if the icon cache isn't present
pitivi doesn't run if the icon cache isn't present
Status: RESOLVED DUPLICATE of bug 461913
Product: pitivi
Classification: Other
Component: User interface
0.10.x
Other Linux
: Normal normal
: Git
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2007-06-13 08:47 UTC by Luca Barbato
Modified: 2007-11-11 13:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Luca Barbato 2007-06-13 08:47:24 UTC
fresh install of pitivi on a completely clean system.

strace -e open pitivi

....
open("/usr/lib64/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so", O_RDONLY) = 7
open("/usr/share/pitivi/pixmaps/pitivi-render-24.png", O_RDONLY) = 6
open("/usr/lib64/pitivi/python/pitivi/ui/actions.xml", O_RDONLY) = 6
open("/dev/urandom", O_RDONLY)          = 6
open("/usr/share/pitivi/pixmaps/busy.gif", O_RDONLY) = 6
open("/usr/lib64/gtk-2.0/2.10.0/loaders/libpixbufloader-gif.so", O_RDONLY) = 7
open("/usr/share/icons/hicolor/index.theme", O_RDONLY) = 6
open("/usr/share/icons/hicolor/icon-theme.cache", O_RDONLY) = 6
open("/usr/share/icons/hicolor/icon-theme.cache", O_RDONLY) = 7
open("/usr/share/icons/icon-theme.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 6
open("/usr/kde/3.5/share/icons/icon-theme.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/kde/3.5/share/icons", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 6
open("/usr/share/pixmaps/icon-theme.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 6
Error:  Icon 'misc' not present in theme
Comment 1 Edward Hervey 2007-11-11 13:56:01 UTC

*** This bug has been marked as a duplicate of 461913 ***