Cannot start cinnamon-settings

If you are new to Linux or new to Sabayon Linux and just not sure where to post, here ya go. Post without fear of being told to RTFM :-)

Moderator: Moderators

Cannot start cinnamon-settings

Postby Solmyr » Thu Aug 09, 2012 0:03

When I try to start cinnamon-settings it won't start and I get this error.
Code: Select all
/usr/lib64/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/lib64/cinnamon-settings/cinnamon-settings.py", line 1366, in <module>
    MainWindow()
  File "/usr/lib64/cinnamon-settings/cinnamon-settings.py", line 1124, in __init__
    self.changeTimeWidget = ChangeTimeWidget()     
  File "/usr/lib64/cinnamon-settings/cinnamon-settings.py", line 824, in __init__
    proxy = dbus.SystemBus().get_object("org.gnome.SettingsDaemon.DateTimeMechanism", "/")
  File "/usr/lib64/python2.7/site-packages/dbus/bus.py", line 244, in get_object
    follow_name_owner_changes=follow_name_owner_changes)
  File "/usr/lib64/python2.7/site-packages/dbus/proxies.py", line 246, in __init__
    self._named_service = conn.activate_name_owner(bus_name)
  File "/usr/lib64/python2.7/site-packages/dbus/bus.py", line 183, in activate_name_owner
    self.start_service_by_name(bus_name)
  File "/usr/lib64/python2.7/site-packages/dbus/bus.py", line 281, in start_service_by_name
    'su', (bus_name, flags)))
  File "/usr/lib64/python2.7/site-packages/dbus/connection.py", line 630, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SettingsDaemon.DateTimeMechanism was not provided by any .service files

Anyone knows what's wrong?
Solmyr
Baby Hen
 
Posts: 11
Joined: Wed Aug 08, 2012 13:03

Re: Cannot start cinnamon-settings

Postby tek640 » Thu Aug 16, 2012 18:22

I am having exactly the same problem! Can someone help please?
tek640
Young Hen
 
Posts: 23
Joined: Mon Mar 26, 2012 18:03

Re: Cannot start cinnamon-settings

Postby Jomiel » Thu Aug 16, 2012 22:45

This looks like it's woth a bug request
https://bugs.sabayon.org/
User avatar
Jomiel
Growing Hen
 
Posts: 131
Joined: Tue Jan 17, 2012 21:14

Re: Cannot start cinnamon-settings

Postby Solmyr » Mon Aug 20, 2012 21:24

I did a reinstall and is using purely KDE now as it suit my needs better.
So this is not an issue for me any more. :)
I don't know if I should mark the thread as solved or if I should leave it open since tek640 has the same problem.
Or if someone who still uses cinnamon would file a bug report.
Solmyr
Baby Hen
 
Posts: 11
Joined: Wed Aug 08, 2012 13:03

Re: Cannot start cinnamon-settings

Postby tek640 » Fri Aug 24, 2012 11:21

I am on vacation now for a few days. When i got back i will check if the problem is solved with upgrades and i will report the results.
tek640
Young Hen
 
Posts: 23
Joined: Mon Mar 26, 2012 18:03

Re: Cannot start cinnamon-settings

Postby tek640 » Sat Sep 08, 2012 10:11

After i upgraded my system the problem still exists. When i try to open cinamon settings i get this error:

Code: Select all
/usr/lib64/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/lib64/cinnamon-settings/cinnamon-settings.py", line 1366, in <module>
    MainWindow()
  File "/usr/lib64/cinnamon-settings/cinnamon-settings.py", line 1124, in __init__
    self.changeTimeWidget = ChangeTimeWidget()     
  File "/usr/lib64/cinnamon-settings/cinnamon-settings.py", line 824, in __init__
    proxy = dbus.SystemBus().get_object("org.gnome.SettingsDaemon.DateTimeMechanism", "/")
  File "/usr/lib64/python2.7/site-packages/dbus/bus.py", line 241, in get_object
    follow_name_owner_changes=follow_name_owner_changes)
  File "/usr/lib64/python2.7/site-packages/dbus/proxies.py", line 248, in __init__
    self._named_service = conn.activate_name_owner(bus_name)
  File "/usr/lib64/python2.7/site-packages/dbus/bus.py", line 180, in activate_name_owner
    self.start_service_by_name(bus_name)
  File "/usr/lib64/python2.7/site-packages/dbus/bus.py", line 278, in start_service_by_name
    'su', (bus_name, flags)))
  File "/usr/lib64/python2.7/site-packages/dbus/connection.py", line 651, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SettingsDaemon.DateTimeMechanism was not provided by any .service files


Any ideas? :idea:
tek640
Young Hen
 
Posts: 23
Joined: Mon Mar 26, 2012 18:03

Re: Cannot start cinnamon-settings

Postby specialworld83 » Thu Sep 13, 2012 19:10

Now update cinnamon 1.4p1-r1 portage

emerge --sync
emerge -av cinnamon

Now desktop and cinnamon-settings fixed.

P.S: pyobject collition, remove file manually and merged .
Image
Image
User avatar
specialworld83
Simple Hen
 
Posts: 49
Joined: Sat Nov 10, 2007 11:16

Re: Cannot start cinnamon-settings

Postby anak1n » Fri Sep 14, 2012 23:15

I had this same issue, and just like on the bug this is what I did to fix it:

Code: Select all
gconftool-2 -s -t string /apps/metacity/general/titlebar_font 'Sans Bold 10'


Alternatively, you can open 'gconf-editor' then go to apps/metacity/general add 'titlebar_font' and for value Sans Bold 10.
Hope this helps
anak1n
Baby Hen
 
Posts: 2
Joined: Wed Feb 01, 2012 8:08

Re: Cannot start cinnamon-settings

Postby tek640 » Thu Sep 20, 2012 17:26

specialworld83 wrote:Now update cinnamon 1.4p1-r1 portage

emerge --sync
emerge -av cinnamon

Now desktop and cinnamon-settings fixed.

P.S: pyobject collition, remove file manually and merged .


Thankx, it worked finally :D
tek640
Young Hen
 
Posts: 23
Joined: Mon Mar 26, 2012 18:03


Return to Beginners|Newbies Area

Who is online

Users browsing this forum: No registered users and 1 guest