[oe-commits] Jan Lübbe : fso-image: use menu-freesmartphone and drop the .desktop file hack

GIT User account git at amethyst.openembedded.net
Thu Mar 26 10:45:15 UTC 2009


Module: openembedded.git
Branch: jan/master
Commit: 80550a6ea634b9cb24f2f1c8a48a21047ffea403
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=80550a6ea634b9cb24f2f1c8a48a21047ffea403

Author: Jan Lübbe <jluebbe at debian.org>
Date:   Thu Feb 26 17:19:54 2009 +0000

fso-image: use menu-freesmartphone and drop the .desktop file hack

---

 recipes/images/fso-image.inc |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/recipes/images/fso-image.inc b/recipes/images/fso-image.inc
index ad8bd0c..d063036 100644
--- a/recipes/images/fso-image.inc
+++ b/recipes/images/fso-image.inc
@@ -13,6 +13,7 @@ ILLUME_THEME = "illume-theme-freesmartphone"
 
 X_INSTALL = "\
   task-x11-illume \
+  menu-freesmartphone \
   task-fonts-truetype-core \
 "
 
@@ -117,11 +118,6 @@ fso_rootfs_postprocess() {
     echo >>./etc/fstab
     echo "# NFS Host" >>./etc/fstab
     echo "192.168.0.200:/local/pkg /local/pkg nfs noauto,nolock,soft,rsize=32768,wsize=32768 0 0" >>./etc/fstab
-    # fix .desktop files for illume
-    desktop=`find ./usr/share/applications -name "*.desktop"`
-    for file in $desktop; do
-        echo "Categories=Office;" >>$file
-    done
     # minimal gtk theme foo
     mkdir -p ./etc/gtk-2.0/
     echo 'gtk-font-name = "Sans 5"' >> ./etc/gtk-2.0/gtkrc





More information about the Openembedded-commits mailing list