diff options
author | Perberos <[email protected]> | 2011-12-01 23:03:59 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-01 23:03:59 -0300 |
commit | 52d7aadcc57f3fa09653d315fc1a7fef52ae6bca (patch) | |
tree | 93f7e38ac79b2592d48d22e6912aeddfd227ffab /data/mate-session.schemas.in.in | |
download | mate-session-manager-52d7aadcc57f3fa09653d315fc1a7fef52ae6bca.tar.bz2 mate-session-manager-52d7aadcc57f3fa09653d315fc1a7fef52ae6bca.tar.xz |
moving from https://github.com/perberos/mate-desktop-environment
Diffstat (limited to 'data/mate-session.schemas.in.in')
-rw-r--r-- | data/mate-session.schemas.in.in | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/data/mate-session.schemas.in.in b/data/mate-session.schemas.in.in new file mode 100644 index 0000000..c049cf0 --- /dev/null +++ b/data/mate-session.schemas.in.in @@ -0,0 +1,101 @@ +<?xml version="1.0"?> +<mateconfschemafile> + <schemalist> + + <schema> + <key>/schemas/apps/mate-session/options/auto_save_session</key> + <applyto>/apps/mate-session/options/auto_save_session</applyto> + <owner>mate</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Save sessions</short> + <long>If enabled, mate-session will save the session automatically.</long> + </locale> + </schema> + <schema> + <key>/schemas/apps/mate-session/options/logout_prompt</key> + <applyto>/apps/mate-session/options/logout_prompt</applyto> + <owner>mate</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Logout prompt</short> + <long>If enabled, mate-session will prompt the user before ending a session.</long> + </locale> + </schema> + <schema> + <key>/schemas/desktop/mate/session/idle_delay</key> + <applyto>/desktop/mate/session/idle_delay</applyto> + <owner>mate</owner> + <type>int</type> + <default>5</default> + <locale name="C"> + <short>Time before session is considered idle</short> + <long> + The number of minutes of inactivity before the session is + considered idle. + </long> + </locale> + </schema> + <schema> + <key>/schemas/desktop/mate/session/default_session</key> + <applyto>/desktop/mate/session/default_session</applyto> + <owner>mate</owner> + <type>list</type> + <list_type>string</list_type> + <default>[mate-settings-daemon]</default> + <!-- FIXME when not string frozen: mention that required components are added to the default session --> + <locale name="C"> + <short>Default session</short> + <long>List of applications that are part of the default session.</long> + </locale> + </schema> + <schema> + <key>/schemas/desktop/mate/session/required_components_list</key> + <applyto>/desktop/mate/session/required_components_list</applyto> + <owner>mate</owner> + <type>list</type> + <list_type>string</list_type> + <default>[windowmanager,panel,filemanager]</default> + <locale name="C"> + <short>Required session components</short> + <long>List of components that are required as part of the session. (Each element names a key under "/desktop/mate/session/required_components"). The Startup Applications preferences tool will not normally allow users to remove a required component from the session, and the session manager will automatically add the required components back to the session at login time if they do get removed.</long> + </locale> + </schema> + <schema> + <key>/schemas/desktop/mate/session/required_components/windowmanager</key> + <applyto>/desktop/mate/session/required_components/windowmanager</applyto> + <owner>mate</owner> + <type>string</type> + <default>@DEFAULT_WM@</default> + <locale name="C"> + <short>Window Manager</short> + <long>The window manager is the program that draws the title bar and borders around windows, and allows you to move and resize windows.</long> + </locale> + </schema> + <schema> + <key>/schemas/desktop/mate/session/required_components/panel</key> + <applyto>/desktop/mate/session/required_components/panel</applyto> + <owner>mate</owner> + <type>string</type> + <default>mate-panel</default> + <locale name="C"> + <short>Panel</short> + <long>The panel provides the bar at the top or bottom of the screen containing menus, the window list, status icons, the clock, etc.</long> + </locale> + </schema> + <schema> + <key>/schemas/desktop/mate/session/required_components/filemanager</key> + <applyto>/desktop/mate/session/required_components/filemanager</applyto> + <owner>mate</owner> + <type>string</type> + <default>caja</default> + <locale name="C"> + <short>File Manager</short> + <long>The file manager provides the desktop icons and allows you to interact with your saved files.</long> + </locale> + </schema> + + </schemalist> +</mateconfschemafile> |