Merge branch 'steam-grid' of github.com:Boria138/PortWINE into Boria138-steam-grid
This commit is contained in:
@ -79,7 +79,7 @@ change_locale () {
|
||||
export LANGUAGE
|
||||
|
||||
case "$LANGUAGE" in
|
||||
ru)
|
||||
ru)
|
||||
check_start_from_steam && export LC_ALL=ru_RU.UTF-8
|
||||
export FULL_LN="russian"
|
||||
export LANGUAGE_GIF="ru"
|
||||
@ -89,7 +89,7 @@ change_locale () {
|
||||
export FULL_LN="spanish"
|
||||
export LANGUAGE_GIF="en"
|
||||
;;
|
||||
*)
|
||||
*)
|
||||
export FULL_LN="english"
|
||||
export LANGUAGE_GIF="en"
|
||||
;;
|
||||
@ -3656,7 +3656,7 @@ A brief instruction:
|
||||
fi
|
||||
export bool_from_yad=$(( ${bool_from_yad} + 1 ))
|
||||
done
|
||||
|
||||
|
||||
PW_ADD_SETTINGS=$(head -n 1 "${PW_TMPFS_PATH}/tmp_output_yad_fps_limit")
|
||||
|
||||
PW_WINDOWS_VER="$(echo ${PW_ADD_SETTINGS} | awk -F"%" '{print $1}')"
|
||||
@ -4545,7 +4545,9 @@ portwine_create_shortcut () {
|
||||
export SCVDF="shortcuts.vdf"
|
||||
for STUIDPATH in "${HOME}"/.local/share/Steam/userdata/*/ ; do
|
||||
create_new_dir "${STUIDPATH}/config/"
|
||||
create_new_dir "${STUIDPATH}/config/grid"
|
||||
export SCPATH="${STUIDPATH}/config/$SCVDF"
|
||||
export SGGRIDDIR="${STUIDPATH}/config/grid"
|
||||
"${PORT_SCRIPTS_PATH}/add_in_steam.sh"
|
||||
done
|
||||
if [[ "${PW_SKIP_RESTART_STEAM}" != 1 ]] && pgrep -i steam &>/dev/null ; then
|
||||
@ -4569,7 +4571,7 @@ portwine_create_shortcut () {
|
||||
export SKIP_CHECK_UPDATES=1
|
||||
/usr/bin/env bash -c ${pw_full_command_line[*]} &
|
||||
exit 0
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user