Skip to content

Commit c8f2ef6

Browse files
A6GibKmbilelmoussaoui
authored andcommitted
portal: Add Wants=xdg-desktop-portal to unit file
As per `systemd.unit(5)` Want= is preferable over Requires=, since xdg-desktop-portal could appear latter and it would not be an issue. In principle it does not matter if we start serving the portal before xdg-desktop-portal so we don't declare After=.
1 parent 56f406e commit c8f2ef6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

portal/data/oo7-portal.service.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Description=Secret portal service (oo7 implementation)
33
After=graphical-session.target
44
Requisite=graphical-session.target
55
PartOf=graphical-session.target
6+
Wants=xdg-desktop-portal.service
67

78
[Service]
89
Type=dbus

0 commit comments

Comments
 (0)