You are not logged in.
Pages: 1
So I was looking to enjoy a game of chess and installed glchess. I launched it from the command line and got this message...
Traceback (most recent call last):
File "/usr/bin/glchess", line 7, in ?
app = glchess.main.Application()
File "/usr/lib/python2.4/site-packages/glchess/main.py", line 739, in __init__
self.ui = UI(self)
File "/usr/lib/python2.4/site-packages/glchess/main.py", line 629, in __init__
gtkui.GtkUI.__init__(self)
File "/usr/lib/python2.4/site-packages/glchess/gtkui/gtkui.py", line 491, in __init__
icon = iconTheme.load_icon('stock_people', 24, gtk.ICON_LOOKUP_USE_BUILTIN)
gobject.GError: Icon 'stock_people' not present in theme
I have installed the hicolor theme but to no avail. Any ideas?
Offline
gnome-icon-theme would help too I think. hicolor-icon-theme is just a bunch of empty directories and an index.theme file.
Offline
Thanks JGC, that worked. I am not sure why
pacman -S glchess
did not come up with the gnome-icon-theme dependency. All that I noticed was when launching glchess initially failed it called for the hicolor theme. Should I submit this as a bug to flyspray?
Offline
Pages: 1