diff options
author | tpart <tpart120@proton.me> | 2025-04-06 19:31:38 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2025-04-06 19:31:38 +0200 |
commit | 175686fc55be2dde3f8f2510e37f0c6d29601ab8 (patch) | |
tree | adb50434dec5733822520839c0c020652a18f78b | |
parent | df718d16d679e2d7611f83dabd890bf241a9ac08 (diff) | |
download | hurrycurry-flatpak-175686fc55be2dde3f8f2510e37f0c6d29601ab8.tar hurrycurry-flatpak-175686fc55be2dde3f8f2510e37f0c6d29601ab8.tar.bz2 hurrycurry-flatpak-175686fc55be2dde3f8f2510e37f0c6d29601ab8.tar.zst |
Use --device=all permission to fix gaming controller support
-rw-r--r-- | org.metamuffin.hurrycurry.client.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.metamuffin.hurrycurry.client.yaml b/org.metamuffin.hurrycurry.client.yaml index 758c5ad..68e0a15 100644 --- a/org.metamuffin.hurrycurry.client.yaml +++ b/org.metamuffin.hurrycurry.client.yaml @@ -10,7 +10,7 @@ finish-args: - --socket=wayland - --socket=fallback-x11 - --socket=pulseaudio - - --device=dri + - --device=all - --share=network build-options: |