Re: Netscape / Mozilla Terminal

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Around about 09/04/2003 11:38, Neil Marjoram typed ...
I have been given an idea by someone to come up with a system that when
booted starts up into a Netscape / Mozilla full screen mode secure
terminal, without the ability for anyone to get in 'behind' the browser.

Hi other-Neil :)


The sort of thing you're after is to not run gdm (the login tool) at init state 5 (where it runs X), but, I would think, just 'su guest mozilla' or somesuch (you'll need to set up a can't-do-much-damage 'guest' user for this).

I only have access to a RH7.,2 machine here, so let's have a look-see ...


OK, without being able to actually try it out, you'd want *something* like:


/etc/sysconfig/desktop:
preferred=/usr/local/bin/fullscreenmozilla

/usr/local/bin/fullscreenmozilla:
#!/bin/bash
X :0 &
while [ 1 ];  do
  mozilla http://localhost/
done


You'll need to disable the <Alt-Ctrl> terminal logins, and have a pasword-protected grub entry for init 3 (text login) so from where you could run gnome manually or whatever.


THat's the rock-bottom simplest solution I'd start with; there're probably a whole slew of clever emedments you could make.

--
[neil@xxx ~]# rm -f .signature
[neil@xxx ~]# ls -l .signature
ls: .signature: No such file or directory
[neil@xxx ~]# exit





[Index of Archives]     [Fedora Users]     [Centos Users]     [Kernel Development]     [Red Hat Install]     [Red Hat Watch]     [Red Hat Development]     [Red Hat Phoebe Beta]     [Yosemite Forum]     [Fedora Discussion]     [Gimp]     [Stuff]     [Yosemite News]

  Powered by Linux