Always use xterm from container (needed for OpenSuse)
This commit is contained in:
parent
2a96c9a9a1
commit
f114439f27
@ -692,12 +692,7 @@ pw_download_libs () {
|
|||||||
export pw_yad_v12_3="${PW_WINELIB}/portable/bin/yad_v12_3"
|
export pw_yad_v12_3="${PW_WINELIB}/portable/bin/yad_v12_3"
|
||||||
export pw_zstd="${PW_WINELIB}/portable/bin/zstd"
|
export pw_zstd="${PW_WINELIB}/portable/bin/zstd"
|
||||||
export pw_7z="${PW_WINELIB}/portable/lib/p7zip/7z"
|
export pw_7z="${PW_WINELIB}/portable/lib/p7zip/7z"
|
||||||
if [ -x "`command -v xterm 2>/dev/null`" ]; then
|
|
||||||
export SYS_XTERM=`command -v xterm`
|
|
||||||
export PW_XTERM="${SYS_XTERM} -geometry 159x37 -e"
|
|
||||||
else
|
|
||||||
export PW_XTERM="${PW_WINELIB}/runtime/files/bin/xterm -geometry 159x37 -e"
|
export PW_XTERM="${PW_WINELIB}/runtime/files/bin/xterm -geometry 159x37 -e"
|
||||||
fi
|
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user