home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / sun / apps / 2418 < prev    next >
Encoding:
Text File  |  1992-11-09  |  3.0 KB  |  64 lines

  1. Newsgroups: comp.sys.sun.apps
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!uchinews!uchinews.uchicago.edu!mitchell
  3. From: mitchell@cs.uchicago.edu (Mitchell Marks)
  4. Subject: Re: AnswerBook with X11r5??
  5. In-Reply-To: damir@white.lbl.gov's message of 3 Nov 1992 21:43:04 GMT
  6. Message-ID: <MITCHELL.92Nov9000134@rose.uchicago.edu>
  7. Lines: 36
  8. Sender: news@uchinews.uchicago.edu (News System)
  9. Reply-To: mitchell@cs.uchicago.edu
  10. Organization: University of Chicago Computer Science
  11. References: <27193@dog.ee.lbl.gov>
  12. Date: Mon, 9 Nov 1992 06:01:34 GMT
  13.  
  14. >>>>> "DS" == Damir Sudar <damir@white.lbl.gov> writes:
  15.  
  16.   DS> Hi,
  17.  
  18.   DS> I just installed AnswerBook and found out that it seems to
  19.   DS> require running under OpenWindows 3. I don't like OpenWindows
  20.   DS> and would like to use it under X11r5 with twm. Does anybody know
  21.   DS> a way to make it run that way??
  22.  
  23.   DS> Thanks,
  24.   DS> - Damir
  25.  
  26.  
  27. There have already been several postings explaining one approach.  If
  28. you don't care for the complication of that approach, consider this:
  29. is it OpenWindows per se that you don't like, or just olwm (the window
  30. manager) and the deskset and the OpenLook style?  Because you ccan run
  31. the openwindows server (including the NeWS capability that's needed
  32. for Answer Book) but use TWM as the window manager.  We have a few
  33. users doing that, without too many problems.
  34.  
  35. Exactly how to do it depends on your setup.  Look at your ~/.xinitrc
  36. file, or the model or sample file in the openwindows area on your
  37. system.  If it calls "olwm" somewhere around the middle, and ends with
  38. "wait", then do this: delete the "olwm" line along with the
  39. immediately preceding "sleep ... pid=$!" line and the immediately
  40. following "wait $pid" line.  Also delete the final "wait".  At the
  41. end, put a line calling twm.  If you start applications directly in
  42. this file, they should all be backgrounded or started by toolwait.
  43. The twm should *not* be backgrounded.
  44.  
  45. Any startup applications will show up first as naked windows, which
  46. can be unnerving.  But when twm fires up, the windows will blink away,
  47. and come back decorated with TWM borders and titlebars.  You may have
  48. to adjust some font specifications and iron out minor things.  But in
  49. general you can have your cake and eat it too.
  50. --
  51. Mitch Marks    mitchell@cs.uchicago.edu
  52. Any two people may be talking to each other, at any moment, in a
  53. civilized way about something trivial, or even something complex and
  54. delicate.  And inside each of the two there runs a kind of dark river
  55. of unconnected thought, of secret fear, or violence, or bliss --
  56. hoped-for or lost -- which keeps pace with the flow of talk and is
  57. mostly neither seen nor heard.  And then at times one or both of the
  58. two will catch sight or sound of this movement, in himself, or
  59. herself, or, more rarely, in the other.  And it is like the quick slip
  60. of a waterfall into a pool, like a drop into darkness.  The pace
  61. changes, the weight of the air, though the talk may run smoothly
  62. onward without a ripple or quiver.  -- A. S. Byatt
  63.  
  64.