https://bugzilla.xfce.org/show_bug.cgi?id=16823
--- Comment #1 from [email protected] --- Going back to git state of all packages from '2020-05-04' did not fix it. Unclear what causes this crash for me. Looking at the code: 1879 launcher_plugin_button_update_action_menu (LauncherPlugin *plugin) 1904 plugin->action_menu = GTK_WIDGET (garcon_gtk_menu_get_desktop_actions_menu (item)); 1905 gtk_menu_set_reserve_toggle_size (GTK_MENU (plugin->action_menu), FALSE); 1906 if (plugin->action_menu) 1907 { Why is gtk_menu_set_reserve_toggle_size called prior the "if()"? This looks like a bug. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
