[Xfce4-commits] [xfce/xfce4-session] 01/02: Revert "session: Serialize startup of xfsettings daemon"
noreply at xfce.org
noreply at xfce.org
Fri Jul 26 00:33:36 CEST 2019
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfce4-session.
commit a8f6cbede16750be20ff4bc1e1eb781105cdfb2c
Author: Olivier Fourdan <fourdan at xfce.org>
Date: Sat Jul 20 11:47:13 2019 +0200
Revert "session: Serialize startup of xfsettings daemon"
Bug #15712
This reverts commit 195b423599fd1cde5204a281846318c820e11a61.
Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
---
settings/xfce4-session.xml | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/settings/xfce4-session.xml b/settings/xfce4-session.xml
index 03e62c3..66d28df 100644
--- a/settings/xfce4-session.xml
+++ b/settings/xfce4-session.xml
@@ -10,15 +10,14 @@
<property name="IsFailsafe" type="bool" value="true"/>
<property name="Count" type="int" value="5"/>
<property name="Client0_Command" type="array">
- <value type="string" value="xfsettingsd"/>
- <value type="string" value="--no-daemon"/>
+ <value type="string" value="xfwm4"/>
</property>
- <property name="Client0_Priority" type="int" value="0"/>
+ <property name="Client0_Priority" type="int" value="15"/>
<property name="Client0_PerScreen" type="bool" value="false"/>
<property name="Client1_Command" type="array">
- <value type="string" value="xfwm4"/>
+ <value type="string" value="xfsettingsd"/>
</property>
- <property name="Client1_Priority" type="int" value="15"/>
+ <property name="Client1_Priority" type="int" value="20"/>
<property name="Client1_PerScreen" type="bool" value="false"/>
<property name="Client2_Command" type="array">
<value type="string" value="xfce4-panel"/>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list