diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2011-09-06 22:09:32 +0200 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2011-09-06 22:09:32 +0200 |
| commit | 4c5b007b92e1e1f91d2a15657bb1bed5feed8520 (patch) | |
| tree | 87a5c4bf1ab184fd5ce2fdbf43e0a4e763afd69b /data | |
| parent | 6d01875aaef54bca8ed9377557718c4510ca89cd (diff) | |
| parent | f3e7aa155d66704fcdb97ec4201095dfe9e74a0a (diff) | |
| download | ayatana-indicator-session-4c5b007b92e1e1f91d2a15657bb1bed5feed8520.tar.gz ayatana-indicator-session-4c5b007b92e1e1f91d2a15657bb1bed5feed8520.tar.bz2 ayatana-indicator-session-4c5b007b92e1e1f91d2a15657bb1bed5feed8520.zip | |
* New upstream release.
- new gsettings key "com.canonical.indicator.session user-show-menu"
- "[UIFe]Greeter power menu has cog icon but no settings"
(lp: #838546)
Diffstat (limited to 'data')
| -rw-r--r-- | data/com.canonical.indicator.session.gschema.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/com.canonical.indicator.session.gschema.xml.in b/data/com.canonical.indicator.session.gschema.xml.in index d1d7d4c..e0d14c3 100644 --- a/data/com.canonical.indicator.session.gschema.xml.in +++ b/data/com.canonical.indicator.session.gschema.xml.in @@ -20,5 +20,11 @@ <_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="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> </schema> + </schemalist> |
