From 151fe217d27bf6dcc790a60aa455cdf5e454e6e2 Mon Sep 17 00:00:00 2001 From: skeezix Date: Tue, 8 Dec 2009 16:54:23 -0500 Subject: [PATCH] Fix path for desktop-conf; ie: icons for menu can cache in the same place as .desktop --- deployment/etc/pandora/conf/desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/etc/pandora/conf/desktop b/deployment/etc/pandora/conf/desktop index 55f3975..0fa9ed4 100644 --- a/deployment/etc/pandora/conf/desktop +++ b/deployment/etc/pandora/conf/desktop @@ -10,7 +10,7 @@ iconpath /tmp # path for pndnotifyd to drop icons into (can be same as dotdeskto [menu] searchpath /mnt/sd?/pandora/menu # path to depth-search for PXMLs and pnd-files dotdesktoppath /tmp/menu # path for pndnotifyd to spit .desktop files into -iconpath /tmp/menuicons # path for pndnotifyd to drop icons into (can be same as dotdesktoppath if WM permits) +iconpath /tmp # path for pndnotifyd to drop icons into (can be same as dotdesktoppath if WM permits) [launcher] # if hupscript is commented out entirely, pndnotifyd will not try to find/run the hup -- 2.39.5