fixed download from gamescope session

This commit is contained in:
Mikhail Tergoev
2025-07-04 16:31:18 +03:00
parent d7ca9ab654
commit 917440a523

View File

@ -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