From ba777a2c28101ee6e81780f929dae14201d81174 Mon Sep 17 00:00:00 2001 From: Mikhail Tergoev Date: Mon, 30 Sep 2024 11:15:18 +0300 Subject: [PATCH] added fix download plugins for gamescope session --- data_from_portwine/scripts/start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data_from_portwine/scripts/start.sh b/data_from_portwine/scripts/start.sh index 50bb906d..f5e4647d 100755 --- a/data_from_portwine/scripts/start.sh +++ b/data_from_portwine/scripts/start.sh @@ -249,8 +249,6 @@ case "$PW_GUI_START" in ;; esac -pw_check_and_download_plugins - if check_flatpak ; then if check_gamescope_session then PW_TERM="xterm -fullscreen -bg black -fg white -e" @@ -258,6 +256,8 @@ if check_flatpak ; then fi fi +pw_check_and_download_plugins + # check skip update if [[ "${SKIP_CHECK_UPDATES}" != 1 ]] ; then pw_port_update