Originally by: BalasCascais
That sound simple but i put that on terminal and onnly opens a blue window, sems like terminal is waiting for more something, because if i close it also close the blue window.
My guess based off what you said is that the blue window opening up shows that wine is running explorer (that is the blue window) but it isn't running the actual eve exe. This is most likely the path you have provided is incorrect.
If you don't have EVE installed in the default place you will have to update that command. For example I install eve in /home/games/eve-online. I configure wine (via winecfg) to make D: the same as /home/games.
Thus according to wine the eve exe file is located at D:/eve-online/eve.exe
So when I run eve I use the following for each client:
wine explorer /desktop=EVE1,1920x1080 "D:\eve-online\eve.exe"
wine explorer /desktop=EVE2,1920x1080 "D:\eve-online\eve.exe"
Modify the last part to reflect where you have installed eve. The info you were given assumes that you just picked the default location when installing eve.