[2881] in testers
Solaris 8.0A: xcalc doesn't work
daemon@ATHENA.MIT.EDU (Theodore Y. Ts'o)
Tue Jun 4 18:37:38 1996
Date: Tue, 4 Jun 1996 17:42:12 -0400
From: "Theodore Y. Ts'o" <tytso@MIT.EDU>
To: testers@MIT.EDU
/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
- Ted