File gnome-menus-other-end.patch of Package gnome-menus
commit 2179d84e1d7ce5a5b79f2736bf64a13e7bca1b4d
Author: Vincent Untz <vuntz@gnome.org>
Date: Fri Oct 7 10:43:02 2011 +0200
layout: Put the Other menu at the end
It's really a special menu, which should not be handled with
alphabetical order.
diff --git a/layout/applications.menu b/layout/applications.menu
index 9a15849..fda6b74 100644
--- a/layout/applications.menu
+++ b/layout/applications.menu
@@ -151,4 +151,10 @@
</Include>
</Menu> <!-- End Other -->
+ <Layout>
+ <Merge type="menus" />
+ <Menuname>Other</Menuname>
+ <Merge type="files" />
+ </Layout>
+
</Menu> <!-- End Applications -->