X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=blobdiff_plain;f=README;h=7c0217c19ed1927dc71ef0cbefc04408807e6bbf;hp=2f36e77ad3d3ab2635d6aa988a5e15da53a92a23;hb=3617d13c14e77d846889d1f4fe2a797715a27e96;hpb=4da73eac3808fc408a10d67404b7c9613f176e59 diff --git a/README b/README index 2f36e77..7c0217c 100644 --- a/README +++ b/README @@ -78,6 +78,11 @@ default_browser = "tear" #other_browser_cmd = "some_browser %s" # logging: Where log output should go: "stdout", "syslog", "none" #logging = "stdout" +# autostart_microb: Fremantle only: whether MicroB should be +# prestarted in the background: 0 -- never prestart MicroB; 1 -- always +# prestart MicroB; -1 -- only prestart MicroB when MicroB is the default +# browser (default behavior if unset) +#autostart_microb = 0 # END SAMPLE CONFIG FILE Lines beginning with # characters are comments and are ignored by the @@ -118,6 +123,13 @@ run Browser Switchboard from the shell. "syslog" will send the output to the system log (assuming you have a syslogd set up on your device), and "none" disables debug logging entirely. +On Fremantle only, autostart_microb controls whether MicroB is +prestarted when the device boots. By default, MicroB is prestarted only +when MicroB is set as the default browser; you can force MicroB to +always prestart by setting autostart_microb = 1, while you can force it +to never prestart by setting autostart_microb = 0. [This option has no +corresponding UI at the moment.] + Browser Switchboard and MicroB's browserd: