Add start from xterm

This commit is contained in:
Castro-Fidel
2019-12-01 00:43:17 +03:00
parent aae3bd7c50
commit 0a346f2040
4 changed files with 22078 additions and 21 deletions

View File

@ -62,9 +62,11 @@ export DXVK_LOG_LEVEL="info"
export VKD3D_DEBUG="warn"
export DXVK_HUD="fps,devinfo"
"${optirun_on}" "${WINELOADER}" "${gamestart}" "${launch_parameters}" 2>> "${PORT_WINE_PATH}/${portname}.log"
"/usr/bin/xterm" -geometry 150x10 -sb -e '"${optirun_on}" "${WINELOADER}" "${gamestart}" "${launch_parameters}" 2>> "${PORT_WINE_PATH}/${portname}.log"'
sleep 5
START_PORTWINE
sleep 3
while [ $(pgrep wineserver)>'0' ]
do
sleep 3