Make Gambas Start with QT5

Post

Posted
Rating:
#1 (In Topic #1205)
Avatar
Regular
cage is in the usergroup ‘Regular’
 I have a slight problem with the latest update. I am using Arch Linux and while my desktop works fine my laptop runs existing programs but will not allow gambas IDE to start in the GTK3 mode.  How ever it will start in QT4 or 5 no problem.  What I am wondering how do you make Gambas start in QT5 mode automatically?  GTK causes a seg fault with trying to start Gambas.
Online now: No Back to the top

Post

Posted
Rating:
#2
Guru
BruceSteers is in the usergroup ‘Guru’
 Maybe set the GB_GUI=gb.qt5 as a system env at startup .
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"
Online now: No Back to the top

Post

Posted
Rating:
#3
Avatar
Regular
cage is in the usergroup ‘Regular’
 Thanks Bruce I edited the launcher with the environment and the worked thank you.  Also how do you reopen the IDE menu if you accidentally closed it.
Online now: No Back to the top

Post

Posted
Rating:
#4
Guru
BruceSteers is in the usergroup ‘Guru’
 do you mean menubar ?  

 Ctrl-Alt-M

(note: Left Alt, not AltGr)
Online now: No Back to the top

Post

Posted
Rating:
#5
Avatar
Regular
cage is in the usergroup ‘Regular’
Once again thank you for the help. Most programs us ATL-M to restore the menu.
Online now: No Back to the top
1 guest and 0 members have just viewed this.