home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / sgi / 16083 < prev    next >
Encoding:
Internet Message Format  |  1992-11-07  |  1.3 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!olivea!sgigate!odin!fido!fangio.asd.sgi.com!not-for-mail
  2. From: rck@fangio.asd.sgi.com (Robert Keller)
  3. Newsgroups: comp.sys.sgi
  4. Subject: Re: Logging out under 4.0.5
  5. Keywords: logout 4.0.5
  6. Message-ID: <1dedg2INN371@fangio.asd.sgi.com>
  7. Date: 6 Nov 92 18:28:18 GMT
  8. References: <1992Nov5.112619.18506@uts.uni-c.dk>
  9. Organization: Silicon Graphics, Inc., Mountain View, CA
  10. Lines: 26
  11. NNTP-Posting-Host: fangio.asd.sgi.com
  12.  
  13. carlkb@uts.uni-c.dk (Klaus Bock) writes:
  14. >4.0.5:
  15. >
  16. >PROP_DISPLAY=`expr $DISPLAY : '\(.*\).[1-9]' \| $DISPLAY`
  17. >/usr/bin/X11/xprop -display $PROP_DISPLAY -root -remove _SGI_SESSION_PROPERTY
  18. >
  19. >4.0.1:
  20. >
  21. >/usr/bin/X11/xprop -display $DISPLAY -root -remove _SGI_SESSION_PROPERTY
  22. :
  23. >What is the purpose of this change? What will go wrong if I change endsession
  24. >back to what it was under 4.0.1?
  25.  
  26. The intent of this change was to get the "logging out" business
  27. to work on all the heads of a multiheaded system.
  28.  
  29. That is, if you ask to logout on head 1 ($DISPLAY = :0.1, say), the 
  30. xprop command has to remove the _SGI_SESSION_PROPERTY property from 
  31. to root window of head 0 ($DISPLAY = :0.0).  This is because the 
  32. _SGI_SESSION_PROPERTY is only important on head 0 (rendez-vous and
  33. all that...).
  34.  
  35. If you have a one headed system the 4.0.1 way is no different from 
  36. the 4.0.5 way.
  37.  
  38. ...robert
  39.