Raspbian 开机自动启动

Autostart Chrome

cd /home/pi/.config
mkdir autostart
cd autostart

在[autostart]目录中新建名为my.desktop的文件:

文件内容:

[Desktop Entry]
Type=Application
Exec=chromium-browser  --disable-popup-blocking --no-first-run --disable-desktop-notifications  --kiosk "http://www.hahaha.com/"

上面的网址可以输入自己需要的URL, 保存退出, 重启:

sudo reboot

你可能感兴趣的:(Raspbian)