1 Oct
2024
1 Oct
'24
2:11 p.m.
joliver@blinky:~$ chirp 09:28:09 AM: Debug: Unrecognized accel key 'backspace', accel string ignored. Gdk-Message: 09:28:51.111: Window 0x5604aeca0880 is a temporary window without parent, application will not be able to position it on screen.
(chirp:40948): Gdk-CRITICAL **: 09:28:51.114: gdk_wayland_window_handle_configure_popup: assertion 'impl->transient_for' failed
These come from GTK which is the graphics library in use on Linux. It's notoriously annoyingly chatty about "critical errors" that are just suggestions and also aren't fixable here because we're not even using GTK directly. You're only seeing them because you're running from the command line. It's safe to ignore them.
--Dan