Added new mmenu.conf option, to have mmenu load all visible icons as needed; combine...
[pandora-libraries.git] / deployment / etc / pandora / conf / mmenu.conf
index 7f9543b..7cd699b 100644 (file)
@@ -20,12 +20,13 @@ pndrun                      /usr/pandora/scripts:./testdata/scripts # searchpath to locate "pnd_run
 load_previews_now      0       # if >0, will try to load preview pics from pnds at boot time, not defer till later
 load_previews_later    1       # if >0, will try to load preview pics sometime (see defer_timer_ms as well)
 load_icons_later       1       # if >0, will try to load icons after grid is showing, not during app scanning
+load_visible_icons     1       # if >0, will try to load visible icons immediately (before render); combine with defered load for non-visible, say.
 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       0       # if nonzero, will do application discovery on .desktop files
+disco_pnds             0       # 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