From 07e3ef460dfceea4e707a4fb08d239dc80d6b93a Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Fri, 7 Apr 2017 17:10:14 -0400 Subject: [PATCH] Added make-mate-menus --- helpers/DATA/mate-menus/applications.menu | 276 ++++++++++++++++++++++ helpers/make-mate-menus | 30 +++ 2 files changed, 306 insertions(+) create mode 100644 helpers/DATA/mate-menus/applications.menu create mode 100644 helpers/make-mate-menus diff --git a/helpers/DATA/mate-menus/applications.menu b/helpers/DATA/mate-menus/applications.menu new file mode 100644 index 0000000..f69eaba --- /dev/null +++ b/helpers/DATA/mate-menus/applications.menu @@ -0,0 +1,276 @@ + + + + + Applications + mate-menu-applications.directory + + + + /etc/X11/applnk + /usr/share/mate/apps + + + + + + + + applications-merged + + + + Accessories + Utility.directory + + + Utility + Accessibility + + mate-dictionary.desktop + gnome-dictionary.desktop + evince.desktop + atril.desktop + + + System + Settings + nautilus.desktop + caja.desktop + vim.desktop + + + + + + + + Development + Development.directory + + + Development + + emacs.desktop + + + + + + Education + Education.directory + + + Education + Science + + + + + + + Science + GnomeScience.directory + + + Education + Science + + + + libreoffice-math.desktop + + + + + + + Games + Game.directory + + + Game + + + + freecell.desktop + + + + + + Graphics + Graphics.directory + + + Graphics + + + + libreoffice-draw.desktop + display.im6.desktop + atril.desktop + evince.desktop + + + + + + Internet + Network.directory + + icecat.desktop + abrowser-3.0.desktop + abrowser-3.5.desktop + abrowser.desktop + iceweasel.desktop + firefox.desktop + epiphany.desktop + epiphany-gecko.desktop + evolution.desktop + thunderbird.desktop + icedove.desktop + pidgin.desktop + gwibber.desktop + liferea.desktop + remmina.desktop + tsclient.desktop + ekiga.desktop + xchat.desktop + amule.desktop + transmission.desktop + + + + evolution.desktop + + Network + + + + evolution-settings.desktop + vino-preferences.desktop + + + + + + Multimedia + AudioVideo.directory + + totem.desktop + exaile.desktop + + + + + AudioVideo + + + + gnash.desktop + + + + + + Office + Office.directory + + libreoffice-writer.desktop + libreoffice-calc.desktop + libreoffice-impress.desktop + libreoffice-base.desktop + libreoffice-draw.desktop + libreoffice-math.desktop + lyx.desktop + mate-dictionary.desktop + gnome-dictionary.desktop + + + + + Office + + + + mate-dictionary.desktop + gnome-dictionary.desktop + atril.desktop + evince.desktop + evolution.desktop + libreoffice-startcenter.desktop + + + + + + + + Other + X-GNOME-Other.directory + + + + Core + Screensaver System Settings + X-GNOME-Settings-Panel + + + + + + + Debian + debian-menu.menu + Debian.directory + + + + gnome-app-install.desktop + mate-control-center.desktop + + + + + + + Internet + Office + Education + Development + Graphics + Multimedia + Games + Accessories + Debian + Other + wine-wine + + gnome-app-install.desktop + gnome-control-center.desktop + + + diff --git a/helpers/make-mate-menus b/helpers/make-mate-menus new file mode 100644 index 0000000..37e7558 --- /dev/null +++ b/helpers/make-mate-menus @@ -0,0 +1,30 @@ +#!/bin/sh +# +# Copyright (C) 2014 Ruben Rodriguez +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# + +VERSION=1 +COMPONENT=main + +. ./config + +cp $DATA/applications.menu layout/mate-applications.menu + +changelog "Default layout adapted for Trisquel" + +compile +