I installed gnomecatalog in Ubuntu 12.04 , and it fails to load due to
missing some icon. This is not about KDE but about dependencies !

$ gnomecatalog 
/usr/bin/..
Traceback (most recent call last):
  File "/usr/bin/gnomecatalog", line 15, in <module>
    from gnomecatalog.ui.app import *
  File "/usr/lib/pymodules/python2.7/gnomecatalog/ui/app.py", line 3, in 
<module>
    from gnomecatalog import config, utils, data
  File "/usr/lib/pymodules/python2.7/gnomecatalog/data.py", line 6, in <module>
    import utils, storage, reader, config, ui.dialogs, fstypes, csv
  File "/usr/lib/pymodules/python2.7/gnomecatalog/storage.py", line 7, in 
<module>
    import utils, fstypes, thumbnails, config
  File "/usr/lib/pymodules/python2.7/gnomecatalog/fstypes.py", line 16, in 
<module>
    "loading": icon_theme.load_icon("gnome-fs-loading-icon", icon_size, 0),
glib.GError: L'icône « gnome-fs-loading-icon » n'est pas présente dans le thème
$

I fixed this issue installing this package : " gnome-icon-theme-full " 
$ sudo apt-get install gnome-icon-theme-full 

thnaks to repair gnomecatalog 
Thank you.
Chris

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1022146

Title:
  gnomecatalog fails to load due to missing icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnomecatalog/+bug/1022146/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to