]> Untitled Git - hvlinux.git/commitdiff
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 c2ac8c57df83712a65a13d8e2e06fc2c75e59fed..eeebedf225f0e3ff0dfb83f6b6da2cae7180d635 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 452fcc58d2ee782130e961e188cedbf7bdae87cb..b3555149e5825ebdb6c84d99c62a98d1dfbe330e 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 99de4daf4a7110f3be2f3a899e5e0c19b8052cd4..31cdc7393d684c4a2f467e1b0a2065e516f68f58 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}