From 96436417da5d1f8912042124bd2a8b98f091f280 Mon Sep 17 00:00:00 2001 From: Chingkai Date: Fri, 19 Oct 2018 13:37:15 +0800 Subject: [PATCH] schemas: Add settings for org.gnome.desktop.background.lockdialog This key is for the background of lockDialogGroup which makes login and lock background configurable. The default behavior will be retained to what it is currently. https://gitlab.gnome.org/GNOME/gnome-shell/issues/680 --- schemas/meson.build | 1 + ...me.desktop.background.lockdialog.gschema.xml.in | 59 ++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 schemas/org.gnome.desktop.background.lockdialog.gschema.xml.in diff --git a/schemas/meson.build b/schemas/meson.build index 69a3f98..4e8c8f9 100644 --- a/schemas/meson.build +++ b/schemas/meson.build @@ -15,6 +15,7 @@ schemas = [ 'org.gnome.desktop.thumbnailers.gschema.xml', 'org.gnome.desktop.session.gschema.xml', 'org.gnome.desktop.background.gschema.xml', + 'org.gnome.desktop.background.lockdialog.gschema.xml', 'org.gnome.desktop.calendar.gschema.xml', 'org.gnome.desktop.datetime.gschema.xml', 'org.gnome.desktop.media-handling.gschema.xml', diff --git a/schemas/org.gnome.desktop.background.lockdialog.gschema.xml.in b/schemas/org.gnome.desktop.background.lockdialog.gschema.xml.in new file mode 100644 index 0000000..b38e699 --- /dev/null +++ b/schemas/org.gnome.desktop.background.lockdialog.gschema.xml.in @@ -0,0 +1,59 @@ + + + + + 'wallpaper' + Picture Options + + Determines how the image set by wallpaper_filename is rendered. + Possible values are “none”, “wallpaper”, “centered”, “scaled”, + “stretched”, “zoom”, “spanned”. + + + + 'resource:///org/gnome/shell/theme/noise-texture.png' + 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. + + + + '#677378' + Primary Color + + Left or Top color when drawing gradients, or the solid color. + + + + '#677378' + 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”. + + + + false + Have file manager handle the desktop + + If set to true, then file manager will draw the icons on the desktop. + + + + -- 2.16.4