Skip to the content of the web site.

Linux | XSessionConfig

#!/bin/sh
# this is the basic xsession file for the guest user
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/bin/X11:/usr/local/sbin:/usr/local/bin
xsetroot -solid white &
xscreensaver &
inactivity &
metacity &
exec /usr/bin/mozilla-firefox -fullscreen

-- DavidCollie - 30 Sep 2004