I am able to run the raspberry-pi in kiosk mode for 'pi' user in auto-login mode by editing the autostart file in /home/pi/.config/lxsession/LXDE-pi/autostart
.
I would like to do the same with the new user I have created 'userkiosk'. I have updated the lightdm.conf
file so that the raspberry-pi auto logins with 'userkiosk' and I have also added the autostart file in /home/userkiosk/.config/lxsession/LXDE-userkiosk/autostart
but the raspberry-pi is not going in kiosk mode and boots in desktop mode for 'userkiosk'
Is there a way I can get raspberry-pi in kiosk mode with 'userkiosk' ?
sudo adduser userkiosk2
,sudo adduser userkiosk2 sudo
orsudo adduser userkiosk2 pi
. I think it's your problem with user permission and group. – M. Rostami Jan 05 '20 at 23:36