[Gambas-bugtracker] Bug #2047: QT in Gnome looks for Wayland
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Sun Jan 24 18:26:59 CET 2021
http://gambaswiki.org/bugtracker/edit?object=BUG.2047&from=L21haW4-
Comment #20 by Benoît MINISINI:
I don't understand the question. "Gambas master created with the qt libraries" means nothing to me.
If you are talking about the development environment, you can choose what it will use with the two following environmental variables:
- GB_GUI=gb.qt4|gb.qt5|gb.gtk3
- GB_GUI_PLATFORM=x11|wayland
For example:
$ GB_GUI=gb.qt5 GB_GUI_PLATFORM=x11 gbx3
Will force the IDE to run with qt5 and x11 on a Gnome Wayland desktop. Otherwise, by default it will use gb.gtk3 and wayland.
More information about the Bugtracker
mailing list