mmenu: Mostly untested; pushing in list-view changes so porg/pmprog can fiddle easier :)
[pandora-libraries.git] / minimenu / mmenu.conf
index e87c1f8..af33292 100644 (file)
@@ -19,15 +19,22 @@ skin_confname               mmskin.conf
 pndrun                 /usr/pandora/scripts:./testdata/scripts # searchpath to locate "pnd_run.sh"; why aren't I looking in /etc/pandora/conf/apps for this?
 load_previews_now      0       # if >0, will try to load preview pics from pnds at boot time, not defer till later
 load_previews_later    0       # if >0, will try to load preview pics sometime (see defer_timer_ms as well)
-load_icons_later       0       # if >0, will try to load icons after grid is showing, not during app scanning
+load_icons_later       1       # if 0 will load on start; if 1 will load 'later'; if '2' will not auto load icons at all
+load_visible_icons     1       # if >0, will try to load visible icons immediately before render; ie: load as needed
 defer_icon_us          100000  # when background loading icons (load_icons_later), time between icon loadsa
 threaded_preview       0       # if 1, will try to load the preview in background, to avoid slowing up navigation
 loglevel               0       # 0 is debug, lots of crap; 3 is better, means 'errors only'. Output may screw up the wrapper!
 x11_present_sh         /bin/pidof X # command to invoke to determine if X11 is running or not; expects a number on X is present.
+disco_pnds             1       # if nonzero, will do application discovery on pnd-files
+disco_dotdesktop       1       # if nonzero, will do application discovery on .desktop files
+disco_dotdesktop_all   0       # if nonzero, will include non-libpnd .desktop; if 0, just libpnd (pnd-found by pndnotifyd) will be included
 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?
 auto_rescan            1       # if >0, will automaticly rescan for applications, if SD inserts/ejects
+disco_lock_max         20      # number of tries to check lock (at 1/5th sec each, 20 == 4 seconds)
+disco_lock_usec_delta  500000  # number of usec between lockfile checks; 200000 is 1/5th second
+disco_lock_maxage_s    120     # number of seconds .. if lockfile is that old or older, just ignore it entirely
 
 [utility]
 terminal               /usr/bin/Terminal       # could also be /usr/bin/xterm, or a sh-script, or whatever
@@ -62,7 +69,7 @@ catmap_confname               mmcatmap.conf
 
 [filesystem]
 do_browser             1       # if >0, will allow filesystem browsing somehow
-tab_searchpaths                /media/*        # for each chunk in searchpath, show a tab (if not empty).
+tab_searchpaths                /media/*:/        # for each chunk in searchpath, show a tab (if not empty).
 # example:
 # /media -> show /media as a single tab
 # /media/* -> show a tab for each dir in /media