fix: Modify xdg-desktop-portal service to auto-restart to work around bug reported in KDE

This commit is contained in:
Kyle Gospodnetich 2023-08-29 22:51:39 -07:00
parent dcf968da05
commit f0a3b0b73b

View File

@ -0,0 +1,11 @@
[Unit]
Description=Portal service
PartOf=graphical-session.target
[Service]
Restart=on-failure
RestartSec=5s
Type=dbus
BusName=org.freedesktop.portal.Desktop
ExecStart=/usr/libexec/xdg-desktop-portal
Slice=session.slice