From: skeezix Date: Tue, 22 Nov 2011 22:32:28 +0000 (-0500) Subject: Change default mmenu config so as to skip auto loading icons, but load visible X-Git-Tag: sz_beta3~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acb9de55beac926adbf234e26f84432469aff527;p=pandora-libraries.git Change default mmenu config so as to skip auto loading icons, but load visible --- diff --git a/deployment/etc/pandora/conf/mmenu.conf b/deployment/etc/pandora/conf/mmenu.conf index aee2fab..496dac3 100644 --- a/deployment/etc/pandora/conf/mmenu.conf +++ b/deployment/etc/pandora/conf/mmenu.conf @@ -19,7 +19,7 @@ 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 1 # if >0, will try to load preview pics sometime (see defer_timer_ms as well) -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_icons_later 2 # 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