Comment 12 for bug 798135

Revision history for this message
Iain Buclaw (iainb) wrote :

Workaround:
sudo ln -s gnome-applications.menu /etc/xdg/menus/applications.menu

Patch:
--- a/src/shell-app-system.c
+++ b/src/shell-app-system.c
@@ -199,7 +199,7 @@
    * handle NODISPLAY semantics at a higher level or investigate them
    * case by case.
    */
- priv->apps_tree = gmenu_tree_lookup ("applications.menu", GMENU_TREE_FLAGS_INCLUDE_NODISPLAY);
+ priv->apps_tree = gmenu_tree_lookup ("gnome-applications.menu", GMENU_TREE_FLAGS_INCLUDE_NODISPLAY);
   priv->settings_tree = gmenu_tree_lookup ("gnomecc.menu", GMENU_TREE_FLAGS_INCLUDE_NODISPLAY);

   priv->app_change_timeout_id = 0;