home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / sun / misc / 3857 < prev    next >
Encoding:
Text File  |  1992-08-23  |  2.2 KB  |  58 lines

  1. Newsgroups: comp.sys.sun.misc
  2. Path: sparky!uunet!wupost!sdd.hp.com!usc!rpi!petrasg
  3. From: petrasg@berra.cs.rpi.edu (George Petras)
  4. Subject: Re: A few OpenLook questions ...
  5. Message-ID: <gjlygtf@rpi.edu>
  6. Nntp-Posting-Host: berra.cs.rpi.edu
  7. Organization: Rensselaer Polytechnic Institute, Troy, NY
  8. References: <BtEHou.3GL@news.cso.uiuc.edu>
  9. Date: Sun, 23 Aug 1992 20:50:23 GMT
  10. Lines: 46
  11.  
  12. In article <BtEHou.3GL@news.cso.uiuc.edu> jrpg8255@uxa.cso.uiuc.edu (Jeremy Payne ) writes:
  13. >Just a few questions that have been nagging me for a while now that I finally
  14. >got around to posting.  Some quickie suggestions (probably very simple ones
  15. >I'm sure) would be appreciated:
  16. >
  17. >-> NOT including .openwin-menu gives you a "save workspace" option in the 
  18. >   root menu utilies section.  How do I get that functionality from my own
  19. >   .openwin-menu?  i.e. what's the entry I need to make under "Utilities" MENU?
  20. >
  21.  
  22.    If this is OpenWindows Version 3 -read the man page.  The default menus
  23. are kept in $OPENWINHOME/lib.  I believe you put in the item SAVE_WORKSPACE
  24. right after the text for the menu entry:
  25.  
  26. "Save Workspace"                SAVE_WORKSPACE
  27.  
  28. >-> WRT the above, where's the data from Save Workspace kept?
  29. >
  30.  
  31.     .openwin-init in your home directory.
  32.  
  33. >-> How do I get cursor-up command-line recall or its equivalent in a sun-cmd
  34. >   window?
  35. >
  36.     Due to bugs in cmdtool, shells that offer command line recall, like
  37. "tcsh" and "bash" do not work.  Use a shelltool (a cmdtool with no scrollbars) 
  38. or xterm.  The cmdtool provided with Solaris 2.0 apparently fixes this problem.
  39.  
  40. >-> Is there a way to get a bitmap as the workspace root window instead of a 
  41. >   solid color provided by the Properties interface?
  42. >
  43.     xsetroot will load monochrome x bitmaps into the background.  The 
  44. ftp'able program xloadimage will load color images of many formats into the
  45. background.
  46.  
  47. >-> How can I get more control over window properties (like individual colors
  48. >   for certain windows like in SunView), again since the Properties interface
  49. >   doesn't seem to provide this?
  50. >
  51.  
  52.     You would probably have to provide this stuff on the command line
  53. with -fg or -bg.  Running the X or OpenWindows program with -help will show
  54. you the options.  There might be a way of doing this with X resources, but
  55. I'm not sure.
  56.  
  57. gp.
  58.