--- populate-dock.sh.orig Sun Jul 16 01:37:05 2006 +++ populate-dock.sh Wed Oct 11 22:29:57 2006 @@ -3,18 +3,16 @@ # Simple shell script to populate the dock by setting up some random # standard applications. -make install-schemas +GAPPs=/usr/local/share/applications +APPs=/usr/local/share/applications while read n file; do key=/apps/kiba/launchers/$n/file gconftool-2 --set $key --type string $file gconftool-2 --apply-schema /schemas/apps/kiba/launchers/file $key done <