home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Enlightenment / enl_DR-0.10.tar.gz / enl_DR-0.10.tar / enl / README < prev    next >
Text File  |  1997-06-24  |  4KB  |  96 lines

  1. THIS SOFTWARE IS COPYRIGHT (C) 1997 by Carsten Haitzler.
  2.  
  3. I accept no responsability for anything this software may or may not do to
  4. you, your friends, family, bank balance, sanity, computer-hardware or
  5. anything else for that matter.
  6.  
  7. This software is GPL (GNU Public License) software. Although there is one
  8. exception... It is not allowed to be run on any operating system made by
  9. Microtsoft Corp. See the Imlib licensing agreement (in imlib.h in the imlib
  10. package) for more details.
  11.  
  12. Enjoy.
  13.  
  14. The Rasterman (Carsten Haitzler)
  15.  
  16. EMAIL-LIST: 
  17. (you must be subscribed to mail to it - see the Enlighenment Web pages for 
  18. details... )
  19.  
  20. enlightenment@qcsn.com
  21.  
  22. IRC:
  23. #E on efnet
  24.  
  25. WWW:
  26. http://www.cse.unsw.edu.au/~s2154962/enlightenment/
  27.  
  28. Thanks to The Various People who have sent in patches, fixes and senisble
  29. bug reports!
  30.  
  31. Thanks to Jim Knoble from REDhat for his comprehensive Setup and install,
  32. Imakefile etc. patches that should make enlightenment a lot easier to
  33. install...
  34.  
  35. Thanks Ben Buxton for some comprehensive patches too.. (resize bug,
  36. restart, initial mapping, resize & move info)....
  37.  
  38. Mandrake needs some thanks here too for his good work on cleaning up some of
  39. the iconifying code and starting on the predefined pixmaps for icons bit.
  40.  
  41. ...
  42.  
  43. I'm now beginning to keep tab of who sent me patches.. if you're name isn't
  44. here and you've sent me a patch I've used, and you'd like your name here..
  45. mail me and I'll add it... I'm very forgetful.. so remember to remind me...
  46.  
  47. -------------------------------------------------------------------------------
  48. Note on THEME support:
  49.  
  50. E now supports the -theme option. Such as:
  51. enlightenment -theme themeball
  52.  
  53. what is a themeball?
  54. a themeball is a .tar.gz archive, a .tar archive or a directory containing
  55. the contents of this archive. It does not require the .tar or .tar.gz
  56. extension. E will work out what it is itself. look at the DEFAULT themeball
  57. for an example (E NEEDS the MAIN config. it looks for images relative to the
  58. themeball, if the images are references relatively.. see the config files.).
  59.  
  60. why is the system_config dir emtpy?
  61. it is now up to you to fill it in wiht system config files for users who use
  62. their own themes, but may rely on system default configs for system wide
  63. usage they they havent set up. When E looks for config files it first looks
  64. in the themeball, then in .enlightenment, ~/.enlightenment and finalle
  65. /usr/local/enlightenment/system_config. This dir is for last-resort fallback
  66. config files.
  67.  
  68. what does E now do on startup?
  69. if you provide a -theme option, it looks for that themeball where specified,
  70. if then not found, looks for the themeball in
  71. /usr/local/enlightenment/themes (so if you do enlightnement -theme DEFAULT
  72. that will forcably load the default theme in ./, if it exists, if not, it
  73. loos for the themeball in /usr/local/enlightenment/themes). 
  74. If this is not provided, or fails, E looks in ./.enlightenment,
  75. ~/.enlightenment for MAIn configs.. if it cant find these dirs, then E looks 
  76. for the DEFAULT themeball in ./, then in /usr/local/enlightenment/themes. If 
  77. this doesnt work, it finally resorts to looking for configs in
  78. /usr/local/enlightenment/system_config (as before).
  79.  
  80. Is there more support?
  81. YES. you can restart E using the:
  82. action restart
  83. if you want E to restart with a selected themeball, use the:
  84. action restart_theme themeball
  85. This is just like running E with -theme themeball.
  86.  
  87. Am I making themes?
  88. GOOD! make themes.. and follow the themeball format for distribution themes.
  89. Its' simple, easy and has lots of support now. USE IT!
  90.  
  91. Hopefully that is enough to clean up the new theme support. Chekc the config
  92. files int eh DEFAULT themeball (it is a.tar.gz themeball, just minus the
  93. extensions).. there is new stuff there..... READ IT!
  94.  
  95. have a nice day!
  96.