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 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
<?xml version="1.0"?>
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/gnome-session/options/show_splash_screen</key>
<applyto>/apps/gnome-session/options/show_splash_screen</applyto>
<owner>gnome</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short>Show the splash screen</short>
<long>Show the splash screen when the session starts up</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-session/options/auto_save_session</key>
<applyto>/apps/gnome-session/options/auto_save_session</applyto>
<owner>gnome</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Save sessions</short>
<long>If enabled, gnome-session will save the session automatically. Otherwise, the logout dialog will have an option to save the session.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-session/options/logout_prompt</key>
<applyto>/apps/gnome-session/options/logout_prompt</applyto>
<owner>gnome</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short>Logout prompt</short>
<long>If enabled, gnome-session will prompt the user before ending a session.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-session/options/allow_tcp_connections</key>
<applyto>/apps/gnome-session/options/allow_tcp_connections</applyto>
<owner>gnome</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Allow TCP connections</short>
<long>For security reasons, on platforms which have _IceTcpTransNoListen() (XFree86 systems), gnome-session does not listen for connections on TCP ports. This option will allow connections from (authorized) remote hosts. gnome-session must be restarted for this to take effect.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-session/options/splash_image</key>
<applyto>/apps/gnome-session/options/splash_image</applyto>
<owner>gnome</owner>
<type>string</type>
<default>splash/gnome-splash.png</default>
<locale name="C">
<short>Preferred Image to use for login splash screen</short>
<long>This is a relative path value based off the $datadir/pixmaps/ directory. Sub-directories and image names are valid values. Changing this value will effect the next session login.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gnome-session/options/logout_option</key>
<applyto>/apps/gnome-session/options/logout_option</applyto>
<owner>gnome</owner>
<type>string</type>
<default>Logout</default>
<locale name="C">
<short>Selected option in the log out dialog</short>
<long>This is the option that will be selected in the logout dialog, valid values are "logout" for logging out, "shutdown" for halting the system and "restart" for restarting the system.</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
|