home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / gwm18a.zip / data / README.icon-mgr < prev    next >
Text File  |  1995-07-03  |  1KB  |  20 lines

  1. To use the icon manager package, load the file "load-icon-mgr.gwm"
  2. somewhere at the end of your "*rc.gwm" or ".profile.gwm".
  3.  
  4. If you want to test it first by loading it with eg. "Exec cut", then
  5. you have to do (show-icon-mgr) right after, to make things take effect. 
  6.  
  7. There are still some problems with the MWM profile (since it has to do
  8. everything differently...). First you might need to apply the patch to
  9. the MWM profile I sent out recently, to prevent it from freezing the
  10. server. Still then the icon managers tend to move up or down slowly
  11. every time they are updated. If this happens to you, the fast and ugly
  12. fix for it (until I have found exactly why it happens) is to insert the
  13. following piece of code in "vtwm-icon-mgr.gwm", in the function
  14. 'imgr-show-menu', right after the call to 'place-menu' (inside the
  15. same 'progn'):
  16.                 (with (wob (with (wob menuwob) wob-parent))
  17.                   (move-window (- (imgr-xpos ele) window-client-x)
  18.                                (- (imgr-ypos ele) window-client-y)))
  19.  
  20.