From 917440a52355c5f5fa6c43e8bd4f4c8d669d2ef8 Mon Sep 17 00:00:00 2001 From: Mikhail Tergoev Date: Fri, 4 Jul 2025 16:31:18 +0300 Subject: [PATCH] fixed download from gamescope session --- data_from_portwine/scripts/start.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/data_from_portwine/scripts/start.sh b/data_from_portwine/scripts/start.sh index a0a3590a..3e85f303 100755 --- a/data_from_portwine/scripts/start.sh +++ b/data_from_portwine/scripts/start.sh @@ -292,11 +292,9 @@ if [[ -z $PW_WINE_DPI_VALUE ]] ; then export PW_WINE_DPI_VALUE="recommended" fi -if check_flatpak ; then - if check_gamescope_session - then PW_TERM="env LANG=C xterm -fullscreen -bg black -fg white -e" - else PW_TERM="env LANG=C xterm -bg black -fg white -e" - fi +if check_gamescope_session +then PW_TERM="env LANG=C xterm -fullscreen -bg black -fg white -e" +else PW_TERM="env LANG=C xterm -bg black -fg white -e" fi pw_check_and_download_plugins