aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2014-02-18 20:19:27 +0200
committerJani Välimaa <wally@mageia.org>2014-02-18 20:19:27 +0200
commit056c5bc9ced46d73453600df4c309b49a541191b (patch)
tree845c25fb65056ee7ff6f032bbe7686ee0e42ff59 /data
parentba7d430220047cde9201d8a7617fe08fc4d7d935 (diff)
downloadconfig-056c5bc9ced46d73453600df4c309b49a541191b.tar
config-056c5bc9ced46d73453600df4c309b49a541191b.tar.gz
config-056c5bc9ced46d73453600df4c309b49a541191b.tar.bz2
config-056c5bc9ced46d73453600df4c309b49a541191b.tar.xz
config-056c5bc9ced46d73453600df4c309b49a541191b.zip
Create hidden xfconf property for ShowSuspend and ShowHibernate by default and enable them
ShowSuspend and ShowHibernate properties controls whether to show buttons for suspend and/or hibernate in logout menu or not.
Diffstat (limited to 'data')
-rw-r--r--data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
index ddf9d6c..101c360 100644
--- a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
+++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
@@ -48,4 +48,8 @@
<property name="security" type="empty">
<property name="EnableTcp" type="bool" value="false"/>
</property>
+ <property name="shutdown" type="empty">
+ <property name="ShowSuspend" type="bool" value="true"/>
+ <property name="ShowHibernate" type="bool" value="true"/>
+ </property>
</channel>