On Tue, 28 Jan 2025 at 09:43:56 +0100, Fiona Klute wrote: > After update from 3.24.43-5 to 3.24.48-3 xfce4-panel (in xfce-wayland > session) started crashing when simply right-clicked, and some panel > items also crashed on left-click. Logs show a segfault (I run > xfce4-panel via systemd user session)
Please could you get a backtrace from this crash? See: https://wiki.debian.org/HowToGetABacktrace Setting DEBUGINFOD_URLS="https://debuginfod.debian.net" and using "coredumpctl gdb" is usually the easiest way to do this for GUI components. > [2025-01-28 09:10:58.589] [warning] module sway/language: Disabling > module "sway/language", Socket path is empty You say "under Wayland", but from this log message I suspect you mean "under Sway"? Different Wayland compositors have different capabilities (GNOME Shell is also a Wayland compositor but implements different interfaces) so it is quite likely that it matters which compositor you're using. Thanks, smcv