Hi, I enable the 'emulate virtual desktop', and run two Windows app same time, how to switch between the two apps? Thanks, Angelo
angelochen960 wrote:> I enable the 'emulate virtual desktop', and run two Windows app same time, how to switch between the two apps?There isn't a way. Don't use virtual desktop when you need to run multiple apps. Or run them in their own virtual desktops: Code: wine explorer explorer /desktop=foo,1024x768 program1.exe& wine explorer explorer /desktop=bar,1024x768 program2.exe&