From bdc9b4700de5c1be7b15a8192422bdfa8d27cece Mon Sep 17 00:00:00 2001 From: GleammerRay <101527589+GleammerRay@users.noreply.github.com> Date: Sat, 20 Apr 2024 15:50:35 +0100 Subject: [PATCH] Flatpak Wayland support implemented --- flatpak/io.github.gleammerray.WineSteam.yml | 2 +- read_config.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flatpak/io.github.gleammerray.WineSteam.yml b/flatpak/io.github.gleammerray.WineSteam.yml index 868c027..bae8a26 100644 --- a/flatpak/io.github.gleammerray.WineSteam.yml +++ b/flatpak/io.github.gleammerray.WineSteam.yml @@ -10,8 +10,8 @@ separate-locales: false finish-args: - '--share=ipc' - '--share=network' -- '--socket=fallback-x11' - '--socket=wayland' +- '--socket=x11' - '--socket=pulseaudio' - '--socket=session-bus' - '--socket=system-bus' diff --git a/read_config.sh b/read_config.sh index a05e3b9..cf3696b 100755 --- a/read_config.sh +++ b/read_config.sh @@ -25,7 +25,7 @@ if [ "x$WINESTEAM_DATA" = "x" ]; then fi export WINESTEAM_PKGS="$WINESTEAM_DATA/packages" -echo "export WINESTEAM_VERSION=\"v0.3.1\"" +echo "export WINESTEAM_VERSION=\"v0.3.2\"" echo "export WINEARCH=win64" echo "export WINESTEAM_CFG=\"$WINESTEAM_CFG\"" echo "export WINESTEAM_BIN=\"$PWD\""