Raspberry Pi Chromium Startup Script
-
I would like to disable the autoloading of the Chromium browser when the Raspberry Pi boots or reboots.
What file needs to be updated to make this change?
-
You may be able to find it here:
nano ~/.config/lxsession/LXDE-pi/autostart
But I haven't verified. -
@phaedrux said in Raspberry Pi Chromium Startup Script:
nano ~/.config/lxsession/LXDE-pi/autostart
That doesn't seem to be present on my install
-
Try this
Remove @launch-dwc from /etc/xdg/lxsession/LXDE-pi/autostart
-
@phaedrux Thanks, I have the following