Close
Showing results 1 to 10 of 14

Hybrid View

  1. #1

    Default

    Been working on my own setup for boxing with wine, and while searching and troubleshooting some focus issues I ended up here.
    The wine virtual desktop and xtest combo works well, but if you're like me and use xfce you can quickly run into trouble.
    After much testing it turns out that xfce has a lot of weird behaviors regarding giving focus to windows, especially if the mouse is not within the bounds of that window.

    No matter what I tried, sending focus events, using wmctrl or xdotool, or even the built-in alt tab (cycle windows) and raising windows, if my cursor was not in the right place the focus would be lost, leaving the wine instances unresponsive to input. Tried with and without "focus follows cursor", same results.

    Finally randomly stumbled on the fact that just using Ctrl+Alt magically lets the window accept input again. This actually works without the cursor in the right place too. So, for anyone with similar focus problems while switching windows etc, you can try sending the following command to the "Default IME" id:
    Code:
    xdotool key --window _ID_HERE_ Ctrl+Alt
    As for the rest of my setup, it's a mess of combined scripts and tech, need to clean it up eventually before it can be seen in public.
    It removes window decorations/titlebar, moves/resizes the windows to fit in slots so that the screen is fully utilized, can move windows between slots, listens to global input and replicates to windows in slots that are not the current active one, etc.
    If anyone is stuck on such things give me a shout, I can give some pointers for now while I clean up the code.
    Right now I'm working on a small-scale version of how isboxer handles macros/targeting, trying to understand how best to generate and bind an addon with commands/macros.

    Anyway, enough rambling, hopefully this can help someone else in the future that have the same problems as I did.
    Last edited by Heff : 07-03-2019 at 06:37 PM

  2. #2

    Default

    Hi all,

    activity in this thread is a bit on the low side, but perhaps some of you are still active here :-)

    I'm a long time Linux user myself and I used to multibox on Linux using Keyclone (I think that was the name) back in TBC. For WoW Classic, the game itself works pretty well on Linux - but I use ISBoxer on WIndows this time around. However, ISBoxer seems more advanced than I need it to be and I'd rather stay in Linux... So I started looking into starting multiple WoW instances at once, resizing WINE windows and tiling them as well as stripping window-decorations... And then I found this place :-)

    So... Did any of you guys get it working nicely using native Linux tools and would you be willing to share scripts/macros/whatever? Perhaps even collaborate on some code? (I do a lot of scripting, so I might be able to help out with that kinda stuff).

  3. #3

    Default

    Quote Originally Posted by Zoidberg View Post
    Hi all,

    activity in this thread is a bit on the low side, but perhaps some of you are still active here :-)

    I'm a long time Linux user myself and I used to multibox on Linux using Keyclone (I think that was the name) back in TBC. For WoW Classic, the game itself works pretty well on Linux - but I use ISBoxer on WIndows this time around. However, ISBoxer seems more advanced than I need it to be and I'd rather stay in Linux... So I started looking into starting multiple WoW instances at once, resizing WINE windows and tiling them as well as stripping window-decorations... And then I found this place :-)

    So... Did any of you guys get it working nicely using native Linux tools and would you be willing to share scripts/macros/whatever? Perhaps even collaborate on some code? (I do a lot of scripting, so I might be able to help out with that kinda stuff).
    Yeah I made a Python script that allows me to roughly multibox, no account limit other than what my PC can handle. It is not yet ready for prime time. I tried to PM you in case you might be interested but the forum won't even let me look at your profile. Perhaps is because this is my first post here xD (although it doesn't even let me look at *my* profile).

Tags for this Thread

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •