Created pnd_desktop.[ch] pair, to contain relocated dotdesktop and icon stuff
authorskeezix <skeezix@flotsam-vm.(none)>
Sat, 7 Mar 2009 06:43:14 +0000 (01:43 -0500)
committerskeezix <skeezix@flotsam-vm.(none)>
Sat, 7 Mar 2009 06:43:14 +0000 (01:43 -0500)
commit72b7f614d5f55f302d10b2d43c24f30d26fd7e48
tree8a22144188b2fcb45cd6d2f75e49c990340f4160
parentce4cbee8190489a75506a67934c149633bab7182
Created pnd_desktop.[ch] pair, to contain relocated dotdesktop and icon stuff
Relocated hup-script config key/default to pnd_desktop
Figured that app searchpath was being misused -- using for both app searchpath and notify searchpath, so
created new config entry for notify searchpath; ie: you might wish to notify on /media so that dirs
created by automount will be detected, but you may not wish to find .pnd files in that path (since it
recurses and would thus find apps on the entire SD card.)
12 files changed:
Makefile
apps/pndnotifyd.c
deployment/etc/pandora/conf/apps
deployment/etc/pandora/conf/desktop
include/pnd_apps.h
include/pnd_desktop.h [new file with mode: 0644]
include/pnd_device.h
lib/pnd_desktop.c [new file with mode: 0644]
lib/pnd_discovery.c
testdata/conf/apps
testdata/conf/desktop
testdata/scripts/pnd_hup.sh [new file with mode: 0755]