diff options
-rw-r--r-- | recipes/images/fso-image.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/images/fso-image.inc b/recipes/images/fso-image.inc index 88fc1679ab..cc626f39ed 100644 --- a/recipes/images/fso-image.inc +++ b/recipes/images/fso-image.inc @@ -117,10 +117,10 @@ fso_rootfs_postprocess() { 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 + #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 |