Am 21.02.2017 um 08:47 schrieb Ralf Habacker:
Am 17.02.2017 um 20:21 schrieb Stefan Dösinger:
Am 2017-02-16 um 22:21 schrieb Ralf Habacker:
This is not to run a different wineserver. This is required to start wineserver with command line parameters e.g. by creating a wineserver.sh shell script with specific informations:
cat ~/wineserver.sh /usr/bin/wineserver --persistent=600
WINESERVER=~/wineserver.sh wine <myapp>
Why not simply execute wineserver with the persistent flag + whatever else you need before you run the actual wine command?
Does this work in a multi app environment. e.g starting wineserver up to 50 times in parallel ? See the screenshot for the related use case.
It would be fine, if starting wineserver would be performed by wine on demand itself Ralf