Gnome lock screen crashes

For fun I installed Cinnamon desktop on my opensuse 12.2 64bit install and I am having a minor issue.
Everything seems to work in my install except for the ability to change my lock screen settings and the terminal spits out this:
GLib-GIO-ERROR **: Settings schema ‘org.gnome.desktop.screensaver’ does not contain a key named ‘ubuntu-lock-on-suspend’
Trace/breakpoint trap

So its calling for something from Ubuntu, WTF?
The only real modification I made to gnomes settings is installing Cinnamon so it should not be doing this.

On Mon 26 Nov 2012 08:36:01 PM CST, MadmanRB wrote:

For fun I installed Cinnamon desktop on my opensuse 12.2 64bit install
and I am having a minor issue.
Everything seems to work in my install except for the ability to change
my lock screen settings and the terminal spits out this:
GLib-GIO-ERROR **: Settings schema ‘org.gnome.desktop.screensaver’ does
not contain a key named ‘ubuntu-lock-on-suspend’
Trace/breakpoint trap

So its calling for something from Ubuntu, WTF?
The only real modification I made to gnomes settings is installing
Cinnamon so it should not be doing this.

Hi
That would be one for user ketheriel;
https://build.opensuse.org/project/users?project=X11%3ACinnamon%3AGNOME34

You may need to send a PM.


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 12.2 (x86_64) Kernel 3.4.11-2.16-desktop
up 2 days 20:57, 5 users, load average: 0.24, 0.16, 0.14
CPU Intel i5 CPU M520@2.40GHz | Intel Arrandale GPU

Yes but it does it under gnome shell/ classic as well and doesnt seem isolated to Cinnemon thus why I am asking about it

On Mon 26 Nov 2012 11:26:02 PM CST, MadmanRB wrote:

Yes but it does it under gnome shell/ classic as well and doesnt seem
isolated to Cinnemon thus why I am asking about it

Hi
I’m really not sure as I run a pretty much clean GNOME desktop (since
I help on the GNOME side of packaging).

Does it duplicate for a test user?


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 12.2 (x86_64) Kernel 3.4.11-2.16-desktop
up 2 days 23:50, 5 users, load average: 0.03, 0.12, 0.12
CPU Intel i5 CPU M520@2.40GHz | Intel Arrandale GPU

Yes, it seems to just do it even under a fresh account.

On Tue 27 Nov 2012 05:06:02 PM CST, MadmanRB wrote:

Yes, it seems to just do it even under a fresh account.

Hi
Ok the Cinnamon folks are investigating, probably there should be an
update, no ETA though.


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 12.2 (x86_64) Kernel 3.4.11-2.16-desktop
up 1:59, 3 users, load average: 0.03, 0.05, 0.10
CPU Intel i5 CPU M520@2.40GHz | Intel Arrandale GPU

On Tue 27 Nov 2012 05:22:24 PM CST, malcolmlewis wrote:

[QUOTE]
On Tue 27 Nov 2012 05:06:02 PM CST, MadmanRB wrote:

Yes, it seems to just do it even under a fresh account.

Hi
Ok the Cinnamon folks are investigating, probably there should be an
update, no ETA though.

[/QUOTE]
Hi
Can you post the output from your repos;


zypper lr

Also what versions of the Cinnamon files installed.


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 12.2 (x86_64) Kernel 3.4.11-2.16-desktop
up 2:10, 3 users, load average: 0.21, 0.08, 0.08
CPU Intel i5 CPU M520@2.40GHz | Intel Arrandale GPU

Hi,

There's no reference to that key in any of the code available in the repositories; I've check this first myself, and later checked with Clement from cinnamon upstream which agrees with me ([clem@storm ~ $ cd Sandbox/ clem@storm ~/Sandbox $ search for ubuntu-lock-on-sus - Pastebin.com](http://pastebin.com/4WqV3WCj)).
This can be triggered by third party software (maybe an extension ?); could you please disable all extensions not provided by the native package an test again? If this is an extension, you should contact the developer from the extension and explain him the situation.
Thanks.

<p>
Yeah I may have had installed something that is making it goof, I will test it out.</p>

There is no such key indeed. You can try to change lock screen settings from the command line - and see if it helps.

Example:

$ gsettings list-recursively org.gnome.desktop.screensaver
org.gnome.desktop.screensaver embedded-keyboard-command ''
org.gnome.desktop.screensaver embedded-keyboard-enabled false
org.gnome.desktop.screensaver idle-activation-enabled true
org.gnome.desktop.screensaver lock-delay uint32 0
org.gnome.desktop.screensaver lock-enabled **true**
org.gnome.desktop.screensaver logout-command ''
org.gnome.desktop.screensaver logout-delay uint32 7200
org.gnome.desktop.screensaver logout-enabled false
org.gnome.desktop.screensaver status-message-enabled true
org.gnome.desktop.screensaver user-switch-enabled true

$ gsettings set org.gnome.desktop.screensaver lock-enabled **false**

$ gsettings list-recursively org.gnome.desktop.screensaver
org.gnome.desktop.screensaver embedded-keyboard-command ''
org.gnome.desktop.screensaver embedded-keyboard-enabled false
org.gnome.desktop.screensaver idle-activation-enabled true
org.gnome.desktop.screensaver lock-delay uint32 0
org.gnome.desktop.screensaver lock-enabled **false**
org.gnome.desktop.screensaver logout-command ''
org.gnome.desktop.screensaver logout-delay uint32 7200
org.gnome.desktop.screensaver logout-enabled false
org.gnome.desktop.screensaver status-message-enabled true
org.gnome.desktop.screensaver user-switch-enabled true