Ok, this is just a tracking bug for the “unsorted menu” issue. Don't really know the status but I guess it's a blocker for 4.6 :)
This seems fixed in Tuco-tuco. Can anyone confirm and close? Cheers, and thanks :)
Not fixed at least for the settings menu in tuco tuco. Not sure about svn
I'm on the way to fixing this by removing GenericName= and X-XfceSettingsName= from all desktop entries of settings dialogs.
It seems ok with beta2
Yes and no. In the settings submenu this is no longer an issue since we've removed all GenericName and X-XfceSettingsName values from the desktop entries. However, any application with XFCE in Categories and a GenericName will still appear where the Name value has been moved during sorting. I need to discuss with Brian what we can do about it and I might have to look into how GNOME and KDE handle this.
What's the status on this one?
This should be more or less fixed in SVN with revision 28979 from 2008-12-04: * libxfce4menu/xfce-menu.c: Always use xfce_menu_get_element() when comparing two menu elements instead of handling menus and items in different ways. * libxfce4menu/xfce-menu-item.c: Minor cleanup of the XfceMenuElement functions. libxfce4menu always uses the display names to sort items and that's also what xfdesktop displays.