Commit 9e043ce6 authored by Mikhail Tergoev's avatar Mikhail Tergoev

Merge branch 'opensuse-xterm-fix' of https://github.com/Boria138/PortWINE into…

Merge branch 'opensuse-xterm-fix' of https://github.com/Boria138/PortWINE into Boria138-opensuse-xterm-fix
parents 8b199bfe 641ac183
......@@ -963,7 +963,6 @@ pw_check_and_download_plugins () {
export pw_yad_v12_3="${PW_PLUGINS_PATH}/portable/bin/yad_v12_3"
export pw_zstd="${PW_PLUGINS_PATH}/portable/bin/zstd"
export pw_7z="${PW_PLUGINS_PATH}/portable/lib/p7zip/7z"
export PW_XTERM="${PW_PLUGINS_PATH}/portable/bin/xterm -geometry 159x37 -e"
return 0
}
......
......@@ -284,7 +284,7 @@ pw_winecmd () {
export PW_USE_TERMINAL=1
start_portwine
cd "${PORT_WINE_PATH}/data/prefixes/${PW_PREFIX_NAME}/drive_c"
${pw_runtime} env LD_LIBRARY_PATH="${PW_LD_LIBRARY_PATH}" xterm -e "${WINELOADER}" cmd
${pw_runtime} env LD_LIBRARY_PATH="${PW_LD_LIBRARY_PATH}" "${PW_PLUGINS_PATH}/portable/bin/xterm" -e "${WINELOADER}" cmd
stop_portwine
}
......@@ -433,7 +433,7 @@ pw_start_cont_xterm () {
VK_INSTANCE_LAYERS="${PW_VK_INSTANCE_LAYERS}" \
${PW_GAMEMODERUN_SLR} \
${PW_MANGOHUD_SLR} \
xterm
"${PW_PLUGINS_PATH}/portable/bin/xterm"
}
pw_create_prefix_backup () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment