From a43abe73a936ffd5dbe8430de47f0022d1eb8959 Mon Sep 17 00:00:00 2001 From: skeezix Date: Tue, 15 Dec 2009 15:49:59 -0500 Subject: [PATCH] Fixed a bad desktop conf for deployment --- deployment/etc/pandora/conf/desktop | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/etc/pandora/conf/desktop b/deployment/etc/pandora/conf/desktop index e1626e2..c0787db 100644 --- a/deployment/etc/pandora/conf/desktop +++ b/deployment/etc/pandora/conf/desktop @@ -3,12 +3,12 @@ # Desktop configuration [desktop] -searchpath /mnt/sd?/pandora/desktop:/usr/pandora/apps # path to depth-search for PXMLs and pnd-files +searchpath /media/*/pandora/desktop:/media/*/pandora/apps:/usr/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 # path for pndnotifyd to drop icons into (can be same as dotdesktoppath if WM permits) [menu] -searchpath /mnt/sd?/pandora/menu # path to depth-search for PXMLs and pnd-files +searchpath /media/*/pandora/menu # path to depth-search for PXMLs and pnd-files dotdesktoppath /usr/share/applications # path for pndnotifyd to spit .desktop files into iconpath /tmp # path for pndnotifyd to drop icons into (can be same as dotdesktoppath if WM permits) -- 2.39.5