Quote:
Originally Posted by
satimis
If I'm allowed to intall a new browser, I'm allowed to reset the property of the running browser.
Not necessarily: you can install a firefox instance also as user, you just have to specify your users home directory as destination for the binaries as well as the cache directories. Usually the binaries are installed in /usr or /usr/local, now they will have to go to ~/bin/ff or something such. Adjust your $PATH variable so that it finds your local copy before the "official" one:
before:
PATH=/usr/local/bin:/usr/bin:/etc:<some other dirs>
after:
PATH=
/home/myuser/bin/ff:/usr/local/bin:/usr/bin:/etc:<some other dirs>
I hope this helps.
bakunin