From 8e5bc917659288a257d5de9827458039f5498ef5 Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Tue, 23 Jan 2018 01:08:38 +0100 Subject: OpenGL rendering added, cleaned up paths --- .../org.gnome.desktop.screensaver.gschema.xml | 135 --------------------- 1 file changed, 135 deletions(-) delete mode 100644 Release/share/glib-2.0/schemas/org.gnome.desktop.screensaver.gschema.xml (limited to 'Release/share/glib-2.0/schemas/org.gnome.desktop.screensaver.gschema.xml') diff --git a/Release/share/glib-2.0/schemas/org.gnome.desktop.screensaver.gschema.xml b/Release/share/glib-2.0/schemas/org.gnome.desktop.screensaver.gschema.xml deleted file mode 100644 index dbcfd36..0000000 --- a/Release/share/glib-2.0/schemas/org.gnome.desktop.screensaver.gschema.xml +++ /dev/null @@ -1,135 +0,0 @@ - - - - true - Activate when idle - - Set this to TRUE to activate the screensaver when the session is idle. - - DEPRECATED: This key is deprecated and ignored. - Set org.gnome.desktop.session idle-delay to 0 if you do not want to activate the screensaver. - - - - true - Lock on activation - Set this to TRUE to lock the screen when the screensaver goes active. - - - 0 - Time before locking - The number of seconds after screensaver activation before locking the screen. - - - true - Show full name in the lock screen - Whether the user's full name is shown in the lock screen or not. This only affects the screen shield, the name is always shown in the unlock dialog. - - - 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. - - DEPRECATED: This key is deprecated and ignored. - - - - '' - 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. - - DEPRECATED: This key is deprecated and ignored. - - - - false - Allow logout - - Set this to TRUE to offer an option in the unlock dialog to allow logging out after a delay. The delay is specified in the "logout_delay" key. - - DEPRECATED: This key is deprecated and ignored. - - - - 7200 - Time before logout option - - The number of seconds after the screensaver activation before a logout option will appear in the unlock dialog. This key has effect only if the "logout_enable" key is set to TRUE. - - DEPRECATED: This key is deprecated and ignored - - - - '' - 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. - - DEPRECATED: This key is deprecated and ignored. - - - - true - Allow user switching - Set this to TRUE to offer an option in the unlock dialog to switch to a different user account. - - - true - Allow the session status message to be displayed - - Allow the session status message to be displayed when the screen is locked. - - DEPRECATED: This key is deprecated and ignored. - - - - 'zoom' - Picture Options - - Determines how the image set by wallpaper_filename is rendered. - Possible values are "none", "wallpaper", "centered", "scaled", - "stretched", "zoom", "spanned". - - - - 'file:///mingw64/share/backgrounds/gnome/adwaita-lock.jpg' - Picture URI - - URI to use for the background image. Note that the backend only supports - local (file://) URIs. - - - - - 100 - Picture Opacity - - Opacity with which to draw the background picture. - - - - '#023c88' - Primary Color - - Left or Top color when drawing gradients, or the solid color. - - - - '#5789ca' - Secondary Color - - Right or Bottom color when drawing gradients, not used for solid color. - - - - 'solid' - Color Shading Type - - How to shade the background color. Possible values are "horizontal", - "vertical", and "solid". - - - - -- cgit v1.2.1