@elextr As far as I can tell the session type doesn't matter at all. I usally run setup 1 (X11), but also tried setup 2 (Wayland). The "freeze" happens on both.
`[spider@havarie ~]$ echo $XDG_SESSION_TYPE x11 [spider@havarie ~]$ yay -Qi gnome-desktop | grep Version Version : 1:3.38.3-1` Unfortunately I don't have debug symbols. This is the gdb output from a quick test this morning (Gnome 3, X11, maximized Window): `^C--Type <RET> for more, q to quit, c to continue without paging-- Thread 1 "geany" received signal SIGINT, Interrupt. 0x00007ffff7bb547f in poll () from /usr/lib/libc.so.6 (gdb) bt #0 0x00007ffff7bb547f in poll () at /usr/lib/libc.so.6 #1 0x00007ffff6d9fb7f in () at /usr/lib/libglib-2.0.so.0 #2 0x00007ffff6d4b0a3 in g_main_loop_run () at /usr/lib/libglib-2.0.so.0 #3 0x00007ffff74fa22f in gtk_main () at /usr/lib/libgtk-3.so.0 #4 0x00007ffff7d0f460 in main_lib () at /usr/lib/libgeany.so.0 #5 0x00007ffff7ae8b25 in __libc_start_main () at /usr/lib/libc.so.6 #6 0x000055555555505e in () (gdb) c Continuing. ^C Thread 1 "geany" received signal SIGINT, Interrupt. 0x00007ffff7bb547f in poll () from /usr/lib/libc.so.6 (gdb) bt #0 0x00007ffff7bb547f in poll () at /usr/lib/libc.so.6 #1 0x00007ffff6d9fb7f in () at /usr/lib/libglib-2.0.so.0 #2 0x00007ffff6d4b0a3 in g_main_loop_run () at /usr/lib/libglib-2.0.so.0 #3 0x00007ffff74fa22f in gtk_main () at /usr/lib/libgtk-3.so.0 #4 0x00007ffff7d0f460 in main_lib () at /usr/lib/libgeany.so.0 #5 0x00007ffff7ae8b25 in __libc_start_main () at /usr/lib/libc.so.6 #6 0x000055555555505e in () ` I'll build geany from source to get proper gdb output... -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2658#issuecomment-780443491