mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-19 19:15:01 +00:00
Merge pull request #13408 from infirit/flatpakscreensaver
Update the flatpak with the changes how screensavers are handled
This commit is contained in:
commit
e82f03b825
1 changed files with 3 additions and 8 deletions
|
@ -14,7 +14,10 @@ finish-args:
|
||||||
# required for the emulated bluetooth adapter feature to work.
|
# required for the emulated bluetooth adapter feature to work.
|
||||||
- --allow=bluetooth
|
- --allow=bluetooth
|
||||||
- --filesystem=xdg-run/app/com.discordapp.Discord:create
|
- --filesystem=xdg-run/app/com.discordapp.Discord:create
|
||||||
|
# required to disable the screensaver in various desktops
|
||||||
- --talk-name=org.freedesktop.ScreenSaver
|
- --talk-name=org.freedesktop.ScreenSaver
|
||||||
|
- --talk-name=org.xfce.ScreenSaver
|
||||||
|
- --talk-name=org.mate.ScreenSaver
|
||||||
# required for Gamescope on Steam Deck
|
# required for Gamescope on Steam Deck
|
||||||
- --filesystem=xdg-run/gamescope-0:ro
|
- --filesystem=xdg-run/gamescope-0:ro
|
||||||
modules:
|
modules:
|
||||||
|
@ -35,14 +38,6 @@ modules:
|
||||||
stable-only: true
|
stable-only: true
|
||||||
url-template: https://www.freedesktop.org/software/libevdev/libevdev-$version.tar.xz
|
url-template: https://www.freedesktop.org/software/libevdev/libevdev-$version.tar.xz
|
||||||
|
|
||||||
# needed for screensaver inhibition
|
|
||||||
- name: xdg-screensaver-shim
|
|
||||||
buildsystem: meson
|
|
||||||
sources:
|
|
||||||
- type: archive
|
|
||||||
url: https://github.com/Unrud/xdg-screensaver-shim/archive/0.0.2.tar.gz
|
|
||||||
sha256: 0ed2a69fe6ee6cbffd2fe16f85116db737f17fb1e79bfb812d893cf15c728399
|
|
||||||
|
|
||||||
# build the vendored SDL2 from Externals until the runtime gets 2.30.9
|
# build the vendored SDL2 from Externals until the runtime gets 2.30.9
|
||||||
- SDL2/SDL2.json
|
- SDL2/SDL2.json
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue