~ubuntu-branches/ubuntu/quantal/gsettings-desktop-schemas/quantal

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<schemalist>
  <schema id="org.gnome.desktop.session" path="/org/gnome/desktop/session/">
    <key name="idle-delay" type="u">
      <default>600</default>
      <_summary>Time before session is considered idle</_summary>
      <_description>The number of seconds of inactivity before the session is considered idle.</_description>
    </key>
    <key name="session-name" type="s">
      <default>"gnome"</default>
      <summary>Session type</summary>
      <description>The name of the session to use.  Known values are
      "gnome" and "gnome-fallback".</description>
    </key>
  </schema>
</schemalist>