Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: althalus on November 18, 2009, 04:07:37 PM

Title: GTK and images?
Post by: althalus on November 18, 2009, 04:07:37 PM
Using GTK in python, GTK seems unable to determine the file format of any image I throw at it.

Similarly, I've noticed pidgin is unable to display smileys or contacts' avatars. It would seem that this is related to python's inability to interact with images properly.


Any idea what's going on here?
Title: Re: GTK and images?
Post by: bmarkus on November 18, 2009, 04:43:28 PM
Using GTK in python, GTK seems unable to determine the file format of any image I throw at it.

Similarly, I've noticed pidgin is unable to display smileys or contacts' avatars. It would seem that this is related to python's inability to interact with images properly.


Any idea what's going on here?

shared-mime-info ?
Title: Re: GTK and images?
Post by: althalus on November 18, 2009, 07:10:00 PM
*scratches head* I'll be a little annoyed at myself if it's that simple.

Thanks, I'll install that when I get home.

This (http://forum.tinycorelinux.net/index.php?topic=3877.0) looks related to my problem, and I see shared-mime-info mentioned there, too.

[^thehatsrule^: fixed link]
Title: Re: GTK and images?
Post by: althalus on November 19, 2009, 07:10:30 AM
whaddaya know, shared-mime-info fixed it. Thanks =)