Commit ba777a2c authored by Mikhail Tergoev's avatar Mikhail Tergoev

added fix download plugins for gamescope session

parent 1d26ddec
...@@ -249,8 +249,6 @@ case "$PW_GUI_START" in ...@@ -249,8 +249,6 @@ case "$PW_GUI_START" in
;; ;;
esac esac
pw_check_and_download_plugins
if check_flatpak ; then if check_flatpak ; then
if check_gamescope_session if check_gamescope_session
then PW_TERM="xterm -fullscreen -bg black -fg white -e" then PW_TERM="xterm -fullscreen -bg black -fg white -e"
...@@ -258,6 +256,8 @@ if check_flatpak ; then ...@@ -258,6 +256,8 @@ if check_flatpak ; then
fi fi
fi fi
pw_check_and_download_plugins
# check skip update # check skip update
if [[ "${SKIP_CHECK_UPDATES}" != 1 ]] ; then if [[ "${SKIP_CHECK_UPDATES}" != 1 ]] ; then
pw_port_update pw_port_update
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment