home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / hp / 12778 < prev    next >
Encoding:
Text File  |  1992-11-10  |  2.0 KB  |  58 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!europa.asd.contel.com!emory!swrinde!sdd.hp.com!hp-col!hpfcnfs.sde.hp.com!aaronf
  3. From: aaronf@fc.sde.hp.com (Aaron Friesen)
  4. Subject: Re: ~/.Xdefaults ignored by X11R4 and X11R5 under HPUX 08.07 ?
  5. Message-ID: <BxIzIx.A4K@fc.sde.hp.com>
  6. Sender: news@fc.sde.hp.com (Notes Administrator)
  7. Reply-To: aaronf@fc.hp.com
  8. Organization: HP SESD, Fort Collins, CO
  9. X-Newsreader: TIN [version 1.1.4 PL6]
  10. References: <HARLAN.92Nov10104715@haduk.cms-stl.com>
  11. Date: Wed, 11 Nov 1992 00:18:32 GMT
  12. Lines: 44
  13.  
  14. Harlan Stenn (PFCS Corporation) (harlan@cms-stl.com) wrote:
  15. : On our 9000/7xx machines running HPUX 08.07 using the stock X11R4 as
  16. : well as the X11R5 stuff (from iworks) we have noticed that the
  17. : ~/.Xdefaults file seems to be ignored.
  18. : Has anybody else noticed this?
  19. : Is a fix available?
  20.  
  21. Are you using VUE?  If so, then you have a couple of options.  VUE
  22. manages its X resource database, and by default does not use
  23. ~/.Xdefaults.  If you want VUE to manage these X resources, then
  24. do:
  25.  
  26.     $ xrdb -merge $HOME/.Xdefaults
  27.  
  28. and this will merge the .Xdefaults resources into those managed by
  29. VUE.  They will be saved automatically at the end of your session
  30. if VUE is set up to reload the "current" session on startup.  If
  31. you have a "home" session saved, you will need to resave.
  32.  
  33. If you do not want VUE to manage these X resources, set the
  34. XENVIRONMENT environment variable to point to $HOME/.Xdefaults.
  35. This must be done in ~/.vueprofile.  For sh or ksh it would
  36. look like
  37.  
  38.     XENVIRONMENT=$HOME/.Xdefaults
  39.     export XENVIRONMENT
  40.  
  41. As a last alternative, you can set the *resources resource.  See
  42. vuelogin(1x) for details.  Be careful with this option.  If you
  43. do not have things set up properly, VUE may stop working for you.
  44.  
  45. If you are not using VUE, please provide more information about
  46. your environment.
  47.  
  48. --
  49.  
  50. Aaron
  51.  
  52. -- Standard Disclaimer:  This response does not represent the official
  53. position of, or statement by, the Hewlett-Packard Company.  This
  54. response is provided for informational purposes only and is supplied
  55. without warranty of any kind.  --
  56.