Forum > Lazarus
Lazarus Release Candidate 1 of 4.0
robert rozee:
--- Quote from: ccrause on December 15, 2024, 12:30:51 pm ---I recently started testing RC1 on Linux Mint Mate and noticed that [...]
--- End quote ---
i'm seeing similar messages on starting up a GUI application from a terminal screen:
--- Code: ---user@user-DH61BE:~/pascal/GFXterm 2.1d$ ./project1
(project1:97295): dbind-WARNING **: 03:12:53.695: Couldn't connect to accessibility bus: Failed to connect to socket /root/.cache/at-spi/bus_0.0: Permission denied
(project1:97295): Gdk-CRITICAL **: 03:12:53.769: IA__gdk_window_lower: assertion 'GDK_IS_WINDOW (window)' failed
(project1:97295): Gdk-CRITICAL **: 03:12:53.769: IA__gdk_window_lower: assertion 'GDK_IS_WINDOW (window)' failed
(project1:97295): Gdk-CRITICAL **: 03:12:53.769: IA__gdk_window_lower: assertion 'GDK_IS_WINDOW (window)' failed
user@user-DH61BE:~/pascal/GFXterm 2.1d$
--- End code ---
while the dbind-WARNING was there with builds created with an earlier version of Lazarus, the Gdk-CRITICAL messages are new.
has anyone else noticed these?
addendum:
have found the single line of my code causing this. it was:
--- Code: Pascal [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---Memo1.SendToBack
for whatever reason, the above produced (under Linux) the three lines of "Gdk-CRITICAL" messages whenever it was called. for now i've just commented out the offending line in my code, as i am also setting Memo1.Visible:=false
cheers,
rob :-)
gligli:
Hello, long time Lazarus and previous Delphi user here :)
I wanted to say that this version is awesome! Docked IDE really makes it way better :D
I noticed one bug in the RC1: when you activate "allow dock sites to be minimized" on the lower pane with "messages, watches, ...", and you compile a project, the panel opens as it should but doesn't go back to minimized afterwards.
Also a little feature request: add a dark mode for the IDE.
In any case, thank you!
Navigation
[0] Message Index
[*] Previous page