Eterm

Eterm is a vt102 terminal emulator intended as a replacement for xterm. It is designed with a Freedom of Choice philosophy, leaving as much power, flexibility, and freedom as possible in the hands of the user. It is designed to look good and work well, but takes a feature-rich approach rather than one of minimalism. Current features include color support, background images (all Imlib-supported formats), theme support, and pseudo-transparency.

Tags Terminals Terminal Emulators/X Terminals
Licenses BSD Original
Operating Systems POSIX
Implementation C

Tweet this project Short link

Rss Recent releases

  • Rrelease-mid
  •  22 Aug 2006 14:06
  • Rrelease-after

Changes: This release contains primarily bugfixes, particularly for dead keys, but has a few new features thrown in as well, like support for a "beep command" to replace the PC speaker beep, EWMH/xcompmgr window opacity support, 256-color support, and NetWM startup ID support.

  • Rrelease-mid
  •  14 Dec 2004 14:35
  • Rrelease-after

Changes: Various fixes for 64-bit systems, escape sequence handling, XIM error handling, improved EWMH compatibility, and a workaround for UTF-8 locales.

  • Rrelease-mid
  •  31 Oct 2002 14:03
  • Rrelease-after

Changes: This is primarily a bugfix release. However, one new feature in particular was added. Escreen provides a unique interface between Eterm and GNU screen, facilitating multiple sessions in a single Eterm window.

  • Rrelease-mid
  •  29 Aug 2001 12:01
  • Rrelease-after

Changes: This release replaces both the former "stable" (0.8.x) and "development" (0.9) releases. There are many new features, and lots of bugfixes. If you use Eterm at all, this release is highly recommended.

  • Rrelease-mid
  •  30 Jan 2001 06:12
  • Rrelease-after

    Changes: The first release of Eterm's current developer's tree; it has proven quite stable but contains drastic changes over the 0.8.x series. If you choose to upgrade to this release, you will need to remove all traces of your old 0.8.x installation before doing so. Changes include graphical scrollbars and popup menus, a new theme system, 3-state images as widgets, arbitrary key/mouse bindings, Enlightenment IPC and automatic theme synchronization support, and lots more.

    Rss Recent comments

    Rcomment-before 22 Apr 2004 02:20 Rcomment-trans jonww74 Rcomment-after

    Re: Eterm compiled ok, but no pixmap loaded

    Run Eterm with the debug option and check the log. Chances are its failing to to load the jpgs.

    If so this could be down to imlib2 and/or libast not building correctly. Or Imlib2 is missing the loaders. If you installed Imlib2 with rpm then you need the seperate Imlib2-loaders rpm.

    If you built from src check the Imlib2 and libast configure scripts to make sure they found the jpeg librarys.

    good luck.

    Rcomment-before 24 Apr 2003 14:46 Rcomment-trans Vicchius Rcomment-after

    Eterm compiled ok, but no pixmap loaded
    Ok, I managed to compile it correctly. I start Enlightenment (0.16.5), and then open Eterm: no background image is displayed. Even forcing in the pixmap menu a scaled or tiled image, the background is black. I checked under usr/local/share/Eterm/pix but everything (config. file, images...) seems ok.
    Configure do not report strange messages (initially Imlib2 was missing, but now I've built it and configure does not complain any more).
    I'm looking on the net, but I can't find anyone who is reporting the same problem... what could be wrong?

    Rcomment-before 14 Jan 2002 02:51 Rcomment-trans rsf Rcomment-after

    Problem compiling
    Ok, some brief history: This is being installed on an
    OpenBSD-3.0-current system. After installing the Imlib
    and libast libraries I had to move them from
    /usr/local/lib to /usr/lib (even after re-running ldconfig
    specifying directories) to get them to work. Strange.

    Now I can successfully run configure, however after
    running make it stops with this:

    creating libEterm.la
    (cd .libs && rm -f libEterm.la && ln -s ../libEterm.la
    libEterm.la)
    /bin/sh ../libtool --mode=link gcc -g -O2 -L/usr/local/lib
    -L/usr/X11R6/lib -o Eterm -rpath
    /usr/local/lib:/usr/local/lib/Eterm main.o libEterm.la -last
    -lImlib2 -lttf -lSM -lICE -lXmu -lXext -lX11 -lutil -lm
    gcc -g -O2 -L/usr/local/lib -L/usr/X11R6/lib -o .libs/Eterm
    main.o -L.libs -lEterm -last -lImlib2 -lttf -lSM -lICE -lXmu
    -lXext -lX11 -lutil -lm -last -lImlib2 -lttf -lSM -lICE -lXmu
    -lXext -lX11 -lutil -lm -R/usr/local/lib
    -R/usr/local/lib:/usr/local/lib/Eterm
    main.c:31: Undefined symbol `_eterm_bootstrap'
    referenced from text segment
    collect2: ld returned 1 exit status
    *** Error code 1

    Stop in /root/eterm/Eterm-0.9.1/src (line 271 of
    Makefile).
    *** Error code 1

    Stop in /root/eterm/Eterm-0.9.1 (line 211 of Makefile).
    *** Error code 1

    Stop in /root/eterm/Eterm-0.9.1 (line 339 of Makefile).
    bash-2.05#

    Any ideas??
    Thanks

    Rcomment-before 04 Nov 2001 04:30 Rcomment-trans mejenn01 Rcomment-after

    Re: Can't compile correctly

    > After initially trying to compile Eterm
    > I recevied numerous messages about
    > missing libraries. I installed all of
    > the missing enlightenment libs including
    > Imlib2. Eterm compiles but still
    > complains that Imlib2 is missing. Is
    > there a trick to get Imlib2 working with
    > Eterm ? The config message from Eterm
    > is:
    >
    > configure: warning: *** Pixmap support
    > has been disabled because Imlib2 was not
    > found ***
    > configure: warning: *** or could not
    > be linked. Eterm should still work
    > configure: warning: *** not be very
    > happy. Check config.log for more
    > detailed ***
    > configure: warning: *** information on
    > why my attempt to link with Imlib2
    > failed. ***
    >
    >

    Run ldconfig, remove config.cache, and try again.

    Rcomment-before 03 Nov 2001 00:00 Rcomment-trans cmcginty Rcomment-after

    Can't compile correctly
    After initially trying to compile Eterm I recevied numerous messages about missing libraries. I installed all of the missing enlightenment libs including Imlib2. Eterm compiles but still complains that Imlib2 is missing. Is there a trick to get Imlib2 working with Eterm ? The config message from Eterm is:

    configure: warning: *** Pixmap support has been disabled because Imlib2 was not found ***
    configure: warning: *** or could not be linked. Eterm should still work
    configure: warning: *** not be very happy. Check config.log for more detailed ***
    configure: warning: *** information on why my attempt to link with Imlib2 failed. ***

    Fd51d53fcda802928aebeedd0eacdc7c_thumb

    Project Spotlight

    Wiz Solitaire

    A collection of card games with the ability to use beautiful custom decks.

    58dbff6ba56c1c14ed90125ed39864e6_thumb

    Project Spotlight

    Agenda XML

    A simple project time tracker for Gnome and Kde.