GNOME Bugzilla – Bug 688576
add a show-full-name key in the screensaver schema
Last modified: 2012-11-19 13:01:20 UTC
Created attachment 229276 [details] [review] patch This is needed to implement the privacy panel, see bug 687774
Review of attachment 229276 [details] [review]: ::: schemas/org.gnome.desktop.screensaver.gschema.xml.in.in @@ +22,3 @@ </key> + <key name="show-full-name" type="b"> + <default>false</default> Why is the default false? The current behaviour is to show it, so I'd like to have a separate patch to turn the setting off, along with an explanation as to why it would be false. @@ +24,3 @@ + <default>false</default> + <_summary>Show full name in the lock screen</_summary> + <_description>Whether the users 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> user's.
Created attachment 229332 [details] [review] revised patch
Review of attachment 229332 [details] [review]: ++