File: systemd-Start-with-graphical-session-instead-of-default.patch

package info (click to toggle)
gnome-keyring 48.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,408 kB
  • sloc: ansic: 77,759; xml: 445; python: 331; makefile: 18; sh: 16; sed: 11
file content (19 lines) | stat: -rw-r--r-- 678 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Jeremy Bicha <jeremy.bicha@canonical.com>
Date: Tue, 24 May 2022 11:06:22 -0400
Subject: systemd: Start with graphical-session instead of default

https://gitlab.gnome.org/GNOME/gnome-keyring/-/merge_requests/53
---
 daemon/gnome-keyring-daemon.service.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daemon/gnome-keyring-daemon.service.in b/daemon/gnome-keyring-daemon.service.in
index fbce5ea..0919170 100644
--- a/daemon/gnome-keyring-daemon.service.in
+++ b/daemon/gnome-keyring-daemon.service.in
@@ -11,4 +11,4 @@ Restart=on-failure
 
 [Install]
 Also=gnome-keyring-daemon.socket
-WantedBy=default.target
+WantedBy=graphical-session-pre.target