From 8a6f3e2f9e70cf0563c01be5e4381276be319e2f Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sat, 3 Nov 2012 12:07:36 +0100 Subject: remove mateconf schema --- data/mate-screensaver.schemas.in | 257 --------------------------------------- 1 file changed, 257 deletions(-) delete mode 100644 data/mate-screensaver.schemas.in (limited to 'data') diff --git a/data/mate-screensaver.schemas.in b/data/mate-screensaver.schemas.in deleted file mode 100644 index 2b567c9..0000000 --- a/data/mate-screensaver.schemas.in +++ /dev/null @@ -1,257 +0,0 @@ - - - - - /schemas/apps/mate-screensaver/idle_activation_enabled - /apps/mate-screensaver/idle_activation_enabled - mate-screensaver - bool - TRUE - - Activate when idle - - Set this to TRUE to activate the screensaver - when the session is idle. - - - - - - /schemas/apps/mate-screensaver/lock_enabled - /apps/mate-screensaver/lock_enabled - mate-screensaver - bool - FALSE - - Lock on activation - - Set this to TRUE to lock the screen when the screensaver - goes active. - - - - - - /schemas/apps/mate-screensaver/mode - /apps/mate-screensaver/mode - mate-screensaver - string - blank-only - - Screensaver theme selection mode - - The selection mode used by screensaver. May be "blank-only" - to enable the screensaver without using any theme on activation, - "single" to enable screensaver using only one theme on activation - (specified in "themes" key), and "random" to enable the - screensaver using a random theme on activation. - - - - - - /schemas/apps/mate-screensaver/themes - /apps/mate-screensaver/themes - mate-screensaver - list - string - [] - - Screensaver themes - - This key specifies the list of themes to be used by the - screensaver. It's ignored when "mode" key is - "blank-only", should provide the theme name when "mode" is - "single", and should provide a list of themes when "mode" is - "random". - - - - - - /schemas/apps/mate-screensaver/idle_delay - /apps/mate-screensaver/idle_delay - mate-screensaver - int - 10 - - Time before session is considered idle - - The number of minutes of inactivity before the - session is considered idle. - - - - - - /schemas/apps/mate-screensaver/power_management_delay - /apps/mate-screensaver/power_management_delay - mate-screensaver - int - 30 - - Time before power-management baseline - - The number of seconds of inactivity before signalling - to power-management. This key is set and maintained - by the session power-management agent. - - - - - - /schemas/apps/mate-screensaver/cycle_delay - /apps/mate-screensaver/cycle_delay - mate-screensaver - int - 10 - - Time before theme change - - The number of minutes to run before changing the - screensaver theme. - - - - - - /schemas/apps/mate-screensaver/lock_delay - /apps/mate-screensaver/lock_delay - mate-screensaver - int - 0 - - Time before locking - - The number of minutes after screensaver activation - before locking the screen. - - - - - - /schemas/apps/mate-screensaver/embedded_keyboard_enabled - /apps/mate-screensaver/embedded_keyboard_enabled - mate-screensaver - bool - FALSE - - Allow embedding a keyboard into the window - - Set this to TRUE to allow embedding a keyboard into the - window when trying to unlock. The "keyboard_command" key - must be set with the appropriate command. - - - - - - /schemas/apps/mate-screensaver/embedded_keyboard_command - /apps/mate-screensaver/embedded_keyboard_command - mate-screensaver - string - - - Embedded keyboard command - - The command that will be run, if the "embedded_keyboard_enabled" key - is set to TRUE, to embed a keyboard widget into the window. - This command should implement an XEMBED plug interface and - output a window XID on the standard output. - - - - - - /schemas/apps/mate-screensaver/logout_enabled - /apps/mate-screensaver/logout_enabled - mate-screensaver - bool - FALSE - - Allow logout - - Set this to TRUE to offer an option in unlock dialog to - logging out after a delay. The Delay is specified in the - "logout_delay" key. - - - - - - /schemas/apps/mate-screensaver/logout_delay - /apps/mate-screensaver/logout_delay - mate-screensaver - int - 120 - - Time before logout option - - The number of minutes after the screensaver activation - before a logout option will appear in unlock dialog. This - key has effect only if the "logout_enable" key is set to TRUE. - - - - - - /schemas/apps/mate-screensaver/logout_command - /apps/mate-screensaver/logout_command - mate-screensaver - string - - - Logout command - - The command to invoke when the logout button is clicked. This - command should simply log the user out without any interaction. - This key has effect only if the "logout_enable" key is set to TRUE. - - - - - - /schemas/apps/mate-screensaver/user_switch_enabled - /apps/mate-screensaver/user_switch_enabled - mate-screensaver - bool - TRUE - - Allow user switching - - Set this to TRUE to offer an option in the unlock dialog to - switch to a different user account. - - - - - - /schemas/apps/mate-screensaver/lock_dialog_theme - /apps/mate-screensaver/lock_dialog_theme - mate-screensaver - string - default - - Theme for lock dialog - - Theme to use for the lock dialog. - - - - - - /schemas/apps/mate-screensaver/status_message_enabled - /apps/mate-screensaver/status_message_enabled - mate-screensaver - bool - TRUE - - Allow the session status message to be displayed - - Allow the session status message to be displayed when the screen is locked. - - - - - - -- cgit v1.2.1