diff options
author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2016-04-08 22:49:07 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-06-22 23:20:07 +0200 |
commit | 44fb1ec00d9c1ed129574fa3efd631a663b096a0 (patch) | |
tree | 245b785921a8ce28c478d4e8c24288a5e619bf29 /data | |
parent | dd4e19f35bfe81395d20f3a8f52805ab138a5c1e (diff) | |
download | ayatana-indicator-session-44fb1ec00d9c1ed129574fa3efd631a663b096a0.tar.gz ayatana-indicator-session-44fb1ec00d9c1ed129574fa3efd631a663b096a0.tar.bz2 ayatana-indicator-session-44fb1ec00d9c1ed129574fa3efd631a663b096a0.zip |
Actions: add force-restart-menuitem option to make it visible in any environments
Basically it allows to see the "Reboot..." option when indicator-session is in unity
Diffstat (limited to 'data')
-rw-r--r-- | data/org.ayatana.indicator.session.gschema.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.ayatana.indicator.session.gschema.xml.in b/data/org.ayatana.indicator.session.gschema.xml.in index 9e099fb..c46a738 100644 --- a/data/org.ayatana.indicator.session.gschema.xml.in +++ b/data/org.ayatana.indicator.session.gschema.xml.in @@ -20,6 +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 name="force-restart-menuitem" type="b"> + <default>false</default> + <_summary>Force the visibility of Restart item in the session menu</_summary> + <_description>Makes it so that the restart shows in the session menu even in the environments where it should not show.</_description> + </key> <key type="b" name="show-real-name-on-panel"> <default>false</default> <summary>Determine the visibility of the User's real name on the panel</summary> |