Virtual Desktop and multiple apps

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
angelochen960
Newbie
Newbie
Posts: 4
Joined: Mon May 03, 2010 10:14 pm

Virtual Desktop and multiple apps

Post by angelochen960 »

Hi,

I enable the 'emulate virtual desktop', and run two Windows app same time, how to switch between the two apps? Thanks,

Angelo
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Virtual Desktop and multiple apps

Post by vitamin »

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: Select all

wine explorer explorer /desktop=foo,1024x768 program1.exe&
wine explorer explorer /desktop=bar,1024x768 program2.exe&
Locked