diff options
author | Anthony Wang | 2022-06-14 11:36:26 -0500 |
---|---|---|
committer | Anthony Wang | 2022-06-14 11:36:26 -0500 |
commit | a2db3067099ed7160e4921af2c23971e40a0c5f1 (patch) | |
tree | 98354248eae9fde6962d31c9573eb87b1582eb8b | |
parent | 383c2780a988903d40c7061aa1b797c9b219cf34 (diff) |
Comment out X-GNOME-Autostart-Phase in gnome-keyring-ssh.desktop autostart app
This is because KDE 5.25 enables systemd startup, which generates a systemd user service for each autostart app. According to the systemd manual (https://www.freedesktop.org/software/systemd/man/systemd-xdg-autostart-generator.html), services are not generated for .desktop files containing X-GNOME-Autostart-Phase, so this needs to be commented out.
-rw-r--r-- | .config/autostart/gnome-keyring-ssh.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/autostart/gnome-keyring-ssh.desktop b/.config/autostart/gnome-keyring-ssh.desktop index 6e48abb..7d29762 100644 --- a/.config/autostart/gnome-keyring-ssh.desktop +++ b/.config/autostart/gnome-keyring-ssh.desktop @@ -147,7 +147,7 @@ Comment[zh_TW]=GNOME 鑰匙圈:SSH 代理程式 Comment=GNOME Keyring: SSH Agent Exec=/usr/bin/gnome-keyring-daemon --start --components=ssh #OnlyShowIn=GNOME;Unity;MATE;Cinnamon; -X-GNOME-Autostart-Phase=PreDisplayServer +#X-GNOME-Autostart-Phase=PreDisplayServer X-GNOME-AutoRestart=false X-GNOME-Autostart-Notify=true X-GNOME-Bugzilla-Bugzilla=GNOME |