Fix empty "Applications" menu in pcmanfm
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 2 Sep 2013 22:49:04 +0000 (18:49 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Thu, 31 Jul 2014 02:15:24 +0000 (22:15 -0400)
Fixed by installing gnome-menus.

This also fixes the empty "Installed Application" menu when right-clicking on a
file and selecting "Open with".

config/packages-list
stage5/hv-install-1
stage5/packages-update

index c2ac8c5..eeebedf 100644 (file)
@@ -136,6 +136,7 @@ GNASH=" gnash-0.8.10"
 GNOME_KEYRING="gnome-keyring-2.32.1"
 GNOME_ICON_THEME="gnome-icon-theme-3.4.0"
 GNOME_MEDIA="gnome-media-2.32.0"
+GNOME_MENUS="gnome-menus-2.30.5"
 GNUMERIC="gnumeric-1.10.17"
 GNUPG="gnupg-1.4.12"
 GNUTLS="gnutls-3.0.22"
index 452fcc5..b355514 100755 (executable)
@@ -192,6 +192,7 @@ ipkg ${LIBGAMIN} "--libexecdir=/usr/sbin"
 ipkg ${MENU_CACHE}
 ipkg ${GVFS}
 ipkg ${XARCHIVER}
+ipkg ${GNOME_MENUS}
 ipkg -m acnb ${LIBFM}
 ipkg ${PCMANFM}
 
index 99de4da..31cdc73 100755 (executable)
@@ -198,6 +198,8 @@ fpkg -m sf -s "lxde" ${MENU_CACHE}
 fpkg -m gnome ${GVFS}
 
 fpkg -m sf -e "tar.bz2" ${XARCHIVER}
+
+fpkg -m gnome ${GNOME_MENUS}
 fpkg -m sf -s "pcmanfm" -e "tar.gz" ${LIBFM}
 fpkg -m sf ${PCMANFM}