-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Wednesday 05 February 2003 15:54, Prabu Subroto wrote:
Hi everybody....
I am using KDE 3.0.x not yet 3.1 and SuSE Linux 8.1 .
I have written a web enabling database application with PHP4. The users use the application with internet browser mozilla.
My boss said that his sellers may only use the internet browser for the database application.
So how can I lock everything in KDE 3.0.x ? I want after the user login, the mozilla will be automatically launched. I also want if they close the mozilla than the user will be automatically kicked out (log out).
Is it possible with KDE 3.0.x? Do I have to upgrade 3.1 ?
Since your using mozilla kde doesn't come into it. I had a go at doing what you described and was partially successful.
I edited ~/.xinitrc to change the line exec $WINDOWMANAGER to /usr/local/mozilla/mozilla -- -geometry 1280x1024-0-0
and altered ~/.bashrc so that the last line said "exit"
The idea being that when that user logged in they got mozilla, instead of a window manager, and mozilla would be opened up to fill the screen. When mozilla died a shell would appear, don't ask me why, but by adding "exit" to ~/.bashrc it disappears. With nothing left to do the xserver shut down.
The only problem is that mozilla didn't fill the screen, anybody know why?
- -- Richard Fletcher, Sheffield, UK.