Open tigerjack opened 2 years ago
I think this is a problem with libdbusmenu-gtk3. That library is unmaintained so I recommend using a different implementation, possibly one used by KDE.
GDB indicates that accel_group
is 0x0
aka NULL.
I have the error above, plus an additional error - and they're repeated twice (shown once below). No warnings though.
(waybar:69262): Gtk-CRITICAL **: 21:37:19.341: gtk_widget_set_accel_path: assertion 'GTK_IS_ACCEL_GROUP (accel_group)' failed
(waybar:69262): Gtk-CRITICAL **: 21:37:19.341: gtk_widget_add_accelerator: assertion 'GTK_IS_ACCEL_GROUP (accel_group)' failed
Running NixOS 24.05 and Waybar v0.10.3, which is the newest version of Waybar in the 24.05 repo.
I've sway and waybar installed and the latter is polluting the log file with a lot of lines like these
I have just three applications on the tray: copyq (which is not giving problems apparently), blueman-applet and nm-applet (both involved in the previous lines). Does anybody have an idea on what is happening?