Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#5792 - GLchess - getting errors

Attached to Project: Arch Linux
Opened by Martin Windrunner (alien) - Wednesday, 08 November 2006, 17:55 GMT
Last edited by Aaron Griffin (phrakture) - Saturday, 01 December 2007, 07:56 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Simo Leone (neotuli)
Architecture not specified
Severity Low
Priority Normal
Reported Version 0.7.2 Gimmick
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

After install glchess I'm getting errors:

[alien@Claw ~]$ glchess
Traceback (most recent call last):
File "/usr/bin/glchess", line 4, in ?
import glchess.main
File "/usr/lib/python2.4/site-packages/glchess/main.py", line 16, in ?
import gtkui
File "/usr/lib/python2.4/site-packages/glchess/gtkui/__init__.py", line 3, in ?
from gtkui import GtkView, GtkUI
File "/usr/lib/python2.4/site-packages/glchess/gtkui/gtkui.py", line 16, in ?
import gobject
ImportError: No module named gobject

Somebody adviced me to install "pygtk". Result is:

[alien@Claw ~]$ glchess

(glchess:5071): libglade-WARNING **: Error loading image: Couldn't recognize the image file format for file '/usr/share/games/glchess/gui/glchess.svg'

(glchess:5071): libglade-WARNING **: could not convert string to type `GdkPixbuf' for property `icon'

(glchess:5071): libglade-WARNING **: Error loading image: Couldn't recognize the image file format for file '/usr/share/games/glchess/gui/glchess.svg'

(glchess:5071): libglade-WARNING **: could not convert string to type `GdkPixbuf' for property `icon'
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

(Sorry for my bad English.)
This task depends upon

Closed by  Aaron Griffin (phrakture)
Saturday, 01 December 2007, 07:56 GMT
Reason for closing:  None
Additional comments about closing:  Package moved to unsupported
Comment by Simo Leone (neotuli) - Wednesday, 15 November 2006, 00:23 GMT
try installing librsvg.

Whatever the problem is, it looks like it's my fault for not getting the dependencies right, but any extra info you can provide me will help.

Does the program run, despite the error messages?
Comment by Martin Windrunner (alien) - Wednesday, 15 November 2006, 06:41 GMT
Program doesn't run. Some window appears for a second, that's all.

But after install libsrvg the error messages are shorter again:

[alien@Claw ~]$ glchess
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
Comment by Simo Leone (neotuli) - Friday, 17 November 2006, 04:40 GMT
hmm looks like the missing icon is part of the package named "gnome-icon-theme", try installing that and let me know how it goes. If i'm not entirely mistaken, I think this should fix it.

Let me know if it does so I can change the package's dependencies accordingly.
Comment by Martin Windrunner (alien) - Saturday, 18 November 2006, 20:05 GMT
installing hicolor-icon-theme... done.
installing perl-xml-simple... done.
installing icon-naming-utils... done.
installing gnome-icon-theme... done.

... No changes, almost the same. :-/
Comment by Jan de Groot (JGC) - Sunday, 10 June 2007, 13:51 GMT
Simo, what do you want to do with glchess now it has been merged into gnome-games?

Loading...