File: org.gnome.SessionManager.gschema.xml

package info (click to toggle)
gnome-session 49.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,716 kB
  • sloc: ansic: 7,392; xml: 591; python: 125; makefile: 48; sh: 42
file content (14 lines) | stat: -rw-r--r-- 660 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<schemalist gettext-domain="gnome-session-3.0">
  <schema id="org.gnome.SessionManager" path="/org/gnome/gnome-session/">
    <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>