[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Mozilla "multi-user' instal??
- Subject: [ale] Mozilla "multi-user' instal??
- From: CharlesM at Media-Brokers.com (Charles Marcus)
- Date: Fri, 24 May 2002 18:21:42 -0400
I'm confused...
I have never done anything special to get Mozilla to run for multiple users -
what am I missing??
>From Mozillas website:
Multi-user installs: To install Mozilla for multiple users on Unix, install as
normal, then create the following script in your Mozilla directory, make it
executable (chmod u+x <scriptname>), and run it as root. Do not run this
program as su[do] root. (Bug 52653)
#!/bin/sh
dist_bin=`dirname $0`
MOZILLA_FIVE_HOME=$dist_bin
LD_LIBRARY_PATH=$dist_bin
export MOZILLA_FIVE_HOME LD_LIBRARY_PATH
$dist_bin/regxpcom
$dist_bin/regchrome
touch $dist_bin/chrome/user-skins.rdf $dist_bin/chrome/user-locales.rdf
You should then be able to run that installation of Mozilla as any user who
has permissions to access it.
----------------
Charles Marcus
---
This message has been sent through the ALE general discussion list.
See http://www.ale.org/mailing-lists.shtml for more info. Problems should be
sent to listmaster at ale dot org.