From: skeezix Date: Wed, 18 May 2011 01:35:43 +0000 (-0400) Subject: Conf to allow Menu to scan root of SD, and one sublevel of root X-Git-Tag: sz_beta3~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdaa163638fe57d9616e46fbbb79d1c20090ecbb;p=pandora-libraries.git Conf to allow Menu to scan root of SD, and one sublevel of root --- 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)