Scripts version 2092.1

This commit is contained in:
castro-fidel
2022-02-24 23:38:47 +03:00
parent 2dd5edb03e
commit a74978b822
3 changed files with 5 additions and 3 deletions

View File

@ -9,7 +9,8 @@ kill_portwine
pw_stop_progress_bar
if [[ -f "/usr/bin/portproton" ]] && [[ -f "${HOME}/.local/share/applications/PortProton.desktop" ]] ; then
sh "/usr/bin/portproton" "$@" & exit 0
/usr/bin/env bash "/usr/bin/portproton" "$@" &
exit 0
fi
if [[ "${XDG_SESSION_TYPE}" = "wayland" ]] && [[ ! -f "${PORT_WINE_TMP_PATH}/check_wayland" ]]; then