Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cinnamon-setings doesn't open #1396

Closed
IleanaAldama opened this issue Nov 23, 2012 · 8 comments
Closed

cinnamon-setings doesn't open #1396

IleanaAldama opened this issue Nov 23, 2012 · 8 comments

Comments

@IleanaAldama
Copy link

lauching from terminal:

[lepton@Potato Documentos]$ cinnamon-settings
/usr/lib/python2.7/site-packages/gobject/constants.py:24: Warning: g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
import gobject._gobject
Traceback (most recent call last):
File "/usr/lib/cinnamon-settings/cinnamon-settings.py", line 2981, in
MainWindow()
File "/usr/lib/cinnamon-settings/cinnamon-settings.py", line 2944, in init
img = GdkPixbuf.Pixbuf.new_from_file_at_size( iconFile, 48, 48)
File "/usr/lib/python2.7/site-packages/gi/types.py", line 76, in constructor
return info.invoke(cls, _args, *_kwargs)
gi._glib.GError: No se ha reconocido el formato de imagen del archivo

translation: gi._glib.GError: Unrecognized image file format

@charlag
Copy link

charlag commented Feb 8, 2013

Same problem:
/usr/lib/python2.7/site-packages/gobject/constants.py:24: Warning: g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
import gobject._gobject
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
Traceback (most recent call last):
File "/usr/lib/cinnamon-settings/cinnamon-settings.py", line 2981, in
MainWindow()
File "/usr/lib/cinnamon-settings/cinnamon-settings.py", line 2944, in init
img = GdkPixbuf.Pixbuf.new_from_file_at_size( iconFile, 48, 48)
File "/usr/lib/python2.7/site-packages/gi/types.py", line 76, in constructor
return info.invoke(cls, _args, *_kwargs)
gi._glib.GError: Нераспознанный формат файла изображения

@Sodel-the-Vociferous
Copy link

I've got this problem, too. Strangely, this problem goes away when I run cinnamon-settings as root. (Yes, I know that's a horrible idea; don't ask my why I tried it.)

/usr/lib/python2.7/site-packages/gobject/constants.py:24: Warning: g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
  import gobject._gobject

(cinnamon-settings.py:20309): Pango-WARNING **: error opening config file '/opt/lib32/config/pango/pangorc': No such file or directory

Could not find region module; is the cinnamon-control-center package installed?
Traceback (most recent call last):
  File "/usr/lib/cinnamon-settings/cinnamon-settings.py", line 330, in <module>
    MainWindow()
  File "/usr/lib/cinnamon-settings/cinnamon-settings.py", line 152, in __init__
    img = GdkPixbuf.Pixbuf.new_from_file_at_size( iconFile, 48, 48)
  File "/usr/lib/python2.7/site-packages/gi/types.py", line 76, in constructor
    return info.invoke(cls, *args, **kwargs)
gi._glib.GError: Unrecognized image file format

@charlag
Copy link

charlag commented Mar 23, 2013

Installing librsvg (not lobsvg) fixing it.

@mtwebster
Copy link
Member

Almost seems like one of the svg files for the cinnamon-settings modules is bad (in /usr/lib/cinnamon-settings/data/icons)

Could you try moving them (or maybe all but one) - to see if it's a specific one, or if simply they are all failing for some distro/package reason (I'm guessing you are running Arch?)

@gauravjuvekar
Copy link
Contributor

Almost seems like one of the svg files for the cinnamon-settings modules is bad (in /usr/lib/cinnamon-settings/data/icons)

Can you test by reverting 32f1f79

@ernestoalejo
Copy link

Reverting that commit dind't help. The error was the same. Also I should add the traybar icons & some of the toolbar buttons of nemo are gone too.

Installing librsvg didn't help either.

@mtwebster
Copy link
Member

What distro are you running? Doesn't sound like a cinnamon problem if you're having issues with other apps.

@ernestoalejo
Copy link

I'm using Fedora. I think it had to do with some kind of corrupt library / dependencies version problems because it affected nautilus and gnome3 dialogs too. Sorry for the noise, I reinstalled everything and it works wells so far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants