Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Screensaver doesn't start after updating to 3.2 #5920

Closed
zquestz opened this issue Nov 8, 2016 · 1 comment
Closed

Screensaver doesn't start after updating to 3.2 #5920

zquestz opened this issue Nov 8, 2016 · 1 comment

Comments

@zquestz
Copy link

zquestz commented Nov 8, 2016

TLDR -> Regression in linuxmint/cinnamon-desktop@4c629a0

After updating all cinnamon packages in arch, I got an error starting my screensaver (cinnamon-screensaver 3.0.1).

 $ cinnamon-screensaver

(cinnamon-screensaver:4540): GLib-GIO-ERROR **: Settings schema 'org.cinnamon.desktop.screensaver' does not contain a key named 'logout-enabled'
[1]    4540 trace trap (core dumped)  cinnamon-screensaver

In order to fix the issue I had to add the following to /usr/share/glib-2.0/schemas/org.cinnamon.desktop.screensaver.gschema.xml and update the schemas with sudo glib-compile-schemas .:

    <key type="b" name="logout-enabled">
      <default>false</default>
      <summary>Logout enabled</summary>
      <description>Set this to TRUE to allow logout.</description>
    </key>
    <key type="s" name="logout-command">
      <default>"cinnamon-session-quit-force-noprompt"</default>
      <summary>Logout command</summary>
      <description>
        The command executed when logging out.
      </description>
    </key>
    <key type="u" name="logout-delay">
      <default>0</default>
      <summary>Logout delay</summary>
      <description>The number of seconds before showing the logout button.</description>
    </key>

Is this expected? Is something else going on I am not understanding properly? Perhaps just an issue with the archlinux package?

Seems someone else had a simliar issue in 2011 - https://www.linuxquestions.org/questions/showthread.php?p=5628367#post5628367

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants