dustervoice
Technical User
does anyone know how i can configure redhat to boot straight into an application right after authentication? IE. i don't want to see xwindows; i want to boot directly into virtual box application.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
/usr/X11R6/bin/X &
# give X a chance to start up
sleep 2
DISPLAY=:0 /usr/bin/firefox
# kill the X server when firefox exits
kill %1