Add start from xterm
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user