GNOME Bugzilla – Bug 688578
add a privacy schema
Last modified: 2012-11-19 16:13:14 UTC
Created attachment 229278 [details] [review] patch For now, this just contains a 'steath-mode' key, which is needed for the privacy panel design. More may follow
Review of attachment 229278 [details] [review]: ::: schemas/org.gnome.desktop.privacy.gschema.xml.in.in @@ +2,3 @@ +<schemalist> + <schema id="org.gnome.desktop.privacy" path="/org/gnome/desktop/privacy/"> + <key name="stealth-mode" type="b"> Could you find a better name for the settings key? "hide-identity"? @@ +6,3 @@ + <_summary>Controls visibility of private information</_summary> + <_description>If set to true, the system will make an effort to + not display the users identity publically.</_description> What does "publically" mean here?
Created attachment 229333 [details] [review] revised patch
Review of attachment 229333 [details] [review]: The commit message still mentions "stealth-mode". ::: schemas/org.gnome.desktop.privacy.gschema.xml.in.in @@ +6,3 @@ + <_summary>Controls visibility of personal information</_summary> + <_description>If set to true, the system will make an effort to + not display the user's identity on screen or on the network.</_description> It doesn't really display it on the network though...
sorry about the commit message. The network bit will become relevant when the privacy panel design is fully implemented: https://live.gnome.org/Design/SystemSettings/Privacy
(In reply to comment #4) > sorry about the commit message. np > The network bit will become relevant when the > privacy panel design is fully implemented: It was more the use of "display". I used "divulge" instead.