home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / linux / 10671 < prev    next >
Encoding:
Text File  |  1992-09-14  |  2.8 KB  |  56 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!gatech!rpi!usenet.coe.montana.edu!news.u.washington.edu!serval!poly2!hlu
  3. From: hlu@poly2.eecs.wsu.edu (H.J. Lu)
  4. Subject: Re: File Managers for X
  5. Message-ID: <1992Sep14.171348.12013@serval.net.wsu.edu>
  6. Sender: hlu@poly2 (H.J. Lu)
  7. Organization: Washington State University
  8. References:  <1992Sep14.042903.185128@ns1.cc.lehigh.edu>
  9. Date: Mon, 14 Sep 92 17:13:48 GMT
  10. Lines: 44
  11.  
  12. In article <1992Sep14.042903.185128@ns1.cc.lehigh.edu>, dlj0@ns1.cc.lehigh.edu (DAVID L. JOHNSON) writes:
  13. |> In article <1992Sep9.205922.9258@random.ccs.northeastern.edu>, mirons@ccs.northeastern.edu (Michael A. Irons) writes:
  14. |> >
  15. |> >    xdtm, where is it?? It's nice to hear about, but it doesn't
  16. |> >do much good if you don't know where it is.
  17. |> >
  18. |> With all due respect to the author (who tried to help me make it work), 
  19. |> xdtm-2.5 does not seem to work under linux (I'll probably be corrected on
  20. |> this).  It may be possible, but will need serious programming skills (IMHO).
  21. |> On the other hand, the nifty little desktop manager xfm-1.1 is available
  22. |> (in source form) from tsx-11.mit.edu.  It compiled easily - the author had some
  23. |> experience with linux.  It also very nice to use, simple to add icons to the 
  24. |> applications manager, and has the right drag-and-drop actions, both for 
  25. |> executables and for file manipulations.  It's also about 1/15 th the size
  26. |> of the xdtm binary that kept throwing up on my file system.
  27. |> 
  28. |> Use the prototype initiation file to set up your icons.  You don't need the
  29. |> $0 $*, jsut the $*, to launch with a dragged-and-dropped file.
  30. |> 
  31. |> The file tree graphic is very convenient.  I recommend it to anyone with a 
  32. |> fast enough machine (it apparantly bogs down SX's and slower 386DX's).
  33. |> 
  34. |> 
  35. |> -- 
  36. |> Sincerely,
  37. |> 
  38. |> David L. Johnson                    ID:  dlj0@ns1.cc.lehigh.edu
  39. |> Christmas-Saucon Hall #14, rm 211        
  40. |> Department of Mathematics
  41. |> 
  42. |> Lehigh University                   Telephone: 215-758-3759 (office)
  43.  
  44. I hacked xdtm 2.5 in ten mins. The source code is kind of very interesting.
  45. The author made a few very bad assumptions. You have to know Linux and
  46. different flavors of UNIX's quite well to fix them. I have run it. But it
  47. needs tons of memory. I only have 4 MB RAM and a 386sx-16. I am also running
  48. two shared libs. I ran into some problem after a while. I am afraid my memory is too low. Maybe I have missed a few bad codes. But I have no way to run gdb
  49. on it. I have to delete the source code due to disk space.
  50.  
  51. As for bug fixes, you have to change Imakefile quit a bit. And some include
  52. files are wrong. Linux is POSIX compliant, which means quite a few SYSV
  53. stuffs. Also it has lots of bsd functions. BTW, I am using my testing version
  54. of x2.0 :-). I made it for Orest. Since he has got it, I have deleted it from
  55. tsx-11 and fgb1.fgb.mw.tu-muenchen.de.
  56.