mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-06 00:39:52 +00:00
fix: Modify xdg-desktop-portal service to auto-restart to work around bug reported in KDE
This commit is contained in:
parent
dcf968da05
commit
f0a3b0b73b
@ -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
|
Loading…
x
Reference in New Issue
Block a user