forked from CastroFidel/PortWINE
Scripts version 2222
This commit is contained in:
@ -108,8 +108,8 @@ open_changelog () {
|
||||
export -f open_changelog
|
||||
|
||||
pw_tray_icon () {
|
||||
if [ ! -z "`pgrep -a yad_v12_3 | grep "\-\-notification" | awk '{print $1}'`" ] ; then
|
||||
kill -s SIGUSR1 "`pgrep -a yad_v12_3 | grep "\-\-notification" | awk '{print $1}'`"
|
||||
if [ ! -z "`pgrep -a yad_v12_3 | grep "\--notification" | awk '{print $1}'`" ] ; then
|
||||
kill -s SIGUSR1 "`pgrep -a yad_v12_3 | grep "\--notification" | awk '{print $1}'`"
|
||||
fi
|
||||
|
||||
tray_icon_click () {
|
||||
@ -155,7 +155,7 @@ pw_gui_for_edit_db () {
|
||||
FPS_LIMIT_VAR="disabled"
|
||||
fi
|
||||
|
||||
if [[ -n "${PW_WINE_CPU_TOPOLOGY}" ]] && [[ "${PW_WINE_CPU_TOPOLOGY}" != "disabled" ]] ; then
|
||||
if [[ ! -z "${PW_WINE_CPU_TOPOLOGY}" ]] && [[ "${PW_WINE_CPU_TOPOLOGY}" != "disabled" ]] ; then
|
||||
CPU_LIMIT_VAR="`echo ${PW_WINE_CPU_TOPOLOGY%%:*}`"
|
||||
else
|
||||
CPU_LIMIT_VAR="disabled"
|
||||
@ -366,7 +366,7 @@ gui_proton_downloader () {
|
||||
try_remove_file "${PORT_WINE_TMP_PATH}/tmp_wine_ge_custom_git"
|
||||
try_remove_file "${PORT_WINE_TMP_PATH}/tmp_installed_wine"
|
||||
|
||||
elif [[ "$1" == "silent" ]] && [[ -n "$2" ]] ; then
|
||||
elif [[ "$1" == "silent" ]] && [[ ! -z "$2" ]] ; then
|
||||
VERSION_WINE_GIT="$2"
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user