From 1341f9c33fe0c773ddd1d1d8809484bb409e24b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Deparis?= Date: Fri, 22 Mar 2019 10:34:12 +0100 Subject: [PATCH] Remove keyring from gnome-compat-startup key Mate Desktop support /etc/xdg/autostart elements and gnome-keyring-daemon (GKD) add entries, which mention explicitely Mate desktop there. Thus this entry is redundant. On the other hand, this entry is responsible for a "start-all-subcomponent" of GKD, which block fine selection of components to load at startup. I think this compat element is not needed any more. Fix: https://github.com/mate-desktop/mate-session-manager/issues/182 --- data/org.mate.session.gschema.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/org.mate.session.gschema.xml.in b/data/org.mate.session.gschema.xml.in index b7f8f2d1..367ac5da 100644 --- a/data/org.mate.session.gschema.xml.in +++ b/data/org.mate.session.gschema.xml.in @@ -37,7 +37,7 @@ List of components that are required as part of the session. (Each element names a key under "/org/mate/desktop/session/required_components"). The Startup Applications preferences tool will not normally allow users to remove a required component from the session, and the session manager will automatically add the required components back to the session at login time if they do get removed. - [ 'keyring', 'smproxy' ] + [ 'smproxy' ] Control gnome compatibility component startup Control which compatibility components to start.