From b34dc27b7b191e56cbf640a963435d6e68982608 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Tue, 2 Oct 2012 20:05:07 +0200 Subject: migrate to gsettings --- data/org.mate.session.gschema.xml.in.in | 47 +++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 data/org.mate.session.gschema.xml.in.in (limited to 'data/org.mate.session.gschema.xml.in.in') diff --git a/data/org.mate.session.gschema.xml.in.in b/data/org.mate.session.gschema.xml.in.in new file mode 100644 index 0000000..2b0f5f1 --- /dev/null +++ b/data/org.mate.session.gschema.xml.in.in @@ -0,0 +1,47 @@ + + + + false + <_summary>Save sessions + <_description>If enabled, mate-session will save the session automatically. + + + true + <_summary>Logout prompt + <_description>If enabled, mate-session will prompt the user before ending a session. + + + 5 + <_summary>Time before session is considered idle + <_description>The number of minutes of inactivity before the session is considered idle. + + + [ 'mate-settings-daemon' ] + <_summary>Default session + <_description>List of applications that are part of the default session. + + + [ 'windowmanager', 'panel', 'filemanager' ] + <_summary>Required session components + <_description>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. + + + + + + '@DEFAULT_WM@' + <_summary>Window Manager + <_description>The window manager is the program that draws the title bar and borders around windows, and allows you to move and resize windows. + + + 'mate-panel' + <_summary>Panel + <_description>The panel provides the bar at the top or bottom of the screen containing menus, the window list, status icons, the clock, etc. + + + 'caja' + <_summary>File Manager + <_description>The file manager provides the desktop icons and allows you to interact with your saved files. + + + -- cgit v1.2.1