Home
Autostart Chrome Browser on Raspberry Pi Pixel Desktop
Raspberry Pi (Autostart) Wednesday, 11 March 2020 by paul

1. Create folder using command "mkdir /home/pi/.config/autostart".

2. Create file using command "sudo nano /home/pi.config/autostart/chrome.desktop"

3. Enter the following text and save.

[Desktop Entry]
Type=Application
Name=Chrome
Exec=chromium-browser %U --start-fullscreen


Add Comment
No Comments.