From 5658b803d246d4c2d58efc5a0468d4db156d8a1b Mon Sep 17 00:00:00 2001 From: TheCodeLamp <12064217+TheCodeLamp@users.noreply.github.com> Date: Sat, 18 Jul 2026 08:24:23 +0200 Subject: [PATCH 1/4] Install steam --- build_scripts/install-desktop.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_scripts/install-desktop.sh b/build_scripts/install-desktop.sh index dc6f7cc..2827e41 100755 --- a/build_scripts/install-desktop.sh +++ b/build_scripts/install-desktop.sh @@ -25,7 +25,8 @@ dnf config-manager setopt "rpmfusion*".enabled=1 dnf install --assumeyes --allowerasing @multimedia --setopt="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin dnf install --assumeyes --allowerasing \ -megasync dolphin-megasync +megasync dolphin-megasync \ +steam \ dnf config-manager setopt "rpmfusion*".enabled=0 echo "::endgroup::" From a29441b80b892981d2d79f68cc2d3b37c2421e25 Mon Sep 17 00:00:00 2001 From: TheCodeLamp <12064217+TheCodeLamp@users.noreply.github.com> Date: Sat, 18 Jul 2026 08:29:56 +0200 Subject: [PATCH 2/4] Install steam additionals --- build_scripts/install-desktop.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build_scripts/install-desktop.sh b/build_scripts/install-desktop.sh index 2827e41..01faa03 100755 --- a/build_scripts/install-desktop.sh +++ b/build_scripts/install-desktop.sh @@ -26,6 +26,9 @@ dnf install --assumeyes --allowerasing @multimedia --setopt="install_weak_deps=F dnf install --assumeyes --allowerasing \ megasync dolphin-megasync \ +dxvk \ +gamescope \ +mangohud \ steam \ dnf config-manager setopt "rpmfusion*".enabled=0 From 880571317b0a9f76355b5a848233953aa624be36 Mon Sep 17 00:00:00 2001 From: TheCodeLamp <12064217+TheCodeLamp@users.noreply.github.com> Date: Sat, 18 Jul 2026 08:36:47 +0200 Subject: [PATCH 3/4] Use correct dxvk package --- build_scripts/install-desktop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_scripts/install-desktop.sh b/build_scripts/install-desktop.sh index 01faa03..16c91de 100755 --- a/build_scripts/install-desktop.sh +++ b/build_scripts/install-desktop.sh @@ -26,7 +26,7 @@ dnf install --assumeyes --allowerasing @multimedia --setopt="install_weak_deps=F dnf install --assumeyes --allowerasing \ megasync dolphin-megasync \ -dxvk \ +dxvk-native wine-dxvk \ gamescope \ mangohud \ steam \ From 99b91e54dbf90713567721811c1cb239d400a54e Mon Sep 17 00:00:00 2001 From: TheCodeLamp <12064217+TheCodeLamp@users.noreply.github.com> Date: Sat, 18 Jul 2026 08:40:17 +0200 Subject: [PATCH 4/4] Wine --- build_scripts/install-desktop.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build_scripts/install-desktop.sh b/build_scripts/install-desktop.sh index 16c91de..75366f7 100755 --- a/build_scripts/install-desktop.sh +++ b/build_scripts/install-desktop.sh @@ -29,7 +29,10 @@ megasync dolphin-megasync \ dxvk-native wine-dxvk \ gamescope \ mangohud \ +protontricks \ steam \ +wine \ +winetricks \ dnf config-manager setopt "rpmfusion*".enabled=0 echo "::endgroup::"