
stjerm-terminal-emulator
Overview
Stjerm is a GTK+-based drop-down terminal emulator similar to the consoles used in PC games such as Quake and Half-Life 2. Stjerm sets itself apart from similar programs by providing a minimalistic interface combined with a small file size, lightweight memory usage and easy integration with composite window managers such as Compiz.
News 
2011-02-01 Stjerm 0.14 Released! * New feature: You can now set whether you want an audible bell enabled for the terminal though the .Xdefaults and runtime arguments bell and -bell, respectively. The default value is TRUE. See the man page for more info. * Fixed a bug where the command line argument for setting the amount of scrollback lines was set to '-bl' instead of '-l'. * Changed '--v' to '-v' for version info since a '--' is used for a long version of a command, not a short version. '--version' is still there and remains unchaged. * Stjerm's source code is now released as both a bzip2 and xz compressed tarball. Both contain the same source code, however the xz tarball is slightly smaller in size. * The man page and --help runtime argument have had slight updates to them.
You can find the source as well as 64 and 32-bit RPMs for Fedora 14 in the Downloads section.
I am also working on fixing the RSS feed for this project in a few days so stay tuned!
2009-12-17 - 64-bit RPM for Fedora 12 Released! * An updated 64-bit RPM has been released for Fedora 12. This is merely an update to make the package compatible to install in Fedora 12. No new changes have been made. Find it at the Downloads section.
2009-07-22 - New 64-bit RPM for Fedora 11 Released! * A 64-bit RPM for Fedora 11 is now available for download in the Downloads section.
2009-07-08 - An Updated RPM for Fedora 11 Released! * This is just a small fix that updates the version numbers for the dependencies to be more in line with Fedora 11 * An RSS feed has also been created for project news
2009-07-02 - Repository Moved to Mercurial * Stjerm's repository has now been moved to Mercurial from SVN
2009-06-25 - Stjerm 0.13 Released! * Man page has been rewritten making it cleaner and more concise * --help and --info options have been alphabetized making it easier to read * Removed version.m4 as it was superfluous (The version number is updated in cofigure.ac) * An RPM is now available for Fedora 11 users!
2009-03-06 - Stjerm 0.12 Released! * Added copy and paste keyboard shortcuts 'c' and 'v', respectively * Keyboard shortcuts to switch to the previous and next tab have been re-mapped to page up and page down, respectively * Added version information output through --version and --v * Tabs now loop when the end or beginning of the tab bar is reached * Many files and functions have been updated to conform to GNU standards (Such as README and print_version) * Added NEWS and TODO * Version information is now updated through the file version.m4
Building
Grab the latest version from the Downloads section and extract it to your hard drive. Then run:
./configure
make
make install (as root)
This will compile and install Stjerm into your /usr/local/bin directory. Stjerm can then be started from a terminal or the GNOME Run Application dialog.
Dependencies
- pkg-config
- GTK+ 2 (>= 2.10)
- VTE (>= 0.16)
Configuration
Stjerm can be configured via the terminal or through the .Xdefaults file located in your home directory. For example, to run stjerm with F12 as shortcut key, the opacity of 60 and a green foreground color, use:
stjerm -k f12 -o 60 -fg 66ff11
To specify the same options in the .Xdefaults file:
stjerm.key: f12
stjerm.opacity: 60
stjerm.foreground: #66ff11
For a complete list of options, see the ConfigurationOptions wiki page.
Project icon is provided by the echo-icon-theme by the Fedora Project under a CC-BY-SA license.