On Thursday 06 February 2003 05:57 am, Prabu Subroto wrote:
Hi..James....
Yes, you are right...
Please tell me more detail how can I got only the login shell and without any xwindows I can launch the mozilla.
Please tell me.
You would still need X, you just don't need any window manager.
All you need is a minimal .xinitrc for each user, which should look something like this:
=====
#!/bin/bash # exec /opt/mozilla/mozilla -width 1024 -height 768
# call failsafe exit 0
=====
You can adjust the width and height parameters to suit your display resolution.
Having deployed publically-accesible web-based kiosk systems, though, I would suggest looking into using Galeon instead of Mozilla for the simple reason that Galeon can be started in fullscreen mode automatically.