Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: fisher on November 20, 2010, 08:44:56 AM

Title: Gramps error tc3.x
Post by: fisher on November 20, 2010, 08:44:56 AM
I get the following error when starting gramps in tc 3.x. any version. 
In tinycore 2.11.6 gramps fine, no errors.

tc@box:~$ gramps
3272: WARNING: Spell.py: line 66: Spelling checker is not installed
5750: ERROR: grampsgui.py: line 357: Gramps failed to start.
Traceback (most recent call last):
  File "/tmp/tcloop/gramps/usr/local/share/gramps/gui/grampsgui.py", line 337, in __startgramps
    Gramps(argparser)
  File "/tmp/tcloop/gramps/usr/local/share/gramps/gui/grampsgui.py", line 256, in __init__
    register_stock_icons()
  File "/tmp/tcloop/gramps/usr/local/share/gramps/gui/grampsgui.py", line 161, in register_stock_icons
    base_reg_stock_icons(iconpaths, extraiconsize, items+items_legacy)
  File "/tmp/tcloop/gramps/usr/local/share/gramps/gui/pluginmanager.py", line 90, in base_reg_stock_icons
    pixbuf = gtk.gdk.pixbuf_new_from_file (icon_file)
GError: Couldn't recognize the image file format for file '/tmp/tcloop/gramps/usr/local/share/gramps/images/gramps.png'
Title: Re: Gramps error tc3.x
Post by: Juanito on November 20, 2010, 09:45:16 AM
is this maybe something to do with the latest version of gtk2 requiring the gdk-pixbuf2 extension?
Title: Re: Gramps error tc3.x
Post by: Arslan S. on November 20, 2010, 10:19:32 AM
Quote
GError: Couldn't recognize the image file format for file '/tmp/tcloop/gramps/usr/local/share/gramps/images/gramps.png'
it is shared-mime-info missing in the dep list ;)
Title: Re: Gramps error tc3.x
Post by: robc on November 20, 2010, 11:47:22 AM
shared-mime-info should be in the dep file, I thought I put it in there...the dep file needs to be updated to include it
Title: Re: Gramps error tc3.x
Post by: Jason W on November 20, 2010, 12:13:30 PM
added to dep file.
Title: Re: Gramps error tc3.x
Post by: fisher on November 20, 2010, 02:25:16 PM
Thanks for the fast help.

fisher