Make Gambas Start with QT5
Posted
#1
(In Topic #1205)
Regular

Posted
Guru

in ~/.profile or something
export GB_GUI=gb.qt5
then all gambas programs using gb.gui will use qt5
or edit your launcher to be
env GB_GUI=gb.qt5 gambas3
or set an alias..
alias gambas3="env GB_GUI=gb.qt5 gambas3"
Posted
Regular

Posted
Guru

Ctrl-Alt-M
(note: Left Alt, not AltGr)
Posted
Regular

1 guest and 0 members have just viewed this.


