File: org.gnome.SessionManager.gschema.xml.in

package info (click to toggle)
gnome-session 3.4.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 6,900 kB
  • sloc: ansic: 21,616; sh: 11,164; xml: 757; makefile: 484
file content (19 lines) | stat: -rw-r--r-- 881 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<schemalist gettext-domain="gnome-session-3.0">
  <schema id="org.gnome.SessionManager" path="/org/gnome/gnome-session/">
    <key name="auto-save-session" type="b">
      <default>false</default>
      <summary>Save sessions</summary>
      <description>If enabled, gnome-session will save the session automatically.</description>
    </key>
    <key name="logout-prompt" type="b">
      <default>true</default>
      <summary>Logout prompt</summary>
      <description>If enabled, gnome-session will prompt the user before ending a session.</description>
    </key>
    <key name="show-fallback-warning" type="b">
      <default>true</default>
      <summary>Show the fallback warning</summary>
      <description>If enabled, gnome-session will display a warning dialog after login if the session was automatically fallen back.</description>
    </key>
  </schema>
</schemalist>