home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / windows / x / 14556 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  2.1 KB

  1. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!uakari.primate.wisc.edu!usenet.coe.montana.edu!news.u.washington.edu!byron.u.washington.edu!sue
  2. From: sue@byron.u.washington.edu (Shu-Chen Eclipse)
  3. Newsgroups: comp.windows.x
  4. Subject: Help: resetting the tektronix xp27 TekXpress server
  5. Message-ID: <1992Jul29.102424.2059@u.washington.edu>
  6. Date: 29 Jul 92 10:24:24 GMT
  7. Sender: news@u.washington.edu (USENET News System)
  8. Organization: University of Washington, Seattle
  9. Lines: 46
  10.  
  11.  
  12. We are using Tektronix Xp27 TekXpress to login remotely via telnet sessions to
  13. a Sun Sparc 4.1.1 file server. Once logged-in, we run a small c-shell script
  14. that imitates .xinit to run olwm and startup a couple of openwindow tools.
  15.  
  16.  The scripts sets the DISPLAY variable by parsing the output of "who am i",
  17. runs the user's .Xdefaults if he has one, else, the sytem defaults; it runs
  18. the user'
  19. s  openwin-init if he has one, else, the system default; ditto for openwin-sys.
  20.  
  21.   xrdb .Xdefaults runs 1st
  22.  then  openwin-sys 
  23.  then openwin-init
  24.  then olwm -3 &
  25.  
  26. Users terminate their sessions by clicking exit on the workspace window.
  27.  
  28.  
  29.  
  30. However, after all client windows, including the Tek's telnet session window,
  31. are closed, the root window color and cursor remain on the tek's screen.
  32.  
  33. This has the undesireable side effect:
  34.  
  35. when the next user starts another telnet session by pressing the tek's setup
  36. key, then clicking on the telnet session option to connect to the sun sparc
  37. file server, and run this c-shell script to start his openwindows,
  38.  
  39.  
  40. the window characteristics (fonts, fontsizes, colors, etc) are those
  41. of the previous user's--even though the c-shell script does an xrdb .Xdefaults
  42. on HII
  43. S .Xdefaults file!!
  44.  
  45. The only solution we have come up so far is to have each user, manually reset
  46. the
  47.  
  48. the Tektronix server by clicking on the Tek's setup menu. This is a great
  49. incovenience.
  50.  
  51. Is there something we can put on the c-shell script (on the remote sparc
  52. file server) that would automatically reset the Tektronix Xp27 TekXpress when
  53. the user exits using the Workspace exit option???
  54.  
  55. thanx for answering,
  56. sue@byron.u.washington.edu
  57.