--- src/cinnamon-app-system.c~ 2012-03-13 20:15:41.000000000 +0400 +++ src/cinnamon-app-system.c 2012-04-14 23:31:17.967576964 +0400 @@ -106,7 +106,7 @@ * handle NODISPLAY semantics at a higher level or investigate them * case by case. */ - priv->apps_tree = gmenu_tree_new ("cinnamon-applications.menu", GMENU_TREE_FLAGS_INCLUDE_NODISPLAY); + priv->apps_tree = gmenu_tree_new ("gnome3-applications.menu", GMENU_TREE_FLAGS_INCLUDE_NODISPLAY); g_signal_connect (priv->apps_tree, "changed", G_CALLBACK (on_apps_tree_changed_cb), self); priv->settings_tree = gmenu_tree_new ("cinnamon-settings.menu", 0);