home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / windows / x / 18829 < prev    next >
Encoding:
Text File  |  1992-11-08  |  1.5 KB  |  55 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!ukma!wupost!tulane!rouge!news!drmres27
  3. From: drmres27@a101.usl.edu (Mejia Pablo)
  4. Subject: Re: pixmap & pixmap pictures
  5. In-Reply-To: chow@cssn01.ssc.gov's message of Fri, 6 Nov 1992 19:21:43 GMT
  6. Message-ID: <DRMRES27.92Nov6190756@a101.usl.edu>
  7. Sender: anon@usl.edu (Anonymous NNTP Posting)
  8. Organization: Univ. of Southwestern Louisiana
  9. References: <1992Nov6.192143.25046@sunova.ssc.gov>
  10. Date: Sat, 7 Nov 1992 01:07:56 GMT
  11. Lines: 42
  12.  
  13. Hi,
  14.  
  15. I just had the same problem.  The program works fine.  The problem is
  16. that the app-defaults file is not getting loaded.  The name of the
  17. file is either:
  18.  
  19.   PixmapAthenaAD or
  20.   PixmapMotifAD
  21.  
  22. What you need to do is move this file to some place where is can be
  23. found.  Check out the environement variable XUSERFILESEARCHPATH it
  24. should be in any good ook on Xt.
  25.  
  26. Basically you need to rename the file to Pixmap (Application Class
  27. Name).  And place it in a directory where it can be found.
  28.  
  29. What I have is:
  30.  
  31. ~/.defaults/Pixmap   -- The PixmapMotifAD file.
  32.  
  33. ~/.bitmaps/Pixmap/*  -- The bitmaps for DownM, etc.
  34.  
  35. Then the environment variables:
  36.  
  37. XUSERFILESEARCHPATH=~/.defaults/%N  -- Where to find the app-defaults.
  38.  
  39. XBMLANGPATH=~/.bitmaps/%N/%B        -- Where to find the bitmaps.
  40.  
  41. The XBMLANGPATH may not work under Athena widgets.
  42.  
  43.  
  44. Hope this helps, if you have any questions feel free to email me.  You
  45. may also want to check out the book:
  46.  
  47. X Window System Toolkit by Asente & Swick
  48.  
  49. They discuss this on pgs. 666-667 and 859-860, among others.
  50.  
  51.  
  52. Pablo Mejia
  53. pjm@srl.cacs.usl.edu
  54.  
  55.