home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / windows / x / 15852 < prev    next >
Encoding:
Text File  |  1992-08-29  |  1.1 KB  |  32 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!decwrl!deccrl!bloom-beacon!INTERNET!dont-send-mail-to-path-lines
  3. From: converse@expo.lcs.mit.EDU (Donna Converse)
  4. Subject: Re: Problems with getting Xt applications to see resources...
  5. Message-ID: <9208281953.AA26930@excess.lcs.mit.edu>
  6. Sender: daemon@athena.mit.edu (Mr Background)
  7. Organization: X Consortium, MIT Laboratory for Computer Science
  8. References: <1992Aug27.000326.19188@news.cs.indiana.edu>
  9. Date: Fri, 28 Aug 1992 19:53:33 GMT
  10. Lines: 20
  11.  
  12.  
  13. > Perhaps I am just being stupid (wouldn't be the first time)
  14. > but I am unable to get either XAPPLRESDIR or XUSERFILESEARCHPATH
  15. > to work the way they are documented in the FAQ.
  16. > For instance, I set XUSERFILESEARCHPATH to ./%N.ad:$HOME/%T/%N
  17. > (and unset XAPPLRESDIR for what that's worth), put a file containing
  18. > resources into ./Fred.ad and run my application "Fred", but.. no resources
  19. > are seen. Ditto for a resource file in $HOME/app-defaults/Fred.
  20.  
  21. Try this:
  22.  
  23. 1. unsetenv XUSERFILESEARCHPATH
  24. 2. setenv XAPPLRESDIR $HOME/app-defaults
  25. 3. put the application defaults in the file $HOME/app-defaults/Fred
  26.    note that is *not* Fred.ad
  27.  
  28.  
  29. Donna Converse
  30. MIT X Consortium
  31.