Flatpak: Add the talk-name flag for org.freedesktop.Screensaver

This brings the functionality in line with the old Flatpak release. This allows PCSX2 to inhibit the screensaver or screen blanking without needing to touch the mouse/keyboard while the VM is running.
This commit is contained in:
Ali 2023-07-13 23:07:33 -04:00 committed by Connor McLaughlin
parent 2887baefb8
commit d4acb95d7c
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@
"--socket=fallback-x11",
"--socket=wayland",
"--socket=pulseaudio",
"--filesystem=host:ro"
"--filesystem=host:ro",
"--talk-name=org.freedesktop.ScreenSaver"
],
"modules": [
"modules/10-libpcap.json",