Skip to content

Commit

Permalink
Update xfce4-session.xml Fix failsafe configuration
Browse files Browse the repository at this point in the history
change line from 
<property name="IsFailsafe" type="bool" value="true"/>
TO
<property name="IsFailsafe" type="empty"/>
  • Loading branch information
nevillehay authored Jan 26, 2025
1 parent 3f1e42d commit e22c474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</property>
<property name="sessions" type="empty">
<property name="Failsafe" type="empty">
<property name="IsFailsafe" type="bool" value="true"/>
<property name="IsFailsafe" type="empty"/>
<property name="Count" type="int" value="5"/>
<property name="Client0_Command" type="array">
<value type="string" value="xfwm4"/>
Expand Down

0 comments on commit e22c474

Please sign in to comment.