[2882] in testers
Re: Solaris 8.0A: xcalc doesn't work
daemon@ATHENA.MIT.EDU (Jonathon Weiss)
Tue Jun 4 18:37:39 1996
From: Jonathon Weiss <jweiss@MIT.EDU>
To: "Theodore Y. Ts'o" <tytso@MIT.EDU>
Cc: testers@MIT.EDU
In-Reply-To: Your message of "Tue, 04 Jun 1996 17:42:12 EDT."
<9606042142.AA14149@dcl.MIT.EDU>
Date: Tue, 04 Jun 1996 17:48:31 EDT
> /usr/openwin/bin/xcalc doesn't work. It's looking for its app-defaults
> file in /usr/lib/X11/app-defaults, which is an empty directory:
>
> % truss /usr/openwin/bin/xcalc | & grep access
> access("/mit/tytso/XCalc", 4) Err#2 ENOENT
> access("/usr/lib/X11/app-defaults/XCalc", 4) Err#2 ENOENT
It works fine for me:
the-other-woman:/mit/ops/project/machines: truss xcalc |& grep access
access("/usr/athena/lib/X11/app-defaults/XCalc", 4) Err#2 ENOENT
access("/usr/openwin/lib/locale/app-defaults/XCalc", 4) Err#2 ENOENT
access("/usr/openwin/lib/app-defaults/XCalc", 4) = 0
access("/usr/openwin/lib/X11/Xcms.txt", 4) = 0
addmitedly it looks different than it did under 7.7, but that's not a
big deal.
Jonathon