[25606] in Athena Bugs
Solaris 9.2.28: texdoc html
daemon@ATHENA.MIT.EDU (John Hawkinson)
Mon Apr 19 11:42:43 2004
Date: Mon, 19 Apr 2004 11:38:31 -0400 (EDT)
Message-Id: <200404191538.i3JFcVFB001416@coleco-sidewinder.mit.edu>
To: bugs@mit.edu
From: John Hawkinson <jhawk@mit.edu>
Errors-To: bugs-bounces@mit.edu
texdoc tries to run netscape to view html viles and thus fails.
It also runs ghostview to view ps files, rather than gv.
F'risntance:
[coleco-sidewinder!jhawk] ~> texdoc graphicx
/usr/athena/bin/texdoc: netscape: execute permission denied
/usr/athena/bin/texdoc: netscape: execute permission denied
but it works fine by setting:
setenv TEXDOCVIEW_html 'mozilla -remote openURL'"'(%s)'"' &'
--jhawk