I use wine for older games and software, and it works very well from a not-exactly-emulation viewpoint. Most software works, and what doesn’t work I can usually find why it doesn’t.
However, I regularly have problems with window management. Look at this:
The icon to the left of VLC is a setup that runs forever (multiple hours), because it only works with 1 CPU core. It is finished now, but I cannot interact with it in any way. I can minimize all other windows and still cannot find the window. It doesn’t appear in the window list (the Windows key).
I’ve tried to interact with the window using xdotool
, finding out the ID and bringing it to the front, using either windowfocus
or windowactivate
. Both seem to do something (the focus switches away from my terminal), but there’s still no window to interact with.
I can theoretically interact with the window using the Meta key, then right clicking the task:
But nothing happens when clicking there, and I am out of ideas on how to proceed. Does anyone have suggestions on how do analyse the situation?
Edit 1: DE is Gnome Wayland. Maybe this is a Wayland problem?