To launch a command automatically on login, put the command into a file named .bashrc in the user directory (for example /home/pi) For example, the file could contain chromium-browser --kiosk www.google.com to launch Chromium in full-screen pointed to www.google.com I have done this but it does not...