summaryrefslogtreecommitdiff
path: root/schemas
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-11-17 11:34:03 -0500
committerMatthias Clasen <mclasen@redhat.com>2012-11-19 08:01:30 -0500
commit45091f87d30167715cabe473ffe98bcf88145f68 (patch)
tree90c852e340639da7c59869138b9ac1b5737eecd6 /schemas
parentcc64f5075dc0c5e6ba1cfd4cc6c86a603ff5bb02 (diff)
downloadgsettings-desktop-schemas-45091f87d30167715cabe473ffe98bcf88145f68.tar.gz
Add show-full-name setting for the lock screen
Diffstat (limited to 'schemas')
-rw-r--r--schemas/org.gnome.desktop.screensaver.gschema.xml.in.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/schemas/org.gnome.desktop.screensaver.gschema.xml.in.in b/schemas/org.gnome.desktop.screensaver.gschema.xml.in.in
index 1f76586..8166999 100644
--- a/schemas/org.gnome.desktop.screensaver.gschema.xml.in.in
+++ b/schemas/org.gnome.desktop.screensaver.gschema.xml.in.in
@@ -20,6 +20,11 @@
<_summary>Show notifications in the lock screen</_summary>
<_description>Whether notifications are shown in the lock screen or not. This only affects the standard experience.</_description>
</key>
+ <key name="show-full-name" type="b">
+ <default>true</default>
+ <_summary>Show full name in the lock screen</_summary>
+ <_description>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.</_description>
+ </key>
<key name="embedded-keyboard-enabled" type="b">
<default>false</default>
<_summary>Allow embedding a keyboard into the window</_summary>