We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f4277 commit 4c72d42Copy full SHA for 4c72d42
data/start-cosmic
@@ -48,3 +48,12 @@ if [[ -z "${DBUS_SESSION_BUS_ADDRESS}" ]]; then
48
else
49
exec /usr/bin/cosmic-session
50
fi
51
+
52
+# Start gnome keyring components if the daemon is active
53
+# -> check if /run/user/$UID/keyring exists
54
+if [ -d "/run/user/$(id -u)/keyring" ]; then
55
56
+ # start pkcs11, secrets, and ssh components
57
+ /usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh
58
59
+fi
0 commit comments