Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!hp-pcd!hpcvlx!julie From: julie@hpcvlx.cv.hp.com (Julie Skeen) Newsgroups: comp.sys.hp Subject: Re: Confusion over APPLANGRESPATH/DIR Message-ID: <101950165@hpcvlx.cv.hp.com> Date: 7 Nov 90 18:13:37 GMT References: <211@sdrc.UUCP> Organization: Hewlett-Packard Co., Corvallis, OR, USA Lines: 27 > In the HP-VUE manual it lists the alternate location for application default > files as the path contained in the environment variable APPLLANGRESATH in the > Preliminary Configuration chapter. However it lists it as XAPPLLANGRESDIR in > the Application Resources chapter. Anybody have any clue as to which it is ? > What's even stranger is that a "strings -o" on vuewm didn't turn up either of > these strings nor could I find them in the X11R4 Xt source. > ---------- > Rob Gabbard (uunet!sdrc!evgabb) > Technical Development Engineer > Structural Dynamics Research Corp > ---------- The HP-VUE manual is in error. VUE uses the "standard" Xt mechanism for getting app-default files, via XtResolvePathname(). VUE uses R4 Xt, and the method for determining where to get the app-defaults is to first use the environment variable XUSERFILESEARCHPATH if it is defined, if not, then use XAPPLRESDIR. The idea is pretty much the same as in R3 Xt, just the names have changed. It makes sense that you wouldn't find any strings for this in vuewm, since we don't over-ride the normal mechanism. I think that if you look in Xt for the strings I have given you, or search for uses of getenv, you will see the new environment variables. Thanks for bringing this up, so that we can fix our manuals. Julie Skeen