How to switch between current running wine apps
How to switch between current running wine apps
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!
How to switch between current running wine apps
On Thu, May 28, 2009 at 7:54 PM, kmptrnerd <[email protected]> wrote:
window manager as normal windows, unless you've disabled that in
winecfg.
--
-Austin
Alt+tab should work fine...the windows should be handled by yourI 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!
window manager as normal windows, unless you've disabled that in
winecfg.
--
-Austin
How to switch between current running wine apps
On Thu, May 28, 2009 at 10:07 PM, kmptrnerd <[email protected]> wrote:
--
-Austin
Use a different wineprefix for each application.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
Re: How to switch between current running wine apps
Or separate desktop for each, running them like:austin987 wrote:Use a different wineprefix for each application.
Code: Select all
wine explorer /desktop=foo,1024x768 program1.exe
wine explorer /desktop=bar,1024x768 program2.exe
How to switch between current running wine apps
On Thu, May 28, 2009 at 10:44 PM, vitamin <[email protected]> wrote:
http://bugs.winehq.org/show_bug.cgi?id=13393
--
-Austin
Yes. But be careful, since closing one desktop will then close the others:austin987 wrote:Or separate desktop for each, running them like:Use a different wineprefix for each application.
Code:
wine explorer /desktop=foo,1024x768 program1.exe
wine explorer /desktop=bar,1024x768 program2.exe
http://bugs.winehq.org/show_bug.cgi?id=13393
--
-Austin