You are not logged in.

#1 2011-12-07 20:17:32

gonr
Member
Registered: 2011-12-07
Posts: 10

[SOLVED] gnome settings not being saved

Hi all,

None of the settings I change (in gnome shell) are being saved.

I'm using the gnome shell settings dialog, for example to change the time display to 'am/pm' or change mouse settings. There's no button in the settings dialog to 'apply' the settings, I assume it is supposed to apply them automatically when I exit settings.

I've made sure the settings daemon is running:
$ps aux | grep settings
gonr     3425  0.0  0.1 627556 17540 ?        Sl   14:40   0:00 /usr/lib/gnome-settings-daemon/gnome-settings-daemon

I also made sure the .gconf and .gnome2 directories have the right permissions, with chown -R gonr:gonr .gconf .gnome2 (and I also tried deleting them to let gnome regenerate them).

I see no messages in /var/log about any problems saving the settings.

dbus is running according to rc.d list.

I also tried to change settings with gsettings, but no effect or errors:
$ gsettings get org.gnome.shell.clock show-seconds
false
$ gsettings set org.gnome.shell.clock show-seconds true  #no output
$ gsettings get org.gnome.shell.clock show-seconds
false

Update: running the last 3 commands with sudo works, but only changes the settings for the root user.

Any help would be appreciated!

Last edited by gonr (2011-12-08 06:17:00)

Offline

#2 2011-12-07 23:05:28

HeSaid
Member
From: southwest Florida USA
Registered: 2010-07-02
Posts: 53

Re: [SOLVED] gnome settings not being saved

dbus should be first or second item in your daemons array, especially if you start gdm as a daemon. smile
--
Neal


Registered Linux User 159445.

Offline

#3 2011-12-07 23:14:59

gonr
Member
Registered: 2011-12-07
Posts: 10

Re: [SOLVED] gnome settings not being saved

I checked, dbus is in my daemons array and I start gdm through inittab. I think gdm would't run if dbus wasn't running.

rc.d says:

$ rc.d list dbus
[STARTED][AUTO] dbus

Offline

#4 2011-12-08 06:16:46

gonr
Member
Registered: 2011-12-07
Posts: 10

Re: [SOLVED] gnome settings not being saved

Offline

Board footer

Powered by FluxBB