File: org.cinnamon.SessionManager.gschema.xml

package info (click to toggle)
cinnamon-session 6.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,356 kB
  • sloc: ansic: 14,302; xml: 871; python: 372; sh: 35; makefile: 9
file content (57 lines) | stat: -rw-r--r-- 3,474 bytes parent folder | download | duplicates (2)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<schemalist gettext-domain="cinnamon-session">
  <schema id="org.cinnamon.SessionManager" path="/org/cinnamon/cinnamon-session/">
    <key name="debug" type="b">
      <default>false</default>
      <summary>Show debug info</summary>
      <description>If enabled, cinnamon-session will output debug information.</description>
    </key>
    <key name="x-sync" type="b">
      <default>false</default>
      <summary>Start the session with GDK_SYNCHRONIZE=1</summary>
      <description>If enabled, cinnamon-session and all (gtk) children will make all X requests synchronously, for debugging x errors.</description>
    </key>
    <key name="auto-save-session" type="b">
      <default>false</default>
      <summary>Save sessions</summary>
      <description>If enabled, cinnamon-session will save the session automatically.</description>
    </key>
    <key name="logout-prompt" type="b">
      <default>true</default>
      <summary>Logout prompt</summary>
      <description>If enabled, cinnamon-session will prompt the user before ending a session.</description>
    </key>
    <key name="force-gtk-end-session-dialog" type="b">
      <default>false</default>
      <summary>Always use the session manager's end-session-dialog</summary>
      <description>If enabled, cinnamon-session will not try to use Cinnamon's end-session dialog, instead preferring Gtk fallback.</description>
    </key>
    <key name="autostart-blacklist" type="as">
      <default>['gnome-settings-daemon', 'org.gnome.SettingsDaemon', 'gnome-fallback-mount-helper', 'gnome-screensaver', 'mate-screensaver', 'mate-keyring-daemon', 'indicator-session', 'gnome-initial-setup-copy-worker', 'gnome-initial-setup-first-login', 'gnome-welcome-tour', 'xscreensaver-autostart', 'nautilus-autostart', 'nm-applet', 'caja', 'xfce4-power-manager', 'touchegg']</default>
      <summary>Applications to block from autostarting or appearing in the app system</summary>
      <description>
        A list of applications or desktop names (without the .desktop extension) to prevent from
        being accessible during the session.
      </description>
    </key>
    <key name="quit-delay-toggle" type="b">
      <default>false</default>
      <summary>Toggles if there should be a timer when ending the session</summary>
      <description>Toggles whether or not there's a timer to automatically end the current session</description>
    </key>
    <key name="quit-time-delay" type="i">
      <default>60</default>
      <summary>The time delay before quitting the system automatically</summary>
      <description>The time delay before the shutdown/logout dialogue quits the system automatically</description>
    </key>
    <key name="prefer-hybrid-sleep" type="b">
      <default>false</default>
      <summary>If your hardware and login service supports 'Hybrid Sleep' then use it instead of normal Suspend</summary>
      <description>Whether or not to attempt to use hybrid sleep mode for suspend.  If it is unsupported, normal sleep will be used instead</description>
    </key>
    <key name="suspend-then-hibernate" type="b">
      <default>false</default>
      <summary>The system is suspended and put into hibernation after being suspended for a certain time. (Defaults to 2h, see systemd-sleep.conf)</summary>
      <description>Whether or not to attempt to use suspend-then-hibernate. If it is unsupported, normal suspend will be used instead</description>
    </key>
  </schema>
</schemalist>