14 lines
372 B
Plaintext
14 lines
372 B
Plaintext
|
[Unit]
|
||
|
Description=Portal service (wlroots implementation)
|
||
|
PartOf=graphical-session.target
|
||
|
After=graphical-session.target
|
||
|
#ConditionEnvironment=WAYLAND_DISPLAY
|
||
|
|
||
|
[Service]
|
||
|
Type=dbus
|
||
|
Environment=WAYLAND_DISPLAY=wayland-1
|
||
|
BusName=org.freedesktop.portal.Desktop
|
||
|
#BusName=org.freedesktop.impl.portal.desktop.wlr
|
||
|
ExecStart=/usr/libexec/xdg-desktop-portal-wlr
|
||
|
Restart=on-failure
|