From 4f7884ffe3df44fae0de4eb988c54cf0fd6c7fe0 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Fri, 7 Apr 2017 17:38:00 -0400 Subject: [PATCH] mate-menus, tweaked Other category --- helpers/DATA/mate-menus/applications.menu | 7 +++---- helpers/make-mate-menus | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/helpers/DATA/mate-menus/applications.menu b/helpers/DATA/mate-menus/applications.menu index c6e7f664..c57cace9 100644 --- a/helpers/DATA/mate-menus/applications.menu +++ b/helpers/DATA/mate-menus/applications.menu @@ -214,18 +214,17 @@ <!-- Other --> <Menu> <Name>Other</Name> - <Dairectory>mate-other.directory</Directory> + <Directory>mate-other.directory</Directory> <OnlyUnallocated/> <Include> <And> <Not><Category>Core</Category></Not> - <Not><Category>Screensaver</Category></Not> <Not><Category>System</Category></Not> <Not><Category>Settings</Category></Not> - <Not><Category>X-GNOME-Settings-Panel</Category></Not> + <Not><Category>Settings</Category></Not> + <Not><Category>Screensaver</Category></Not> </And> </Include> </Menu> <!-- End Other --> - <Include> <Filename>gnome-app-install.desktop</Filename> </Include> diff --git a/helpers/make-mate-menus b/helpers/make-mate-menus index 968942bc..0ebe691a 100644 --- a/helpers/make-mate-menus +++ b/helpers/make-mate-menus @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=2 +VERSION=3 COMPONENT=main . ./config -- GitLab