Changes

Jump to navigation Jump to search
647 bytes added ,  12:54, 15 February 2020
no edit summary
Line 56: Line 56:     
To exit kiosk mode, use alt-space bar or alt-F4.
 
To exit kiosk mode, use alt-space bar or alt-F4.
 +
 +
===Chromium update pop-up fix===
 +
 +
In February 2020 a bug in Chromium caused an update popup to appear.  The following commands will delay displaying the update popup for 1 year (from [https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=264399&sid=ff83b4376c348fb72379b97eab5be07b&start=25 Raspberrypi.org forum posting] by ShiftPlusOne.
 +
 +
sudo touch /etc/chromium-browser/customizations/01-disable-update-check;echo CHROMIUM_FLAGS=\"\$\{CHROMIUM_FLAGS\} --check-for-update-interval=31536000\" | sudo tee /etc/chromium-browser/customizations/01-disable-update-check
 +
 +
Note: use <code>sudo reboot</code> to restart the pi from the command line.
    
==Network Connectivity==
 
==Network Connectivity==

Navigation menu