aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2011-09-08 21:40:03 +0200
committerSebastien Bacher <seb128@ubuntu.com>2011-09-08 21:40:03 +0200
commit938c7103ae2b9ebdd2381d6b25ba430ac900ed55 (patch)
tree5efbbee10a268e5184d5b981a91d25a32f8d78d1 /data
parentf3e7aa155d66704fcdb97ec4201095dfe9e74a0a (diff)
parente8cce2f8aabbc16829e52ede85ef4531f8e3abc5 (diff)
downloadayatana-indicator-session-938c7103ae2b9ebdd2381d6b25ba430ac900ed55.tar.gz
ayatana-indicator-session-938c7103ae2b9ebdd2381d6b25ba430ac900ed55.tar.bz2
ayatana-indicator-session-938c7103ae2b9ebdd2381d6b25ba430ac900ed55.zip
Import upstream version 0.3.5.0
Diffstat (limited to 'data')
-rw-r--r--data/com.canonical.indicator.session.gschema.xml.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/com.canonical.indicator.session.gschema.xml.in b/data/com.canonical.indicator.session.gschema.xml.in
index e0d14c3..0ef3d00 100644
--- a/data/com.canonical.indicator.session.gschema.xml.in
+++ b/data/com.canonical.indicator.session.gschema.xml.in
@@ -20,11 +20,23 @@
<_summary>Remove the shutdown item from the session menu</_summary>
<_description>Makes it so that the shutdown button doesn’t show in the session menu.</_description>
</key>
+ <key type="b" name="show-real-name-on-panel">
+ <default>true</default>
+ <summary>Determine the visibility of the User's real name on the panel</summary>
+ <description>Allow for the Removal of the users name from the panel</description>
+ </key>
<key type="b" name="user-show-menu">
<default>true</default>
<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>