home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / ultrix / 8905 < prev    next >
Encoding:
Text File  |  1992-12-16  |  1.7 KB  |  43 lines

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!cs.utexas.edu!usc!sol.ctr.columbia.edu!ira.uka.de!math.fu-berlin.de!freia.inf.tu-dresden.de!beck
  3. From: beck@freia.inf.tu-dresden.de (Andre Beck)
  4. Subject: Re: Changing icon graphics in motif?
  5. Message-ID: <8RV91VI@math.fu-berlin.de>
  6. Sender: news@math.fu-berlin.de (Math Department)
  7. Organization: Dept. of Computer Science, TU Dresden, Germany.
  8. References:  <1992Dec15.204349.25972@olaf.wellesley.edu>
  9. Date: Wed, 16 Dec 1992 16:18:15 GMT
  10. Lines: 31
  11.  
  12.  
  13. |> I'd like to be able to change the default graphic image on various
  14. |> xterm windows that I run with the -e option to better reflect the app
  15. |> that is actually running in them.  We're running Ultrix v4.3 and Motif
  16. |> v1.1.3.  I've tried things like:
  17. |> 
  18. |>     xterm -xrm '*iconImage: ~lhawkins/test' -e appname
  19. |> 
  20. |> where test is a graphic created by bitmap(1X).  This had no effect
  21. |> whatsoever.  Any ideas?
  22.  
  23. IF the application registers a Xt Converter routine for converting
  24. XtRString to XtRPixmap ressources, you can do it as:
  25.  
  26. xterm -xrm "XTerm.iconPixmap: file" ...
  27.  
  28. I dunno if the converter knows of the ~username csh syntax... he will
  29. complain about it if not.
  30.  
  31. At least the X11R5 version of xterm registers such converter.
  32. BTW, iconPixmap is a resource of the shell widget only, so no '*iconPixmap..'
  33. was given.
  34.  
  35. -- 
  36. ,------------------------+---------------------------------------------.
  37. | Andre' Beck (ABPSoft)  |   TCP/IP-Mail: beck@freia.inf.tu-dresden.de |
  38. | HG R 142               |   VMS        : hermes::beck                 |
  39. +------------------------+---------------------------------------------+
  40. |       Windows is the best placebo against MS-DOOF headaches !        |
  41. `----------------------------------------------------------------------'
  42.  
  43.