Comment 10 for bug 715753

Revision history for this message
Reinis Zumbergs (reinis-zumbergs) wrote :

Similar thing just happened to me in Xubuntu Oneiric Beta 2. Jockey just fails starting up with:

roodis@rootnis:~$ jockey-gtk
Traceback (most recent call last):
  File "/usr/bin/jockey-gtk", line 415, in <module>
    sys.exit(u.run())
  File "/usr/lib/python2.7/dist-packages/jockey/ui.py", line 465, in run
    self.ui_show_main()
  File "/usr/bin/jockey-gtk", line 94, in ui_show_main
    self.update_tree_model()
  File "/usr/bin/jockey-gtk", line 282, in update_tree_model
    pixbuf = theme.load_icon('jockey-disabled', 16, 0)
  File "/usr/lib/python2.7/dist-packages/gi/types.py", line 43, in function
    return info.invoke(*args, **kwargs)
gi._glib.GError: Icon 'jockey-disabled' not present in theme
roodis@rootnis:~$

i checked the file /usr/share/icons/hicolor/scalable/actions/jockey-disabled.svg mentioned in one comment and it's there.

Should I report this as new bug?