From 52d7aadcc57f3fa09653d315fc1a7fef52ae6bca Mon Sep 17 00:00:00 2001 From: Perberos Date: Thu, 1 Dec 2011 23:03:59 -0300 Subject: moving from https://github.com/perberos/mate-desktop-environment --- data/mate-session.schemas.in.in | 101 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 data/mate-session.schemas.in.in (limited to 'data/mate-session.schemas.in.in') 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 @@ + + + + + + /schemas/apps/mate-session/options/auto_save_session + /apps/mate-session/options/auto_save_session + mate + bool + false + + Save sessions + If enabled, mate-session will save the session automatically. + + + + /schemas/apps/mate-session/options/logout_prompt + /apps/mate-session/options/logout_prompt + mate + bool + true + + Logout prompt + If enabled, mate-session will prompt the user before ending a session. + + + + /schemas/desktop/mate/session/idle_delay + /desktop/mate/session/idle_delay + mate + int + 5 + + Time before session is considered idle + + The number of minutes of inactivity before the session is + considered idle. + + + + + /schemas/desktop/mate/session/default_session + /desktop/mate/session/default_session + mate + list + string + [mate-settings-daemon] + + + Default session + List of applications that are part of the default session. + + + + /schemas/desktop/mate/session/required_components_list + /desktop/mate/session/required_components_list + mate + list + string + [windowmanager,panel,filemanager] + + Required session components + 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. + + + + /schemas/desktop/mate/session/required_components/windowmanager + /desktop/mate/session/required_components/windowmanager + mate + string + @DEFAULT_WM@ + + Window Manager + The window manager is the program that draws the title bar and borders around windows, and allows you to move and resize windows. + + + + /schemas/desktop/mate/session/required_components/panel + /desktop/mate/session/required_components/panel + mate + string + mate-panel + + Panel + The panel provides the bar at the top or bottom of the screen containing menus, the window list, status icons, the clock, etc. + + + + /schemas/desktop/mate/session/required_components/filemanager + /desktop/mate/session/required_components/filemanager + mate + string + caja + + File Manager + The file manager provides the desktop icons and allows you to interact with your saved files. + + + + + -- cgit v1.2.1