Created attachment 4820 Help and Go menu are missing Under FreeBSD with the latest release of xfce4-terminal (0.6.0) + latest commits (038052f, f27770c and ce79c75) menu is incomplete. "Help" and "Go" are missing (see xfce4-terminal-bug.png). I also noticed lots of warnings (see below, related with menubar ?) when I launch xfce4-terminal for the first time (during new session). During compilation stage everything seemed fine. (xfce4-terminal:1455): Gtk-WARNING **: go-menu: missing action go-menu (xfce4-terminal:1455): Gtk-CRITICAL **: IA__gtk_menu_item_get_submenu: assertion `GTK_IS_MENU_ITEM (menu_item)' failed (xfce4-terminal:1455): Gtk-CRITICAL **: IA__gtk_container_foreach: assertion `GTK_IS_CONTAINER (container)' failed (xfce4-terminal:1455): Gtk-CRITICAL **: IA__gtk_container_foreach: assertion `GTK_IS_CONTAINER (container)' failed (xfce4-terminal:1455): Gtk-CRITICAL **: IA__gtk_menu_shell_insert: assertion `GTK_IS_MENU_SHELL (menu_shell)' failed
You need to rebuild the ui-xml file.
(In reply to comment #1) > You need to rebuild the ui-xml file. Thanks