[Gambas-user] [gambas-user] Possible bug in gb.gui

Benoît Minisini gambas at ...1...
Sun Dec 14 01:16:11 CET 2014


Le 14/12/2014 01:01, Paul Horechuk a écrit :
> I finally nailed down a bug in my environment.
>
> During development using Ubuntu 14.04 with the KDE/Plasma desktop and
> Gambas 3.5.4 up to 3.6.2, everything works. Problems were encountered
> when I installed a source archive on Fedora 20. This Fedora was with the
> default Gnome desktop. Gambas was using the gb.gui component, which
> should have produced the same results for gtk or qt4. It doesn't.
>
> After testing with Fedora 21 default and Fedora 21 KDE spin, I
> discovered that the KDE spin worked. I installed MATE on the KDE spin
> and was able to select either on login. Now I had both sets of libraries.
>
> I have determined that gb.gui is NOT doing its job. By disabling gb.gui
> and using gb.qt4, my program works under gnome and KDE.
>
> The problem manifests in the Paint.Text as it produces the attached
> picture with gb.gui.
>
> This has been confirmed on other releases and desktops as well.
>

gb.gui does nothing by itself: it just loads gb.qt4 if your desktop is 
KDE4 (i.e. the KDE_FULL_SESSION environmental variable is defined, and 
the KDE_SESSION_VERSION environmental variable is "4"), and gb.gtk in 
all other cases.

Please provide the contents of the IDE system information dialog, the 
last version of your project and how to reproduce the bug.

Regards,

-- 
Benoît Minisini




More information about the User mailing list