[Gambas-bugtracker] Bug #2326: with wayland stacking = 2 brings the window behind the desktop
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Mon Aug 30 15:29:19 CEST 2021
http://gambaswiki.org/bugtracker/edit?object=BUG.2326&from=L21haW4-
Comment #3 by Benoît MINISINI:
By default your QT program will run through the X11 emulator on Wayland, and the result is what is expected on Ubuntu/Gnome: a fullscreen window behind all other windows.
To force QT program to run with its wayland plugin, you have to define the QT_QPA_PLATFORM environment variable to 'wayland'. Then apparently the "stay behind" flag is ignored. Same thing if the program is run with GTK+3 and the wayland plugin. :-(
More information about the Bugtracker
mailing list