[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error on Mint 22 with Gambas 3.20.2 when adding the gb.gui.qt.webview component
[Thread Prev] | [Thread Next]
- Subject: Re: Error on Mint 22 with Gambas 3.20.2 when adding the gb.gui.qt.webview component
- From: Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
- Date: Fri, 4 Apr 2025 16:02:36 +0200
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Le 04/04/2025 à 10:45, Claus Dietrich a écrit :
HiWhen I generate a new empty Gambas GUI project with gb.gui.qt and just add the component gb.gui.qt.webview, the program throws the error message"gb.gui.qt.webkit: error: unsupported component specified in GB_GUI environment variable"when I try to start the project.This occurs on my new platform with Mint 22 and Gambas 3.20.2. It does not occur on Mint 20.3 with Gambas 3.19.5.When I select gb.qt5 with gb.qt5.webview or gb.qt6 with gb.qt6.webview everything is fine.What is causing this and is it a bug? Best regards Claus
If you use 'gb.gui.qt', it will just try to load the QT component specified by the 'GB_GUI' variable if present. Otherwise it will load the best Qt component it thinks.
But as 'GB_GUI' is set to 'gb.gtk3' because you ran that version of the IDE, you get this error.
Maybe 'gb.gui.qt' should load the best QT component it thinks in that case instead of raising an error?
-- Benoît Minisini.
Re: Error on Mint 22 with Gambas 3.20.2 when adding the gb.gui.qt.webview component | Claus Dietrich <claus.dietrich@xxxxxxxxxx> |
Error on Mint 22 with Gambas 3.20.2 when adding the gb.gui.qt.webview component | Claus Dietrich <claus.dietrich@xxxxxxxxxx> |