On 16/12/2009 00:51, Ginn Chen wrote: >>>> "Cannot find Namoroka runtime directory. Exiting." > > This is the error message when firefox script cannot find run-mozilla.sh. > I checked what causes "cannot find Namoroka runtime directory" error. All binaries and scripts in the tarball have exectutable attribute. For example -rwxr-xr-x for *firefox* and *firefox-bin* etc. However *run-mozilla.sh* has attributes as follows: -rwx------ So when the tarball is installed under root profile, it has no executable permission for other users. Therefore *test -x* fails and the firefox startup script assumes that the *run-mozilla.sh* is not found. May be it worth to fix it so it would have the same attributes -rwxr-xr-x
Regards, Hillel. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/desktop-discuss/attachments/20091221/980d934f/attachment.html>
