From 0f9a6f09fa46a15f661265c4b643cb7270d59d4c Mon Sep 17 00:00:00 2001 From: skeezix Date: Fri, 4 Jun 2010 10:12:14 -0400 Subject: [PATCH] Turning off directory browser in minimenu, by default --- deployment/etc/pandora/conf/mmenu.conf | 4 ++-- minimenu/mmenu.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deployment/etc/pandora/conf/mmenu.conf b/deployment/etc/pandora/conf/mmenu.conf index edfc683..76ca773 100644 --- a/deployment/etc/pandora/conf/mmenu.conf +++ b/deployment/etc/pandora/conf/mmenu.conf @@ -26,7 +26,7 @@ loglevel 0 # 0 is debug, lots of crap; 3 is better, means 'errors only'. Output x11_present_sh /bin/pidof X # command to invoke to determine if X11 is running or not; expects a number on X is present. desktop_apps 1 # search the pnd standard desktop searchpath for apps menu_apps 1 # search the pnd standard menu searchpath for apps -aux_searchpath /media/*/pandora/mmenu # if something here, also search this path; can be used for mmenu-only apps? +aux_searchpath /media/*/pandora/mmenu:/usr/pandora/mmenu # if something here, also search this path; can be used for mmenu-only apps? [utility] terminal /usr/bin/Terminal # could also be /usr/bin/xterm, or a sh-script, or whatever @@ -64,7 +64,7 @@ do_all_cat 1 # if >0, will show an All category; if 0, skip it, just your cats. #default_cat Game # if specified, will attempt to use the named category when mmenu starts, instead of 'leftmost' (usually All) [filesystem] -do_browser 1 # if >0, will allow filesystem browsing somehow +do_browser 0 # if >0, will allow filesystem browsing tab_searchpaths /media/* # for each chunk in searchpath, show a tab (if not empty). # example: # /media -> show /media as a single tab diff --git a/minimenu/mmenu.conf b/minimenu/mmenu.conf index 6028084..023af83 100644 --- a/minimenu/mmenu.conf +++ b/minimenu/mmenu.conf @@ -61,7 +61,7 @@ cache_findpath /media/mmcblk[12]p?/pandora/appdata/mmenu.pvwcache # where catmap_searchpath /media/*/pandora/mmenu:/etc/pandora/mmenu:./minimenu catmap_confname mmcatmap.conf do_all_cat 1 # if >0, will show an All category; if 0, skip it, just your cats. -#default_cat Game +default_cat Game [filesystem] do_browser 1 # if >0, will allow filesystem browsing somehow -- 2.39.5