I really don't know how to google this or forum search this question as I have been trying to find the answer for an hour or so. I apologize if it's somewhere on the board spammed a lot but: How do I switch between different running wine apps. Pretty much, how do I use an emulated version of Alt+Tab in Wine? I don't know the hotkey, thanks!
Austin English
2009-May-29 02:57 UTC
[Wine] How to switch between current running wine apps
On Thu, May 28, 2009 at 7:54 PM, kmptrnerd <wineforum-user at winehq.org> wrote:> I really don't know how to google this or forum search this question as I have been trying to find the answer for an hour or so. I apologize if it's somewhere on the board spammed a lot but: How do I switch between different running wine apps. Pretty much, how do I use an emulated version of Alt+Tab in Wine? I don't know the hotkey, thanks!Alt+tab should work fine...the windows should be handled by your window manager as normal windows, unless you've disabled that in winecfg. -- -Austin
kmptrnerd
2009-May-29 03:07 UTC
[Wine] Re: How to switch between current running wine apps
So I was tinkering around with it and "desktop emulation" disables the alt+tabbing from working. Kinda lame cuz I like using desktop emulation.
Austin English
2009-May-29 03:10 UTC
[Wine] How to switch between current running wine apps
On Thu, May 28, 2009 at 10:07 PM, kmptrnerd <wineforum-user at winehq.org> wrote:> So I was tinkering around with it and "desktop emulation" disables the alt+tabbing from working. Kinda lame cuz I like using desktop emulation.Use a different wineprefix for each application. -- -Austin
kmptrnerd
2009-May-29 03:18 UTC
[Wine] Re: How to switch between current running wine apps
What do you mean by a wineprefix? How do I do that? I'm not the best at linux nor wine.
austin987 wrote:> Use a different wineprefix for each application.Or separate desktop for each, running them like: Code: wine explorer /desktop=foo,1024x768 program1.exe wine explorer /desktop=bar,1024x768 program2.exe
Austin English
2009-May-29 03:50 UTC
[Wine] How to switch between current running wine apps
On Thu, May 28, 2009 at 10:44 PM, vitamin <wineforum-user at winehq.org> wrote:> > austin987 wrote: >> Use a different wineprefix for each application. > > Or separate desktop for each, running them like: > > Code: > wine explorer /desktop=foo,1024x768 program1.exe > wine explorer /desktop=bar,1024x768 program2.exeYes. But be careful, since closing one desktop will then close the others: http://bugs.winehq.org/show_bug.cgi?id=13393 -- -Austin