Commit ea9b7b46 authored by Mikhail Efremov's avatar Mikhail Efremov

xfce settings: Disable GNOME compatibility mode.

This means to launch gnome-keyring only and using it as ssh and gpg agents is not good idea. Gnome-keyring as the secret agent will be launched via DBUS still,
parent 3dad8f48
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<property name="Engine" type="empty"/> <property name="Engine" type="empty"/>
</property> </property>
<property name="compat" type="empty"> <property name="compat" type="empty">
<property name="LaunchGNOME" type="bool" value="true"/> <property name="LaunchGNOME" type="bool" value="false"/>
</property> </property>
<property name="shutdown" type="empty"> <property name="shutdown" type="empty">
<property name="LockScreen" type="bool" value="true"/> <property name="LockScreen" type="bool" value="true"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment