home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / windows / x / apps / 819 < prev    next >
Encoding:
Internet Message Format  |  1992-08-20  |  2.1 KB

  1. Path: sparky!uunet!seismo!darwin.sura.net!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!sunova!sapphire!sheer
  2. From: sheer@sapphirepdsf.ssc.gov (Irwin Sheer)
  3. Newsgroups: comp.windows.x.apps
  4. Subject: Re: HP's quasi-X setup
  5. Message-ID: <1992Aug20.135918.15769@sunova.ssc.gov>
  6. Date: 20 Aug 92 13:59:18 GMT
  7. References: <1992Aug5.225923.22689@nas.nasa.gov> <1992Aug18.150919.15836@sunova.ssc.gov> <1992Aug19.175856.23282@sae.com>
  8. Sender: usenet@sunova.ssc.gov (News Admin)
  9. Organization: Superconducting Super Collider Laboratory
  10. Lines: 41
  11. Nntp-Posting-Host: sapphire
  12.  
  13. I found an even more elegant way around the HP 'vue' problem.  If you put
  14. something like the following in your .vueprofile file: 
  15.  
  16. #!/bin/sh
  17. #
  18. # .vueprofile
  19. # I.Sheer <sheer@sscvx1>
  20. #
  21. xrdb -load .Xdefaults            # load X window resources
  22. xinitcolormap                # initialize color map
  23. xsetroot -solid blue            # set color of root window
  24. xterm -C -icon -title "Console" &    # start console xterm as icon
  25. xclock &                # start clock
  26. xcal &                    # start calendar
  27. xload &                    # start load monitor
  28. xhpcalc -iconic &                       # start calculator as icon
  29. xterm -ls &                             # start login xterm
  30. mwm
  31. exit
  32. # end of script
  33.  
  34. when it hits the exit you get logged off before vue is ever started.
  35.  
  36. This is superior to setting the resource:
  37.  
  38. vuesession*wmStartupCommand: /usr/bin/X11/mwm
  39.  
  40. since the later forces you to terminate your session with a rather 
  41. ungracefull <shift> <crtl> <reset>.
  42.  
  43. ===================================================================
  44.  Irwin Sheer            |   sheer@sapphire.gem.ssc.gov  (internet)
  45.  tel:  (214) 708-1050   |   sheer@sscvx1.bitnet           (bitnet)
  46.  fax:  (214) 708-6354   |   sscvx1::sheer                 (decnet)
  47. -------------------------------------------------------------------
  48.   ___                    ___          ___         
  49.  (___                   (___         |              |
  50.   ___) UPERCONDUCTING    ___) UPER   |___ OLLIDER   |___ ABORATORY
  51.  
  52.         2550 Beckleymeade Ave., MS-2000, Dallas TX  75237
  53. ===================================================================
  54.