[4558] in SIPB bug reports
Mosaic shell script and XFILESEARCHPATH
daemon@ATHENA.MIT.EDU (Ron Newman)
Thu Apr 21 21:50:38 1994
To: bug-sipb@MIT.EDU
Date: Thu, 21 Apr 94 21:48:37 -0400
From: Ron Newman <rnewman@media.mit.edu>
if XFILESEARCHPATH is set to point only to /mit/sipb/lib/%T/%N,
then any X program that Mosaic spawns will not find its
app-defaults in /usr/lib/X11/app-defaults, because that
directory won't be in the XFILESEARCHPATH.
The Mosaic shell script should be changed to read:
if ($?XFILESEARCHPATH) then
setenv XFILESEARCHPATH ${XFILESEARCHPATH}:/mit/sipb/lib/%T/%N%S
else
setenv XFILESEARCHPATH /usr/lib/X11/%L/%T/%N%S:/usr/lib/X11/%l/%T/%N%S:/usr/lib/X11/%T/%N%S:/mit/sipb/lib/%T/%N%S
Ron