Hi,
I enable the 'emulate virtual desktop', and run two Windows app same time, how to switch between the two apps? Thanks,
Angelo
Virtual Desktop and multiple apps
-
- Newbie
- Posts: 4
- Joined: Mon May 03, 2010 10:14 pm
Re: Virtual Desktop and multiple 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:angelochen960 wrote:I enable the 'emulate virtual desktop', and run two Windows app same time, how to switch between the two apps?
Code: Select all
wine explorer explorer /desktop=foo,1024x768 program1.exe&
wine explorer explorer /desktop=bar,1024x768 program2.exe&