home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / xapplnch.zip / XFREE86 / README next >
Text File  |  1995-05-17  |  3KB  |  105 lines

  1.                            xapplaunch
  2.                       X Application Launcher
  3.                           Version  1.1a
  4.                            15 May 95
  5.  
  6. LEGAL MUMBO JUMBO
  7. ============================================================================
  8. Permission to use, copy, modify and distribute this software and
  9. its documentation for any purpose is hereby granted without fee, provided
  10. that the above copyright notice appear in all copies and that both that
  11. copyright notice and this permission notice appear in supporting documentation,
  12. and that the name of Craig Knudsen not be used in advertising or
  13. publicity pertaining to distribution of the software without
  14. specific, written prior permission.  Craig Knudsen makes no representations
  15. about the suitability of this software for any purpose. It is
  16. provided "as is" without express or implied warranty.
  17.  
  18.  
  19.  
  20. WHERE TO GET IT
  21. ============================================================================
  22.  
  23. Available at:
  24.   - ftp://ftp.btg.com/pub/xapplaunch-1.1.tar.gz
  25.   - ftp://ftp.x.org/contrib/applications/xapplaunch-1.1.tar.gz
  26.  
  27.  
  28. INSTALLATION INSTRUCTIONS
  29. ============================================================================
  30.  
  31. edit Imakefile if...
  32.   - your C preprocessor is not /lib/cpp
  33.   - you do not have the xpm library
  34.   - you do not have motif
  35. xmkmf
  36. make depend
  37. make
  38. make install        (probably need to be root)
  39.  
  40.  
  41. If you do not have imake, try
  42. cp Makefile.bare Makefile
  43. make
  44. make install        (probably need to be root)
  45.  
  46.  
  47.  
  48. SUPPORTED PLATFORMS
  49. ============================================================================
  50. I believe that this will work on just about any UNIX.  I have tested on
  51. the following:
  52. - OSF/1 2.0
  53. - SunOS 4.1.3
  54. - AIX 3.2
  55. - Ultrix 4.3
  56. - HP-UX 9.0
  57.  
  58.  
  59.  
  60. USAGE
  61. ============================================================================
  62.  
  63. Create your own .xapplaunchrc file.  You can use the one provided as a
  64. starting point.  $HOME/.xapplaunchrc will be used by default.
  65.  
  66. See the man page for xapplaunch(1) for a description of the menu data file
  67. format.
  68.  
  69. Run xapplaunch...
  70.  
  71.  
  72.  
  73. COMMENTS
  74. ============================================================================
  75. Send comments, complaints, fixes, enhancements, etc. to cknudsen@btg.com
  76.  
  77.  
  78.  
  79. TO DO
  80. ============================================================================
  81. - Be more specific to the Xpm library about color usage when colors
  82.   run out.
  83. - Support for non-Motif users.  I started an Xaw version, but it is not
  84.   yet complete.
  85. - Add audio support (AF).
  86.  
  87.  
  88.  
  89. HISTORY
  90. ============================================================================
  91.  
  92. Version 1.1a - 15 May 1995
  93. - Cleaned up code to work better with gcc.
  94.  
  95. Version 1.1 - 10 Jan 1995
  96. - Use Xpm library to read color pixmap files rather than my fragile routine
  97.   for reading |X| xpm2 files.
  98. - Run programs in a subshell in the background.  Don't force users to put
  99.   & in the configuration file.
  100. - Changed name from cmb to xapplaunch
  101.  
  102. Version 1.0 - 10 Aug 1994
  103. - Initial release.
  104.  
  105.