[Gambas-user] Release of Gambas 3.19.0

Bruce Steers bsteers4 at gmail.com
Fri Feb 16 12:56:18 CET 2024


On Fri, 16 Feb 2024 at 09:54, Laurent Carlier <lordheavym at gmail.com> wrote:

> Le vendredi 16 février 2024, 08:26:16 UTC+1 Benoît Minisini a écrit :
> > Hi,
> >
> > Gambas 3.19.0 is now officially released!
> >
> >
> > Report any problem and enjoy it!
>
> A small issue with gb.gui component; i am with kde 6rc with
> KDE_SESSION_VERSION=6, so gb.gtk3 component is automaticaly choosed (yes,
> bad
> luck for me :) )
>
> Regards,
>

The IDE has used gtk3 by default for a few years now.

If you want it to use qt5 you can set the GB_GUI environment variable if
you want to change it

Either change the launcher you use to have this as it's command...
env GB_GUI=gb.qt5 gambas3

Or add something to your system startup to set the env as a global variable.
export GB_GUI=gb.qt5
or
set GB_GUI=gb.qt5

that should force qt5

BruceS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20240216/5d817c4b/attachment.htm>


More information about the User mailing list