Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

Firefox Kiosk Mode showing "thank you for loving firefox"

  • 1 odpoveď
  • 1 má tento problém
  • 1 zobrazenie
  • Posledná odpoveď od cor-el

more options

We have an Ubuntu computer that opens Firefox in Kiosk mode automatically when the computer boots.

This computer is connected to a TV and is used as an informational dashboard. No user interaction is required, so no keyboard or mouse is connected.

Every so often, Firefox updates (among other updates) and the computer reboots overnight. When booting after a Firefox update, it shows a "thank you for loving firefox" message instead of the specified URL. The easiest fix is to hold the power button and manually reboot when this happens since there is no keyboard and it's quicker than logging in via SSH.

Is there a way to prevent this message from showing after updating? We want to keep the automatic updater enabled to keep it up to date, but this is not desirable behavior.

We have an Ubuntu computer that opens Firefox in Kiosk mode automatically when the computer boots. This computer is connected to a TV and is used as an informational dashboard. No user interaction is required, so no keyboard or mouse is connected. Every so often, Firefox updates (among other updates) and the computer reboots overnight. When booting after a Firefox update, it shows a "thank you for loving firefox" message instead of the specified URL. The easiest fix is to hold the power button and manually reboot when this happens since there is no keyboard and it's quicker than logging in via SSH. Is there a way to prevent this message from showing after updating? We want to keep the automatic updater enabled to keep it up to date, but this is not desirable behavior.

Všetky odpovede (1)

more options

You can try to set this pref on the about:config page.

  • about:config => browser.startup.homepage_override.mstone = ignore

You can use the autoconfig.cfg file with a pref() call or user.js (user_pref()) to set this pref.