On November 16, 2002 03:12 pm, Michael Fakaro wrote: > the same problem after he updated his kernel. His Mozilla will only play > as "root" now to, mine will sometimes load slow as I said but has since
>From the 1.2b release notes: --- 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. --- David Aikema _______________________________________________ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users
