From 6cc5b3d47c9b73da71d1b81bc6b43a879c99a071 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 8 Oct 2023 16:58:55 +0300 Subject: [PATCH] flatpak-workarounds.bash: add Microsoft Edge game controllers --- bash/flatpak-workarounds.bash | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bash/flatpak-workarounds.bash b/bash/flatpak-workarounds.bash index b4556fe..d8cc9b6 100755 --- a/bash/flatpak-workarounds.bash +++ b/bash/flatpak-workarounds.bash @@ -47,6 +47,9 @@ flatpak override net.lutris.Lutris --filesystem=~/SteamLibrary:create $@ # For use with system syncthing, note its flags flatpak override me.kozec.syncthingtk --filesystem=~/.config/syncthing:create $@ +# https://github.com/flathub/com.microsoft.Edge?tab=readme-ov-file#game-controllers-not-working +flatpak override --filesystem=/run/udev:ro com.microsoft.Edge $@ + # Just for verbosity. The results can be seen in /var/lib/flatpak/overrides/global # and /var/lib/flatpak/overrides/. # The user-configurations are ~/.local/share/flatpak/overrides/ @@ -60,6 +63,7 @@ flatpak override --show net.pcsx2.PCSX2 $@ flatpak override --show com.valvesoftware.Steam $@ flatpak override --show net.lutris.Lutris $@ flatpak override --show me.kozec.syncthingtk $@ +flatpak override --show com.microsoft.Edge $@$ # Hide commands being executed again set +x