[Xfce4-commits] [xfce/xfce4-session] 01/01: session: Serialize startup of xfsettings daemon

noreply at xfce.org noreply at xfce.org
Thu Jul 11 00:15:58 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 195b423599fd1cde5204a281846318c820e11a61
Author: Olivier Fourdan <fourdan at xfce.org>
Date:   Mon Jul 8 21:55:28 2019 +0200

    session: Serialize startup of xfsettings daemon
    
    Bug: 15485
    
    Avoid a possible race where xfsettings daemon would apply an XrandR
    config while the window and compositor manager are starting, causing a
    possible mismatch in configuration.
---
 settings/xfce4-session.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/settings/xfce4-session.xml b/settings/xfce4-session.xml
index 66d28df..03e62c3 100644
--- a/settings/xfce4-session.xml
+++ b/settings/xfce4-session.xml
@@ -10,14 +10,15 @@
       <property name="IsFailsafe" type="bool" value="true"/>
       <property name="Count" type="int" value="5"/>
       <property name="Client0_Command" type="array">
-        <value type="string" value="xfwm4"/>
+        <value type="string" value="xfsettingsd"/>
+        <value type="string" value="--no-daemon"/>
       </property>
-      <property name="Client0_Priority" type="int" value="15"/>
+      <property name="Client0_Priority" type="int" value="0"/>
       <property name="Client0_PerScreen" type="bool" value="false"/>
       <property name="Client1_Command" type="array">
-        <value type="string" value="xfsettingsd"/>
+        <value type="string" value="xfwm4"/>
       </property>
-      <property name="Client1_Priority" type="int" value="20"/>
+      <property name="Client1_Priority" type="int" value="15"/>
       <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