How to boot straight to application, with auto-login, and fluxbox as a window manager
- Write the raspbian-jessie-lite image to an SD card
- Run
apt-get install xorg-server xinit fluxbox
- Edit
/etc/systemd/system/getty.target.wants/[email protected]
and add your username to ExecStart likeExecStart=-/sbin/agetty -a <user name> %I $TERM
- Add to bottom of
.profile
:[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx
- Add ~/.xinitrc with:
exec /usr/bin/startfluxbox
Edit ~/.fluxbox/startup
and execute your application where it tells you likemyapp &