You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Michael Jennings c567ebcf33 Fri Sep 1 21:03:53 PDT 2000 Michael Jennings <mej@eterm.org> 23 years ago
bg Some more. 24 years ago
debian This is minor, mostly temporary build stuff. dh.tar.gzis uncompressed in 23 years ago
doc Mon Jul 10 20:01:53 PDT 2000 Michael Jennings <mej@eterm.org> 23 years ago
libmej Fri Sep 1 21:03:53 PDT 2000 Michael Jennings <mej@eterm.org> 23 years ago
pix Thu Feb 10 15:10:01 PST 2000 Michael Jennings <mej@eterm.org> 24 years ago
src Fri Sep 1 21:03:53 PDT 2000 Michael Jennings <mej@eterm.org> 23 years ago
themes Wed Apr 12 21:18:19 PDT 2000 Michael Jennings <mej@eterm.org> 23 years ago
utils Thu Aug 31 23:02:10 PDT 2000 Michael Jennings <mej@eterm.org> 23 years ago
.cvsignore Bleh. 24 years ago
COPYING Initial import of Eterm 0.8.9 sources 24 years ago
CVS-README Fri Jan 14 16:34:13 PST 2000 Michael Jennings <mej@eterm.org> 24 years ago
ChangeLog Fri Sep 1 21:03:53 PDT 2000 Michael Jennings <mej@eterm.org> 23 years ago
Eterm.spec.in Sun May 28 14:45:03 PDT 2000 Michael Jennings <mej@eterm.org> 23 years ago
Makefile.am Wed Jul 5 18:31:39 PDT 2000 Michael Jennings <mej@eterm.org> 23 years ago
README Fri Jan 21 18:40:13 PST 2000 Michael Jennings <mej@eterm.org> 24 years ago
ReleaseNotes This should bring all the docs up-to-date (finally!). Now back to fixing 24 years ago
ReleaseNotes.1 This should bring all the docs up-to-date (finally!). Now back to fixing 24 years ago
acconfig.h Thu Aug 31 23:02:10 PDT 2000 Michael Jennings <mej@eterm.org> 23 years ago
acinclude.m4 Mon Oct 4 18:20:15 PDT 1999 Michael Jennings <mej@eterm.org> 24 years ago
autogen.sh These two files don't do much at the moment. I'm hoping someone else might 24 years ago
configure.in Fri Sep 1 15:25:28 PDT 2000 Michael Jennings <mej@eterm.org> 23 years ago
reformat-code Fri Sep 1 21:03:53 PDT 2000 Michael Jennings <mej@eterm.org> 23 years ago
stamp-h.in Initial import of Eterm 0.8.9 sources 24 years ago

README

Release notes for Eterm 0.9
---------------------------

Software Requirements
---------------------
- Version 11 of the X Window System. I believe Release 4 is the minimum
required, but R6 is highly recommended.
- The Imlib image library. Visit http://www.enlightenment.org/ to download it
or for more information.
- Eterm will work with any window manager (or no window manager at all), but it
is designed to work best with Enlightenment. Some features (like auto mode
and similar IPC-based functions) will not work with other window managers, and
other WM-dependent features (like desktop selection/switching) may or may not
work. That's life.

Documentation
-------------
- The FAQ and message forum at http://eterm.i-docs.org/
- The man page at http://www.eterm.org/
- Running "Eterm --help" will show you the command line options.
- The Technical Reference, also at the above web site, if you want more
technical details about Eterm.

Building Eterm
--------------

From the toplevel Eterm source tree directory:

./configure
make

Installing Eterm
----------------

After performing the build step above, run:

make install

It is very important that you perform the "make install" step rather than simply
copying the binary into place. The install routine does a lot more, and Eterm
will not run properly unless you perform a proper installation.

On some systems, you may need to install Eterm setuid root in order for it
to appear in a "w" or "who" listing. This includes Debian Linux and HP-UX.
Redhat Linux and Solaris are known to not require setuid root. If you need
to install Eterm setuid root, here's how:

chown root /usr/local/bin/Eterm
chmod u+s /usr/local/bin/Eterm

If you installed into a location other than /usr/local, change the above
paths appropriately.

Standard Disclaimer
-------------------

The authors don't take any responsibility for any damage this program
may do. We are doing this in our spare time. If you don't like this
program, don't use it.

Eterm was originally based on rxvt, but has been extensively modified. In
its current form, most parts of Eterm bear little or no resemblence to rxvt (all
the cool parts.) :-)

Troubleshooting
---------------

Eterm has its own built-in debugging system which is enabled by the --debug
option on the command line. Use --debug 2 to start with; you can go all the
way up to level 4 debugging. Level 5 debugging slows things down a lot and is
disabled by default. Only serious developers should touch that one.

Eterm is also capable to using gdb, dbx, and other tools to generate a stack
trace of itself when it crashes. This information will help developers find
the problem. Make sure that you compiled Eterm with the "-O0 -g3" compiler
flags (for gcc, or the equivalent flags for your compiler) if you choose to
submit a stack trace.

You'll also find people on the EFNet IRC channel #E who might be able to answer
your questions, but please be sure you've read all the documentation mentioned
above before asking a question there.