2025-05-11 19:42:55 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Portal service (wlroots implementation)
|
|
|
|
PartOf=graphical-session.target
|
|
|
|
After=graphical-session.target
|
|
|
|
#ConditionEnvironment=WAYLAND_DISPLAY
|
|
|
|
|
|
|
|
[Service]
|
2025-05-12 14:13:09 +02:00
|
|
|
#Type=dbus
|
|
|
|
Type=simple
|
2025-05-11 19:42:55 +02:00
|
|
|
Environment=WAYLAND_DISPLAY=wayland-1
|
2025-05-27 14:26:21 +02:00
|
|
|
#BusName=org.freedesktop.portal.Desktop
|
|
|
|
BusName=org.freedesktop.impl.portal.desktop.wlr
|
2025-05-11 19:42:55 +02:00
|
|
|
ExecStart=/usr/libexec/xdg-desktop-portal-wlr
|
|
|
|
Restart=on-failure
|