07-07-2025, 07:13 PM
(07-07-2025, 12:54 PM)BarrySWTP Wrote: I'm running QB64PE in the Linux container of a Chromebook so there isn't any "Desktop GUI" just a terminal, so I don't get any kind of a pop-up. Makes me wonder what other kinds of info I'm missing. When I first started the IDE I had to remove the check on the GUI Dialogs in the options menu and revert to the old style menu's, which is fine by me.
I did some testing on a Chromebook with QB64-PE a few years ago. I do not have the Chromebook anymore. But I remember that the Linux container is Debian-based.
Running sudo apt install yad xdialog zenity made the GUI dialogs work for me.
Honestly, I do not remember which of those three packages worked for me. I'd say try only yad first.

