Page 3 of 13
Re: PureBasic 6.03 LTS beta 2 is ready to test !
Posted: Sun Jul 02, 2023 5:05 pm
by marcoagpinto
I also tried to add manually using the preferences and the compilers don't work adding to the list.
EDIT: I was very stressed and installed 6.02 instead of 6.03.
I am terribly sorry!!!!
Re: PureBasic 6.03 LTS beta 2 is ready to test !
Posted: Sun Jul 02, 2023 6:32 pm
by jacdelad
Thx Fred!
Re: PureBasic 6.03 LTS beta 2 is ready to test !
Posted: Mon Jul 03, 2023 8:18 am
by useful
Is there a gtk theme under which we won't get a message when running Ide-Gtk3?
Or will it be under all gtk themes?
(purebasic:5960): Gtk-CRITICAL **: 13:52:57.350: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
Re: PureBasic 6.03 LTS beta 2 is ready to test !
Posted: Mon Jul 03, 2023 6:59 pm
by mfa-nw
Thanks for the improvements to the Linux version. I am currently still using a beta of version 6 as this was the last version that allows me to compile GTK apps with the wayland backend. I understand that the x11 backend was forced to fix another issue, but would it be possible to allow a choice between wayland/x11 in the new release so that we can pick the most appropriate based on our individual requirements?
Re: PureBasic 6.03 LTS beta 2 is ready to test !
Posted: Wed Jul 05, 2023 3:45 pm
by Blue
Thank you Fred for the ongoing improvement of PureBasic.
I personnally particularly appreciate and enjoy, in this beta 2, the updating of Scintilla to version 5.3.5.
The caret resizing tool now works as expected, which relieves the visual stress previously encountered when using the PB Editor on a high definition screen.
Much, much appreciated.
Re: PureBasic 6.03 LTS beta 3 is ready to test !
Posted: Fri Jul 07, 2023 4:05 pm
by Fred
2023-07-07: beta 3 is out with even more fixes ! We tagged a lot of old Linux bug topics as 'seems to work as expected with current beta....', could some of you cross check these so we can close them if it's really fixed ? Thanks !
Bugfixes for this version:This list was created automatically. All updated bug threads from the date of the last final version have been determined.
Re: PureBasic 6.03 LTS beta 3 is ready to test !
Posted: Fri Jul 07, 2023 4:42 pm
by Janni
oh wow! this is SO GREAT, thanks again Super-Fred

Re: PureBasic 6.03 LTS beta 3 is ready to test !
Posted: Fri Jul 07, 2023 4:56 pm
by marcoagpinto
Thanks, Fred!
Re: PureBasic 6.03 LTS beta 2 is ready to test !
Posted: Sat Jul 08, 2023 5:03 am
by useful
useful wrote: Mon Jul 03, 2023 8:18 am
Is there a gtk theme under which we won't get a message when running Ide-Gtk3?
Or will it be under all gtk themes?
(purebasic:5960): Gtk-CRITICAL **: 13:52:57.350: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
Any hope of getting rid of the flood of messages?
Code: Select all
mint@mint:~/sys/purebasic$ ./launch.sh
(purebasic:7762): Gtk-CRITICAL **: 03:01:42.500: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
(purebasic:7762): Gtk-CRITICAL **: 03:10:52.185: gtk_widget_set_size_request: assertion 'width >= -1' failed
(purebasic:7762): Gtk-CRITICAL **: 03:10:52.185: gtk_cell_renderer_set_fixed_size: assertion 'width >= -1 && height >= -1' failed
(purebasic:7762): Gtk-CRITICAL **: 03:10:52.194: gtk_widget_set_size_request: assertion 'width >= -1' failed
(purebasic:7762): Gtk-CRITICAL **: 03:10:52.194: gtk_cell_renderer_set_fixed_size: assertion 'width >= -1 && height >= -1' failed
Re: PureBasic 6.03 LTS beta 3 is ready to test !
Posted: Sat Jul 08, 2023 12:18 pm
by mk-soft
Quick Tip.
Linux purebasic ide is now gtk3 default.
For gtk2 purebasic_gtk2
Re: PureBasic 6.03 LTS beta 3 is ready to test !
Posted: Sat Jul 08, 2023 2:29 pm
by useful
mk-soft wrote: Sat Jul 08, 2023 12:18 pm
Quick Tip.
Linux purebasic ide is now gtk3 default.
For gtk2 purebasic_gtk2
This is obvious, but I was asking specifically about
"when running Ide-Gtk3"
p.s. I wonder if this behavior is common or only on the XFCE I use.
Re: PureBasic 6.03 LTS beta 3 is ready to test !
Posted: Sat Jul 08, 2023 3:38 pm
by mk-soft
I reported it in the Linux Bug, because the IDE is also compiled with Purebasic.
Link bug report:
Gtk-CRITICAL **
Re: PureBasic 6.03 LTS beta 3 is ready to test !
Posted: Fri Jul 14, 2023 11:08 am
by macros
Thank you very much for the new version!
I tested all marked Linux bugs with samples and can confirm they are fixed
I also tested the GTK3 GUI
Under Kubuntu 23.04 the links in the help do not work
I created a bug report here.
Also I noticed an annoying behaviour of the procedure list: If it is scrolled a fade to transparent animation appears at the end, likely intended to show that the end is reached, but It hinders quick clicks on the last/first items.
Otherwise the IDE works very well and looks good too !
Re: PureBasic 6.03 LTS beta 3 is ready to test !
Posted: Fri Jul 14, 2023 4:22 pm
by Janni
Thanks for your contribution macros!

Re: PureBasic 6.03 LTS beta 3 is ready to test !
Posted: Wed Jul 19, 2023 7:41 am
by stevie1401
There is no slider in the procedure listing on the right in the gtk3 version in 6.3 beta 3 (Linux Mint / Ubunbtu)