<meta http-equiv="refresh" content="5" >
sudo apt-get install unclutter
vi ~/.config/lxsession/LXDE/autostart
It will make your coursor disappear after not moving for 0.1s:
@unclutter -idle 0.1
optional: hide taskbar:
Right-click on the taskbar and select "Panel Settings". Click on the "Advanced" tab, and check "Minimize panel when not in use". 0px
za processing:
@/usr/local/bin/processing-java --sketch=/home/pi/Desktop/SKETCH --run
sudo apt-get install -y ttf-mscorefonts-installer unclutter x11-xserver-utils
sudo nano .config/lxsession/LXDE-pi/autostart
@lxpanel --profile LXDE-pi
@pcmanfm --desktop --profile LXDE-pi
@xscreensaver -no-splash
@point-rpi
BEGIN ADDED
Normal website that does not need any exceptions
@/usr/bin/chromium-browser --disk-cache-dir=/dev/null --incognito --start-maximized --kiosk http://gordonturner.com
Enable mixed http/https content, remember if invalid certs were allowed (ie self signed certs)
@/usr/bin/chromium-browser --incognito --start-maximized --kiosk --allow-running-insecure-content --remember-cert-error-decisions http://gordonturner.com
@unclutter
@xset s off
@xset s noblank
@xset -dpms
END ADDED
enable php shortcodes:
sudo nano /etc/php/5.6/apache2/php.ini
short_open_tag = On
permissons (for local setup)
chown -R www-data.www-data /var/www
chmod -R 777 /var/www
restart apache-a (two ways)
service apache2 restart
/etc/init.d/apache2 restart
remap keys through registry
http://stackoverflow.com/questions/4234242/disable-ctrl-alt-del-and-shutdown-for-kiosk
hiding taskbar
TaskBarHider.exe -hide
command line computer control
Open Automator and create an Application with a single Run Shell Script action:
Applications/Opera.app/Contents/MacOS/Opera -kioskmode