You are not logged in.
Pages: 1
i installed cinnamon from Aur, but cinnamon-settings doesn't run. launching 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 <module>
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 archivotranslation of " No se ha reconocido el formato de imagen del archivo" is Uknown image file format. Reading the code of cinnamon-settings, i realize than the app is triyng to load svg images, so what packege i must install to get svg support?
Last edited by radiomist (2012-11-22 18:54:52)
Offline
Have this problem too.
Offline
I've got this too, have no idea what it is. Here's the error in english:
[greg@tab ~]$ 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
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
Could not find region module; is the cinnamon-control-center package installed?
Could not find sound 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 formatI'm not sure what the extra module errors are there, I certainly do have cinnamon-control-center package installed, which makes that error extra frustrating.
Last edited by MisterAnderson (2013-03-05 08:28:33)
D:
Offline
Moving to AUR Issues...
Offline
@jasonwryan:
[greg@tab ~]$ sudo pacman -Ss cinnamon
community/cinnamon 1.7.1-4 [installed]
Linux desktop which provides advanced innovative features and a traditional
user experience
community/cinnamon-control-center 1.7.1-3 [installed]
The Control Center for Cinnamon
community/cinnamon-screensaver 1.7.1-4
Screensaver designed to integrate well with the Cinnamon desktop.
community/muffin 1.7.1-1 [installed]
Cinnamon window manager based on Mutter
community/nemo 1.7.1-2 [installed]
Cinnamon file manager (Nautilus fork)Could you please explain why you moved questions about a community package to AUR?
@orschiro:
I certainly do have cinnamon-control-center package installed, which makes that error extra frustrating.
D:
Offline
@MisterAnderson
Any errors when you launch cinnamon-control-center?
Do you have gnome-control-center installed, too?
Yes I did have gnome-control-center installed, but I got annoyed at cinnamon and installed XFCE4 instead. I don't know why I always try something else, XFCE always does it for me. Sorry I can't help anymore.
D:
Offline
Could you please explain why you moved questions about a community package to AUR?
i installed cinnamon from Aur, but cinnamon-settings doesn't run. launching from terminal
# edit: I hadn't realised that cinammon was moved between the OP and subsequent
posts—my bad. Moving back…
Offline
Just for troubleshooting for others, I fresh installed all of gnome and cinnamon the day that I posted, I didn't use any AUR packages, so it's not related to that.
D:
Offline
I can confirm that there is something wrong with cinnamon-control-center. Even though it is installed it reports that it cannot find the region module and asks me whether cinnamon-control-center is installed at all.
[orschiro@thinkpad ~]$ 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
Could not find region module; is the cinnamon-control-center package installed?Offline
Pages: 1