GNOME Bugzilla – Bug 538105
Panel menu is backwards when docked on the left
Last modified: 2008-08-03 12:17:09 UTC
When the gnome menu is docked on the left edge, the menu ordering is reversed from the other three sides. The menu should always have the icon and "Applications" items at the leading edge of the menu. It works this way on the top, bottom, and right edges. When docked on the left, the menu is reversed. This makes the Applications target harder to reach. Other information:
Created attachment 112657 [details] [review] Fix menu ordering on left edge
The reason it's not done this way is that the foot icon (for the Applications menu) will be "in the middle" of the bar, which is bad :/
The problem is that by default the foot icon is in the middle of the panel. This patch corrects it so the "Applications" is at the end, and the icon that goes with it is also at the end. When the panel is docked to the right edge it is "correct". This patch adjusts the menu so that it has the same behavior when docked along the left edge. I've attached a screenshot showing the results of the patch. The current behavior is everything inverted (System at the outer edge, and the Application menu completely interior)
Created attachment 115758 [details] Image of resulting menu This is what the menu looks like after the patch.
Actually, I made a patch for this last year: see bug 319491. It was blocked by usability questions :/ *** This bug has been marked as a duplicate of 319491 ***