/usr/share/glib-2.0/schemas/apps.light-locker.gschema.xml is in light-locker 1.7.0-2ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="light-locker">
<schema path="/apps/light-locker/" id="apps.light-locker">
<key type="b" name="lock-on-suspend">
<default>true</default>
<summary>Lock on suspend</summary>
<description>Lock the screen when the computer is suspended.</description>
</key>
<key type="b" name="late-locking">
<default>false</default>
<summary>Lock after screensaver ends</summary>
<description>Lock after screensaver has ended.</description>
</key>
<key type="u" name="lock-after-screensaver">
<range min="0" max="3600"/>
<default>5</default>
<summary>Seconds after screensaver to lock</summary>
<description>Lock the screen after the screensaver has been active for
this number of seconds. If 0, locking after the screensaver is
disabled.</description>
</key>
<key type="b" name="lock-on-lid">
<default>false</default>
<summary>Lock on lid close</summary>
<description>Lock the screen when lid of the computer is closed.</description>
</key>
<key type="b" name="idle-hint">
<default>false</default>
<summary>Set idle hint during screensaver</summary>
<description>Set the session idle hint while the screensaver is active.
</description>
</key>
</schema>
</schemalist>
|