You are not logged in.

#1 2013-03-23 15:17:01

Rukiri
Member
Registered: 2011-11-08
Posts: 45

[Cinnamon] Can't open Cinnamon control panel

I don't know if there's any bugs, but I haven't seen anything over on the Mint forums nor from github.  Basically, I can't open the control panel.  I'm using the latest version from the repos.

Anyone else having this issue, or if you solved this issue please share on how you solved the problem.

Thanks!

Offline

#2 2013-03-23 15:58:09

orschiro
Member
Registered: 2009-06-04
Posts: 2,136
Website

Re: [Cinnamon] Can't open Cinnamon control panel

Post the output of $ cinnamon-settings

Offline

#3 2013-03-25 13:55:40

trailblazerz
Member
Registered: 2013-03-25
Posts: 5

Re: [Cinnamon] Can't open Cinnamon control panel

I have similar issue, the output for cinnamon settings is

   File "/usr/lib/cinnamon-settings/cinnamon-settings.py", line 330, in <module>
    MainWindow()
  File "/usr/lib/cinnamon-settings/cinnamon-settings.py", line 124, in __init__
    mod = modules[i].Module(self.content_box)
  File "/usr/lib/cinnamon-settings/modules/cs_keyboard.py", line 163, in __init__
    gclient = gconf.client_get_default()
NameError: global name 'gconf' is not defined 

Offline

#4 2013-03-25 13:57:24

orschiro
Member
Registered: 2009-06-04
Posts: 2,136
Website

Re: [Cinnamon] Can't open Cinnamon control panel

Have you got gconf installed?

Offline

#5 2013-03-25 16:09:02

trailblazerz
Member
Registered: 2013-03-25
Posts: 5

Re: [Cinnamon] Can't open Cinnamon control panel

Yes I do sad

I found this though https://github.com/Lusito/Cinnamon/comm … 7ba3d62922
Supposedly fixes the same error I have however I get the following error after those changes

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 124, in __init__
    mod = modules[i].Module(self.content_box)
  File "/usr/lib/cinnamon-settings/modules/cs_keyboard.py", line 163, in __init__
    gclient = GConf.client_get_default()
  File "/usr/lib/python2.7/site-packages/gi/module.py", line 269, in __getattr__
    return getattr(self._introspection_module, name)
  File "/usr/lib/python2.7/site-packages/gi/module.py", line 115, in __getattr__
    self.__name__, name))
AttributeError: 'gi.repository.GConf' object has no attribute 'client_get_default'
 

Last edited by trailblazerz (2013-03-25 16:31:54)

Offline

#6 2013-03-25 17:43:12

cristianpark
Member
Registered: 2011-10-20
Posts: 7

Re: [Cinnamon] Can't open Cinnamon control panel

I had the same issue and I look for the repository traiblazerz links in his post. I see that almost the change was gconf with capital G in the file so I backed up /usr/lib/cinnamon-settings/bin/SettingsWidgets.py and edit it and see a commented line like this

#import gconf

I uncommented and try to execute cinnamon-settings again and it works good, maybe it can work for you

Last edited by cristianpark (2013-03-25 17:43:35)

Offline

#7 2013-03-25 18:49:27

rdjack21
Member
Registered: 2011-05-04
Posts: 11

Re: [Cinnamon] Can't open Cinnamon control panel

Just wanted to report that uncommenting the gconf import worked for me.

Offline

#8 2013-03-25 20:54:33

Strider
Member
From: Belgium
Registered: 2009-08-04
Posts: 104

Re: [Cinnamon] Can't open Cinnamon control panel

Uncommenting the gconf import solved the issue for me too, so please update the package.


Win XP -> Ubuntu -> Fedora -> Arch -> Arch -> Arch -> Ar...

Offline

#9 2013-03-26 12:49:22

orschiro
Member
Registered: 2009-06-04
Posts: 2,136
Website

Re: [Cinnamon] Can't open Cinnamon control panel

I created a bug report: https://bugs.archlinux.org/task/34472

Offline

#10 2013-03-28 19:23:16

cinch
Member
Registered: 2011-04-08
Posts: 2

Re: [Cinnamon] Can't open Cinnamon control panel

those changes^^ fixes it... sorta: the control center launches but then i click on the sound button:

% 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?
zsh: segmentation fault (core dumped)  cinnamon-settings

(yes the control center package is installed)

Last edited by cinch (2013-03-28 19:24:47)

Offline

#11 2013-03-29 06:53:39

orschiro
Member
Registered: 2009-06-04
Posts: 2,136
Website

Re: [Cinnamon] Can't open Cinnamon control panel

Very strange indeed. For me it works flawlessly.

[orschiro@thinkpad ~]$ cinnamon-settings
Could not find region module; is the cinnamon-control-center package installed?
[orschiro@thinkpad ~]$ 

Please post the package versions:

cinnamon 1.7.3-1
cinnamon-control-center 1.7.2-1

Offline

#12 2013-03-30 07:47:20

jjkinas
Member
Registered: 2013-03-30
Posts: 1

Re: [Cinnamon] Can't open Cinnamon control panel

community/cinnamon 1.7.3-1
community/cinnamon-control-center 1.7.2-1 
$ cinnamon-settings
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 124, in __init__
    mod = modules[i].Module(self.content_box)
  File "/usr/lib/cinnamon-settings/modules/cs_keyboard.py", line 163, in __init__
    gclient = gconf.client_get_default()
NameError: global name 'gconf' is not defined
extra/gconf 3.2.6-1

Not working here on a fresh install.

Last edited by jjkinas (2013-03-30 07:51:19)

Offline

#13 2013-03-30 08:04:22

vvd
Member
Registered: 2008-08-07
Posts: 20

Re: [Cinnamon] Can't open Cinnamon control panel

The latest "news" on the Cinnamon page is from November 14th, 2012... That's kind of old for a fairly young (Dec.2011) project if you ask me. I just recently wanted to try Cinnamon - but when I saw that there is no news, I passed, for now.


I am an evil patriARCH, peach!

Offline

#14 2013-03-30 08:39:02

orschiro
Member
Registered: 2009-06-04
Posts: 2,136
Website

Re: [Cinnamon] Can't open Cinnamon control panel

@vvd

You should not judge based on the official cinnamon website. News are rather posted jointly with Linux Mint: http://blog.linuxmint.com/

Offline

#15 2013-03-30 09:47:18

vvd
Member
Registered: 2008-08-07
Posts: 20

Re: [Cinnamon] Can't open Cinnamon control panel

Another reason why this is a bad timing: Gnome 3.8 is just around the corner and Cinnamon depends on lot's of gnome stuff! Those are things that need to be considered on ArchLinux.

