[gnome-shell] Drop gs-applications.menu so the standard one is used



commit 9915038e9b73ad283fd91315131b80670675992e
Author: Vincent Untz <vuntz gnome org>
Date:   Tue Feb 1 15:26:31 2011 +0100

    Drop gs-applications.menu so the standard one is used
    
    gs-applications was introduced because we initially wanted a limited set
    of categories, but this has now changed and we're back to categories
    similar to the ones in the applications.menu from gnome-menus.
    
    We can fix gnome-menus to have better categories, if needed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=641148

 data/Makefile.am          |    5 ---
 data/gs-applications.menu |   85 ---------------------------------------------
 src/gnome-shell-plugin.c  |    1 -
 3 files changed, 0 insertions(+), 91 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 103e30b..1f207ef 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -72,11 +72,6 @@ all-local: gschemas.compiled
 gconfschemadir  = @GCONF_SCHEMA_FILE_DIR@
 gconfschema_DATA = gnome-shell.schemas
 
-menudir = $(sysconfdir)/xdg/menus
-
-menu_DATA = \
-	gs-applications.menu
-
 shadersdir = $(pkgdatadir)/shaders
 shaders_DATA = \
 	shaders/dim-window.glsl
diff --git a/src/gnome-shell-plugin.c b/src/gnome-shell-plugin.c
index 59823bd..1fe7de5 100644
--- a/src/gnome-shell-plugin.c
+++ b/src/gnome-shell-plugin.c
@@ -157,7 +157,6 @@ gnome_shell_plugin_class_init (GnomeShellPluginClass *klass)
 static void
 gnome_shell_plugin_init (GnomeShellPlugin *shell_plugin)
 {
-  g_setenv ("XDG_MENU_PREFIX", "gs-", TRUE);
   meta_prefs_override_preference_location ("/apps/mutter/general/attach_modal_dialogs",
                                            "/desktop/gnome/shell/windows/attach_modal_dialogs");
   meta_prefs_override_preference_location ("/apps/metacity/general/button_layout",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]