[vbox-dev] [ PATCH] Fix crash on startup under Wayland

2020-04-07 Thread Hans de Goede
Hi, I noticed that with a default Fedora 32 workstation install (default GNOME3 on Wayland session) VirtualBox crashes immediately at startup. The problem is that QT5 now defaults to the Wayland backend and VirtualBox assumes the X11 backend is used and makes a bunch of unchecked X11 calls which

[vbox-dev] [PATCH] Fix shortcuts like alt-tab not working under [X]wayland

2020-04-07 Thread Hans de Goede
Hi, The attached patch tackles a long-standing issue when running VirtualBox under [X]wayland. By default keyboard-grabs are denied to X11 apps under Xwayland, this causes e.g. alt-tab to not be send to the VM, but to go to the host window-environment. The attached patch modifies VirtualBox to

Re: [vbox-dev] [ PATCH] Fix crash on startup under Wayland

2020-04-07 Thread Frank Batschulat
Isn't that just working around the following bug? Ticket #19357 (accepted defect) VBoxClient crashes on Luuntu 14.04 after updating from 6.1.2 to 6.1.4 https://www.virtualbox.org/ticket/19357 On Tue, 07 Apr 2020 14:00:47 +0200, Hans de Goede wrote: I noticed that with a default Fedora 32

Re: [vbox-dev] [ PATCH] Fix crash on startup under Wayland

2020-04-07 Thread Hans de Goede
Hi, On 4/7/20 2:29 PM, Frank Batschulat wrote: Isn't that just working around the following bug? Ticket #19357 (accepted defect) VBoxClient crashes on Luuntu 14.04 after updating from 6.1.2 to 6.1.4 https://www.virtualbox.org/ticket/19357 No that is a different bug, this is about