[gsettings-desktop-schemas] screensaver: add show-notifications setting



commit 86e9138bc0c761bc2211b692a4927a87cc275329
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Sat Jun 2 22:37:38 2012 +0200

    screensaver: add show-notifications setting
    
    This controls whether the screen lock in gnome-shell will show
    a summary of unacknowledged notifications or not. It defaults
    to false, to protect the user's privacy.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677640

 ...org.gnome.desktop.screensaver.gschema.xml.in.in |    5 +++++
 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 8df9521..1f76586 100644
--- a/schemas/org.gnome.desktop.screensaver.gschema.xml.in.in
+++ b/schemas/org.gnome.desktop.screensaver.gschema.xml.in.in
@@ -15,6 +15,11 @@
       <_summary>Time before locking</_summary>
       <_description>The number of seconds after screensaver activation before locking the screen.</_description>
     </key>
+    <key name="show-notifications" type="b">
+      <default>false</default>
+      <_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="embedded-keyboard-enabled" type="b">
       <default>false</default>
       <_summary>Allow embedding a keyboard into the window</_summary>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]