With GNOME 2.2 I had three top-level menus: Applications (GNOME), KDE, & Debian. Now after upgrade to 2.4 the KDE menu is gone. I can't figure out how to get it back. In GNOME 1.4 I remember there used to be a configuration checkbox for this in the panel preferences. After doing some searching I noticed that this code was removed from gnome-panel's menu-util.c between 2.2.2.2 & 2.4.1. 200,203d195 < /*guess KDE menus*/ < if (g_file_test (kde_menudir, G_FILE_TEST_IS_DIR)) < flags |= MAIN_MENU_KDE_SUB; < 208,217d199 < got_kde_menus (void) < { < /*guess KDE menus*/ < if (g_file_test (kde_menudir, G_FILE_TEST_IS_DIR)) < return TRUE; < else < return FALSE; < } Does this mean support for the KDE main menu has been removed from GNOME? Zack _______________________________________________ gnome-list mailing list gnome-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gnome-list