forked from CastroFidel/PortWINE
used EN only for gamescope session
This commit is contained in:
parent
ec42b5fab5
commit
37d90fc969
@ -71,8 +71,12 @@ change_locale () {
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[[ ! -f "${pw_yad}" ]] && pw_yad="yad"
|
local GAME_LANGUAGE="$LANGUAGE"
|
||||||
|
|
||||||
|
if check_gamescope_session ; then
|
||||||
|
LANGUAGE="en"
|
||||||
|
else
|
||||||
|
[[ ! -f "${pw_yad}" ]] && pw_yad="yad"
|
||||||
if [[ -z "$LANGUAGE" ]] \
|
if [[ -z "$LANGUAGE" ]] \
|
||||||
|| [[ "${PW_FORCE_CHANGE_LOC}" == "1" ]] ; then
|
|| [[ "${PW_FORCE_CHANGE_LOC}" == "1" ]] ; then
|
||||||
SET_LANG=(
|
SET_LANG=(
|
||||||
@ -101,9 +105,10 @@ change_locale () {
|
|||||||
unset PW_FORCE_CHANGE_LOC
|
unset PW_FORCE_CHANGE_LOC
|
||||||
restart_pp
|
restart_pp
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
export LANGUAGE
|
export LANGUAGE
|
||||||
|
|
||||||
case "$LANGUAGE" in
|
case "$GAME_LANGUAGE" in
|
||||||
ru)
|
ru)
|
||||||
check_start_from_steam && export LC_ALL=ru_RU.UTF-8
|
check_start_from_steam && export LC_ALL=ru_RU.UTF-8
|
||||||
export FULL_LN="russian"
|
export FULL_LN="russian"
|
||||||
@ -721,7 +726,6 @@ unpack () {
|
|||||||
|
|
||||||
# If gamescope session is active, use PW_TERM for unpack
|
# If gamescope session is active, use PW_TERM for unpack
|
||||||
if check_gamescope_session ; then
|
if check_gamescope_session ; then
|
||||||
yad_info "We wont unpack $1"
|
|
||||||
$PW_TERM "echo ; echo ; echo \"Unpacking file: $1. Please wait...\" ; $command \"$1\" -C \"$2\""
|
$PW_TERM "echo ; echo ; echo \"Unpacking file: $1. Please wait...\" ; $command \"$1\" -C \"$2\""
|
||||||
[[ "$?" != 0 ]] && return 1 || return 0
|
[[ "$?" != 0 ]] && return 1 || return 0
|
||||||
elif [[ "$silent" != "true" ]] ; then
|
elif [[ "$silent" != "true" ]] ; then
|
||||||
|
@ -252,9 +252,7 @@ esac
|
|||||||
pw_check_and_download_plugins
|
pw_check_and_download_plugins
|
||||||
|
|
||||||
# check skip update
|
# check skip update
|
||||||
if [[ "${SKIP_CHECK_UPDATES}" != 1 ]] \
|
if [[ "${SKIP_CHECK_UPDATES}" != 1 ]] ; then
|
||||||
|| check_gamescope_session
|
|
||||||
then
|
|
||||||
pw_port_update
|
pw_port_update
|
||||||
|
|
||||||
PW_FILESYSTEM=$(stat -f -c %T "${PORT_WINE_PATH}")
|
PW_FILESYSTEM=$(stat -f -c %T "${PORT_WINE_PATH}")
|
||||||
|
Loading…
Reference in New Issue
Block a user