From 744613caa871bccf3d490b11bfd6c16b180e79f7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:17:06 +0200 Subject: Adding upstream version 43.0. Signed-off-by: Daniel Baumann --- .../org.gnome.desktop.screensaver.gschema.xml.in | 136 +++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 schemas/org.gnome.desktop.screensaver.gschema.xml.in (limited to 'schemas/org.gnome.desktop.screensaver.gschema.xml.in') diff --git a/schemas/org.gnome.desktop.screensaver.gschema.xml.in b/schemas/org.gnome.desktop.screensaver.gschema.xml.in new file mode 100644 index 0000000..5c2db2a --- /dev/null +++ b/schemas/org.gnome.desktop.screensaver.gschema.xml.in @@ -0,0 +1,136 @@ + + + + + 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://@datadir@/backgrounds/gnome/adwaita-timed.xml' + 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.3