@orschiro
I would suggest everyone who is interested in Cinnamon to install LinuxMint on a free partition (it's always good to have some of those). smile

Last edited by vvd (2013-03-30 09:51:15)


I am an evil patriARCH, peach!

Offline

#16 2013-04-07 03:58:04

farmerdave
Member
Registered: 2011-11-23
Posts: 114

Re: [Cinnamon] Can't open Cinnamon control panel

I have this problem, but it seems that the changes suggested in trailblazerz link have already been implemented. There is no

#import gconf

to uncomment, and checking all the files listed, the changes have been made. The bug report https://bugs.archlinux.org/task/34472 is marked as solved, but I am still getting

$ cinnamon-settings
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

Offline

#17 2013-04-07 15:57:01

orschiro
Member
Registered: 2009-06-04
Posts: 2,136
Website

Re: [Cinnamon] Can't open Cinnamon control panel

I cannot reproduce your error. Have you tried reinstalling all Cinnamon packages, including glib packages?

Offline

#18 2013-04-07 19:43:56

chsinpc
Member
From: Munich, Germany
Registered: 2013-04-07
Posts: 4

Re: [Cinnamon] Can't open Cinnamon control panel

I have got the same error.  Reinstalling librsvg solved the problem (Found it in another thread on this forum https://bbs.archlinux.org/viewtopic.php?id=89043):

sudo pacman -S librsvg

Offline

#19 2013-04-08 10:00:44

farmerdave
Member
Registered: 2011-11-23
Posts: 114

Re: [Cinnamon] Can't open Cinnamon control panel

chsinpc wrote:

I have got the same error.  Reinstalling librsvg solved the problem (Found it in another thread on this forum https://bbs.archlinux.org/viewtopic.php?id=89043):

sudo pacman -S librsvg

Awesome, this solved it. I had also lost all my applets on my panel but they have returned now too!
Thanks.

Offline

#20 2013-06-09 15:37:34

sepehrmm
Member
Registered: 2013-06-09
Posts: 3

Re: [Cinnamon] Can't open Cinnamon control panel

chsinpc wrote:

I have got the same error.  Reinstalling librsvg solved the problem (Found it in another thread on this forum https://bbs.archlinux.org/viewtopic.php?id=89043):

sudo pacman -S librsvg

this worked for me too, tnx.

Offline

#21 2013-11-07 01:39:30

checholin87
Member
Registered: 2013-11-07
Posts: 6

Re: [Cinnamon] Can't open Cinnamon control panel

Please help, I have the same problem:

cinnamon-settings sound
Unknown module sound, using cinnamon-control-center
/usr/lib/cinnamon-settings/modules/cs_user.py:112: Warning: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
  file_icon = Gio.FileIcon().new(file)
Could not find bluetooth module; is the cinnamon-control-center package installed?

(cinnamon-settings.py:3375): Gtk-CRITICAL **: gtk_list_store_get_path: assertion 'iter->stamp == priv->stamp' failed

(cinnamon-settings.py:3375): Gtk-CRITICAL **: gtk_list_store_get_path: assertion 'iter->stamp == priv->stamp' failed

(cinnamon-settings.py:3375): Gtk-CRITICAL **: gtk_list_store_get_path: assertion 'iter->stamp == priv->stamp' failed
__init__ took 769.101 ms
*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug

Violación de segmento (`core' generado)

Package version:

sudo pacman -Ss cinnamon
community/cinnamon 2.0.10-1 [instalado]
    Linux desktop which provides advanced innovative features and a traditional
    user experience
community/cinnamon-control-center 2.0.6-1 [instalado]
    The Control Center for Cinnamon
community/cinnamon-desktop 2.0.3-1 [instalado]
    Library with common API for various Cinnamon modules
community/cinnamon-screensaver 2.0.3-3 [instalado]
    Screensaver designed to integrate well with the Cinnamon desktop.
community/cinnamon-session 2.0.4-1 [instalado]
    The Cinnamon Session Handler
community/cinnamon-settings-daemon 2.0.6-1 [instalado]
    The Cinnamon Settings daemon
community/cinnamon-translations 2.0.1-1 [instalado]
    Translations for Cinnamon and Nemo
community/cjs 2.0.0-1 [instalado]
    Javascript Bindings for Cinnamon
community/muffin 2.0.3-1 [instalado]
    Cinnamon window manager based on Mutter
community/nemo 2.0.5-1 [instalado]
    Cinnamon file manager (Nautilus fork)


$ make me a sandwich
What? make it yourself.
$ sudo make me a sandwich
Okay

Offline

#22 2013-11-07 07:40:32

orschiro
Member
Registered: 2009-06-04
Posts: 2,136
Website

Re: [Cinnamon] Can't open Cinnamon control panel

@checholin87

Did you do `sudo pacman -S librsvg`?

What happens if you use `$ cinnamon-settings`?

Offline

#23 2013-11-08 00:07:59

checholin87
Member
Registered: 2013-11-07
Posts: 6

Re: [Cinnamon] Can't open Cinnamon control panel

Hello

Yes I have do 'sudo pacman -S librsvg'.

sudo pacman -Ss librsvg
extra/librsvg 1:2.40.0-1 [instalado]
    A SVG viewing library
extra/python2-rsvg 2.32.0-14
    Python bindings for librsvg
extra/rsvg2-sharp 2.26.0-9
    Mono bindings for librsvg

If I execute `$ cinnamon-settings`, I get the Control Panel but when I click "Sound" the Control Panel crash:

$ cinnamon-settings
/usr/lib/cinnamon-settings/modules/cs_user.py:112: Warning: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
  file_icon = Gio.FileIcon().new(file)
Could not find bluetooth module; is the cinnamon-control-center package installed?
__init__ took 742.337 ms
*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug

In this moment I haven't any idea was going on..


$ make me a sandwich
What? make it yourself.
$ sudo make me a sandwich
Okay

Offline

#24 2013-11-08 10:24:55

orschiro
Member
Registered: 2009-06-04
Posts: 2,136
Website

Re: [Cinnamon] Can't open Cinnamon control panel

It complains about a missing bluetooth module. Did you install `bluez` from the official repositories?

See also: https://wiki.archlinux.org/index.php/Bl … stallation

Offline

#25 2013-11-10 18:07:44

checholin87
Member
Registered: 2013-11-07
Posts: 6

Re: [Cinnamon] Can't open Cinnamon control panel

Yes, i have installed "bluez" from official repositories, but the problem persist.

$ cinnamon-settings
/usr/lib/cinnamon-settings/modules/cs_user.py:112: Warning: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
  file_icon = Gio.FileIcon().new(file)
Could not find bluetooth module; is the cinnamon-control-center package installed?
__init__ took 679.297 ms
*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug

Violación de segmento (`core' generado)

$ sudo pacman -Ss bluez
extra/bluez 5.10-3 [instalado]
    Daemons for the bluetooth protocol stack
extra/bluez-cups 5.10-3
    CUPS printer backend for Bluetooth printers
extra/bluez-firmware 1.2-7
    Firmwares for Broadcom BCM203x and STLC2300 Bluetooth chips
extra/bluez-hid2hci 5.10-3
    Put HID proxying bluetooth HCI's into HCI mode
extra/bluez-libs 5.10-3
    Deprecated libraries for the bluetooth protocol stack
extra/bluez-utils 5.10-3 [instalado]
    Development and debugging utilities for the bluetooth protocol stack
extra/bluez4 4.101-3
    Deprecated daemon and tools for the Bluetooth protocol stack
extra/libbluedevil 1.9.4-1
    A Qt4 wrapper for bluez used in the new KDE bluetooth stack
community/python2-pybluez 0.18-6
    Python wrapper for the BlueZ Bluetooth stack

The strange thing it's that only the Sound Setting Module is broken, the others modules are fine.


$ make me a sandwich
What? make it yourself.
$ sudo make me a sandwich
Okay

Offline

Board footer

Powered by FluxBB