aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2012-09-17 19:37:25 +0000
committerJani Välimaa <wally@mageia.org>2012-09-17 19:37:25 +0000
commitab3435c96b50da9b06f42c137f8eaaa9b08916fa (patch)
tree39f6f20888d583b8aaccd44f78de7f0c33a99e05
parent8bf6cc66d6577b02e2ba883c1c6bdb8ce73d8d97 (diff)
downloadconfig-ab3435c96b50da9b06f42c137f8eaaa9b08916fa.tar
config-ab3435c96b50da9b06f42c137f8eaaa9b08916fa.tar.gz
config-ab3435c96b50da9b06f42c137f8eaaa9b08916fa.tar.bz2
config-ab3435c96b50da9b06f42c137f8eaaa9b08916fa.tar.xz
config-ab3435c96b50da9b06f42c137f8eaaa9b08916fa.zip
- sync actions plugin settings from cauldron's Xfce 4.10
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml18
1 files changed, 17 insertions, 1 deletions
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
index 9794db7..29cdc46 100644
--- a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
+++ b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
@@ -42,7 +42,23 @@
<property name="button-title" type="string" value="Mageia"/>
<property name="button-icon" type="string" value="/usr/share/icons/mageia.png"/>
</property>
- <property name="plugin-2" type="string" value="actions"/>
+ <property name="plugin-2" type="string" value="actions">
+ <property name="appearance" type="uint" value="0"/>
+ <property name="items" type="array">
+ <value type="string" value="-lock-screen"/>
+ <value type="string" value="-switch-user"/>
+ <value type="string" value="-separator"/>
+ <value type="string" value="-suspend"/>
+ <value type="string" value="-hibernate"/>
+ <value type="string" value="-separator"/>
+ <value type="string" value="+shutdown"/>
+ <value type="string" value="-restart"/>
+ <value type="string" value="-separator"/>
+ <value type="string" value="-logout"/> <!-- same as logout in the applications menu -->
+ <value type="string" value="-logout-dialog"/> <!-- logs out the current user -->
+ </property>
+ <property name="ask-confirmation" type="bool" value="true"/>
+ </property>
<property name="plugin-3" type="string" value="clock">
<property name="show-frame" type="bool" value="false"/>
</property>