diff options
author | Jani Välimaa <wally@mageia.org> | 2012-07-21 21:38:35 +0000 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2012-07-21 21:38:35 +0000 |
commit | 3603543fa7e0b5ce5613e43dcde8889bea219f5c (patch) | |
tree | e44496aaaf1d32ebe0e3b155fd27cb87000f4b44 /data/xfce4 | |
parent | aa7a983444fd2de2c873d8e3c8efaf1c89a29ec2 (diff) | |
download | config-3603543fa7e0b5ce5613e43dcde8889bea219f5c.tar config-3603543fa7e0b5ce5613e43dcde8889bea219f5c.tar.gz config-3603543fa7e0b5ce5613e43dcde8889bea219f5c.tar.bz2 config-3603543fa7e0b5ce5613e43dcde8889bea219f5c.tar.xz config-3603543fa7e0b5ce5613e43dcde8889bea219f5c.zip |
- sync session settings with upstream Xfce 4.10
Diffstat (limited to 'data/xfce4')
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml index 47d8bee..ddf9d6c 100644 --- a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml @@ -11,24 +11,28 @@ <property name="sessions" type="empty"> <property name="Failsafe" type="empty"> <property name="IsFailsafe" type="bool" value="true"/> - <property name="Count" type="int" value="4"/> + <property name="Count" type="int" value="5"/> <property name="Client0_Command" type="array"> <value type="string" value="xfwm4"/> </property> <property name="Client0_PerScreen" type="bool" value="false"/> <property name="Client1_Command" type="array"> - <value type="string" value="xfce4-panel"/> + <value type="string" value="xfsettingsd"/> </property> <property name="Client1_PerScreen" type="bool" value="false"/> <property name="Client2_Command" type="array"> - <value type="string" value="Thunar"/> - <value type="string" value="--daemon"/> + <value type="string" value="xfce4-panel"/> </property> <property name="Client2_PerScreen" type="bool" value="false"/> <property name="Client3_Command" type="array"> - <value type="string" value="xfdesktop"/> + <value type="string" value="Thunar"/> + <value type="string" value="--daemon"/> </property> <property name="Client3_PerScreen" type="bool" value="false"/> + <property name="Client4_Command" type="array"> + <value type="string" value="xfdesktop"/> + </property> + <property name="Client4_PerScreen" type="bool" value="false"/> </property> </property> <property name="splash" type="empty"> |