我已经成功在raspbian jessie上加载了铬浏览器,并且正在尝试自动启动铬浏览器--kiosk模式...并且没有运气。我尝试了几种尝试,使用了不同的语法,包括@chromium和@ chromium-browser(带有输出路径)。任何指导表示赞赏。
在以下目录中-我具有以下命令
/etc/xdg/lxsession/LXDE-pi/autostart
:
@lxpanel --profile LXDE-pi
@pcmanfm --desktop --profile LXDE-pi
@xscreensaver -no-splash
@sh ${HOME}/.config/lxsession/LXDE-pi/autokey.sh
@/usr/bin/chromium-browser --noerordialogs --disable-session-crashed-bubble --disable-infobars --kiosk http://www.website.com
--incognito
--noerordialogs
是--noerrdialogs
?看到这里