aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-09-08 18:40:07 +0100
committerConor Curran <conor.curran@canonical.com>2011-09-08 18:40:07 +0100
commit9aa0ffa312a86f136fe4b3265876156da82a216c (patch)
treec348360427675131e1af1c3e16105c5c90401ddb /data
parentd446a9d9bf96e5d3dd9b6065adceb1aeb25fcd98 (diff)
parent6174b1bac576198e5d3df35f93971598937e71c6 (diff)
downloadayatana-indicator-session-9aa0ffa312a86f136fe4b3265876156da82a216c.tar.gz
ayatana-indicator-session-9aa0ffa312a86f136fe4b3265876156da82a216c.tar.bz2
ayatana-indicator-session-9aa0ffa312a86f136fe4b3265876156da82a216c.zip
show/hide the name from the panel
Diffstat (limited to 'data')
-rw-r--r--data/com.canonical.indicator.session.gschema.xml.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/com.canonical.indicator.session.gschema.xml.in b/data/com.canonical.indicator.session.gschema.xml.in
index 3b4cd4d..0ef3d00 100644
--- a/data/com.canonical.indicator.session.gschema.xml.in
+++ b/data/com.canonical.indicator.session.gschema.xml.in
@@ -30,6 +30,13 @@
<summary>Determine the visibility of the User Menu</summary>
<description>Allow for the user menu to be hidden by the user.</description>
</key>
+ <key type="b" name="use-username-in-switch-item">
+ <default>false</default>
+ <summary>Determine what string to use for the user's name in the switch menuitem.</summary>
+ <description>The switch menuitem as part of the user menu should be default have the label 'Switch User Account'.
+ This settings gives the user the potential to have the label read 'Switch from $username'</description>
+ </key>
+
</schema>
</schemalist>