http://bugs.winehq.org/show_bug.cgi?id=15485
--- Comment #17 from N3o diafoirus@gmail.com 2008-09-30 20:17:33 --- Guys forget my before solution, it works but isnt the best solution... i'll explain the trouble (based on my test):
When you use "Managed windows using X11" option you cant use alt+tab because the client crash... but if you dont use this, you can use the alt+tab
If try to run another client using the "Managed windows using X11" in off , the anohter client will be run in the same window of the first client, to run both clients and use the ALT+TAB combination do :
Add this in you /$HOME/.wine/user.reg
[Software\Wine\Explorer\Desktops] "Default"="YOUR MAX RESOLUTION"
for example:
[Software\Wine\Explorer\Desktops] "Default"="1680x1050"
and add in the same file(/$HOME/.wine/user.reg) this too:
[Software\Wine\X11 Driver] "Decorated"="N" "Managed"="N"
In console:
Run the first client in cosole with (Desktop #1) :
wine /$HOME/$CURRENT_USER/.wine/drive_c/Program\ Files/CCP/EVE/eve.exe
Tab to another desktop Virtual Desktop, for example Desktop # 2
Open console and write in it:
wine explorer /desktop=[YOUR MAX RESOLUTION] "C:\Program Files\CCP\EVE\eve.exe"
for example:
wine explorer /desktop=1680x1050 "C:\Program Files\CCP\EVE\eve.exe"
And have fun ^^...