From d4acb95d7cd80aab3c728e49cab5251ca19fdcdd Mon Sep 17 00:00:00 2001 From: Ali Date: Thu, 13 Jul 2023 23:07:33 -0400 Subject: [PATCH] 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. --- .github/workflows/scripts/linux/flatpak/net.pcsx2.PCSX2.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/scripts/linux/flatpak/net.pcsx2.PCSX2.json b/.github/workflows/scripts/linux/flatpak/net.pcsx2.PCSX2.json index a1bb0063b6..4b11b25898 100644 --- a/.github/workflows/scripts/linux/flatpak/net.pcsx2.PCSX2.json +++ b/.github/workflows/scripts/linux/flatpak/net.pcsx2.PCSX2.json @@ -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",