mmenu can now load .desktops (better at libpnd generated ones)
[pandora-libraries.git] / testdata / conf / apps
1
2 # Open Pandora
3 # Application configuration
4
5 [autodiscovery]
6 searchpath      /mnt/sd?/pandora/apps:./testdata/app?   # path to depth-search for PXMLs
7 #notifypath     /media:/media/*/pandora/apps:./testdata/app?:./testdata/menuapp?
8 notifypath      /mediaZZZ:/media/*/pandora/apps:./testdata/app?:./testdata/menuapp?
9
10 # PXMLs may be overridden .. ie: overrides are a subset of PXML, where the values are copied over the full PXML
11 [overrides]
12 searchpath      ~/pxml-overrides:./testdata/apps-override
13
14 # [pnd] defines where to locate the pnd support scripts, so the user may override pnd_run.sh without clobbering built in
15 [pnd]
16 searchpath      /mnt/sd?/pandora/scripts:./testdata/scripts
17 runscript       pnd_run.sh
18
19 # [pndnotifyd] sets some extra pndnotifyd specific items
20 [pndnotifyd]
21 # logging level 0 means to include debug; level 1 (regular), 2 (warnings), 3 (errors)
22 loglevel        1