From cdaa163638fe57d9616e46fbbb79d1c20090ecbb Mon Sep 17 00:00:00 2001 From: skeezix Date: Tue, 17 May 2011 21:35:43 -0400 Subject: [PATCH] Conf to allow Menu to scan root of SD, and one sublevel of root --- deployment/etc/pandora/conf/desktop | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/deployment/etc/pandora/conf/desktop b/deployment/etc/pandora/conf/desktop index cd7b987..653f332 100644 --- a/deployment/etc/pandora/conf/desktop +++ b/deployment/etc/pandora/conf/desktop @@ -2,13 +2,17 @@ # Open Pandora # Desktop configuration +# searchpaths (desktop.searchpath and menu.searchpath for instance) are a list of directories, separated by colon: +# - default is to recursively scan allsubdirs of the named piece +# - if you append <#> (where # is 0-n) then that numebr of subdirs will be permitted; ie: /media/*/<1> means to scan root and one subdir of root + [desktop] searchpath /media/*/pandora/desktop:/media/*/pandora/apps # path to depth-search for PXMLs and pnd-files dotdesktoppath ~/Desktop/ # path for pndnotifyd to spit .desktop files into (run as root) iconpath /tmp/iconcache # path for pndnotifyd to drop icons into (can be same as dotdesktoppath if WM permits) [menu] -searchpath /media/*/pandora/menu:/media/*/pandora/apps:/usr/pandora/apps # path to depth-search for PXMLs and pnd-files +searchpath /media/*/<1>:/media/*/pandora/menu:/media/*/pandora/apps:/usr/pandora/apps # path to depth-search for PXMLs and pnd-files dotdesktoppath /usr/share/applications # path for pndnotifyd to spit .desktop files into iconpath /tmp/iconcache # path for pndnotifyd to drop icons into (can be same as dotdesktoppath if WM permits) -- 2.39.2