[comp.sys.dec] app-defaults on VMS

michels@bob.uucp (Alan Michels) (07/11/90)

How do I set up resources on a VMS DEC Windows server?

I need something like Jim Fulton's "Using and Specifying X Resources"
for VMS.  I know that DECW$XDEFAULTS.DAT is similiar to ~/.Xdefaults,
but I want to know the full search path that is used to resolve X
resources.

Is there an app-defaults directory?
Is there something like XAPPLLRESDIR, XENVIRONMENT?

I couldn't find anything in DEC's VMS documentation.  Can someone either
point me to where the documentation is or if it isn't published let
me know.

Thanks in advance,
Alan Michels
Alan Michels
michels@ide.com      ..!uunet!ide!michels
IDE - Interactive Development Environments
595 Market St, 10th floor San Francisco, CA 94105

west@gsrc.dec.com (Jim West (Stealth Contractor)) (07/12/90)

In article <1990Jul10.185934.13790@ide.com>, michels@bob.uucp (Alan Michels) writes...

- 
-How do I set up resources on a VMS DEC Windows server?
- 
-I need something like Jim Fulton's "Using and Specifying X Resources"
-for VMS.  I know that DECW$XDEFAULTS.DAT is similiar to ~/.Xdefaults,
-but I want to know the full search path that is used to resolve X
-resources.
- 
-Is there an app-defaults directory?
-Is there something like XAPPLLRESDIR, XENVIRONMENT?
- 
-I couldn't find anything in DEC's VMS documentation.  Can someone either
-point me to where the documentation is or if it isn't published let
-me know.
- 
-Thanks in advance,
-Alan Michels
-Alan Michels
-michels@ide.com      ..!uunet!ide!michels
-IDE - Interactive Development Environments
-595 Market St, 10th floor San Francisco, CA 94105

  There are two logicals, DECW$SYSTEM_DEFAULTS and DECW$USER_DEFAULTS that
are used.

  DECW$SYSTEM_DEFAULTS is a search list logical that points to
SYS$COMMON:[DECW$DEFAULTS.USER], SYS$COMMON:[DECW$DEFAULTS.SYSTEM], and
SYS$LIBRARY:.

  DECW$USER_DEFAULTS is defined as SYS$LOGIN.  Both of these logicals are
defined on the logical name table DECW$LOGICAL_NAMES.

  Hope this helps.

----------------------------------------------------------------------
 Jim West                      |  The Schainker Converse
 west@gsrc.dec.com             |  to Hoare's Law :
                               |
 These are my opinions.        |   Inside every small problem
 Digital has no idea           |     is a larger problem struggling
 what I'm  saying.             |       to get out.
----------------------------------------------------------------------