Originally posted by avis
View Post
Yes the use the xdg desktop portal for this helps X11 as well. It common for input issues with Wayland to be in fact that Wayland makes existing problem just worse. So you got from intermittent problem under X11 to always not working under Wayland. Yes the way global shortcuts are implemented under X11 breaking the input system is a X11 problem. Wayland no global short cuts we have fix that problem with a sledge hammer. So we need xdg desktop portal to move back to a even solution. Yes you have a single service with all the global shortcuts to check for so avoiding overloading the input stack attempting to process global shortcuts with the xdg desktop portal solution.
So yes I would like Wine to pick up xdg desktop portal global short cuts and make it so even under X11 when it does not have focus do not listen to input so not to break X11.
WinAMP drag is kind of annoying. You will find it works with virtual desktop under Wayland. This is because WinAMP is absolute moving it window and if you tell that the top conner of it window is 0.0 it will not move to negative or ask to move to negative so a particular trick does not work. Fun when you setup monitors under windows with a screen with negative position(yes it allowed under windows) and then watch the number applications that refuse to move when you do this. This issue is bug in the WinAMP code base as well. There are a lot of windows applications with this bug. Due to this being the case I am kind of likely to virtual desktop them because you cannot end up with negative positions in there.
Comment