From f05ddfcd0b93b64e01efcae411b9313e22ab37f0 Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Tue, 6 Sep 2011 18:07:05 +0100 Subject: updated the schema entry with the correct key --- data/com.canonical.indicator.session.gschema.xml.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'data') diff --git a/data/com.canonical.indicator.session.gschema.xml.in b/data/com.canonical.indicator.session.gschema.xml.in index d1d7d4c..5383221 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 <_description>Makes it so that the shutdown button doesn’t show in the session menu. + + true + Determine the visibility of the User Menu + Allow for the user menu to be hidden by the user. + + -- cgit v1.2.3 From c6857c3028b36d35f69079e3c0e5510597997f75 Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Tue, 6 Sep 2011 18:07:55 +0100 Subject: updated the schema entry with the correct key --- data/com.canonical.indicator.session.gschema.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/com.canonical.indicator.session.gschema.xml.in b/data/com.canonical.indicator.session.gschema.xml.in index 5383221..e0d14c3 100644 --- a/data/com.canonical.indicator.session.gschema.xml.in +++ b/data/com.canonical.indicator.session.gschema.xml.in @@ -20,7 +20,7 @@ <_summary>Remove the shutdown item from the session menu <_description>Makes it so that the shutdown button doesn’t show in the session menu. - + true Determine the visibility of the User Menu Allow for the user menu to be hidden by the user. -- cgit v1.2.3 From 6174b1bac576198e5d3df35f93971598937e71c6 Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Thu, 8 Sep 2011 14:01:36 +0100 Subject: user correct string on switch item unless user actually wants to show username --- data/com.canonical.indicator.session.gschema.xml.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'data') diff --git a/data/com.canonical.indicator.session.gschema.xml.in b/data/com.canonical.indicator.session.gschema.xml.in index e0d14c3..eaebea1 100644 --- a/data/com.canonical.indicator.session.gschema.xml.in +++ b/data/com.canonical.indicator.session.gschema.xml.in @@ -25,6 +25,13 @@ Determine the visibility of the User Menu Allow for the user menu to be hidden by the user. + + false + Determine what string to use for the user's name in the switch menuitem. + 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' + + -- cgit v1.2.3 From d446a9d9bf96e5d3dd9b6065adceb1aeb25fcd98 Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Thu, 8 Sep 2011 18:30:52 +0100 Subject: add the new gsettings entry for toggling the visibility of the real name on the panel --- data/com.canonical.indicator.session.gschema.xml.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'data') diff --git a/data/com.canonical.indicator.session.gschema.xml.in b/data/com.canonical.indicator.session.gschema.xml.in index e0d14c3..3b4cd4d 100644 --- a/data/com.canonical.indicator.session.gschema.xml.in +++ b/data/com.canonical.indicator.session.gschema.xml.in @@ -20,6 +20,11 @@ <_summary>Remove the shutdown item from the session menu <_description>Makes it so that the shutdown button doesn’t show in the session menu. + + true + Determine the visibility of the User's real name on the panel + Allow for the Removal of the users name from the panel + true Determine the visibility of the User Menu -- cgit v1.2.3