This script is for Slackware 13.1 only and may be outdated.

SlackBuilds Repository

13.1 > System > roxterm (1.18.5)

ROXTerm is a terminal emulator intended to provide similar features
to gnome-terminal, based on the same VTE library, but with a smaller
footprint and quicker start-up time. It achieves this by not using
the Gnome libraries and by using a separate applet to provide the
configuration GUI. It can be used as a ROX application, as the name
implies, or in any other X environment.

ROXTerm uses the "session" bus, which should be started along with your
desktop environment. Current versions of ROX, GNOME, XFCE, and KDE session
managers all launch D-BUS. If you use some other session/desktop/window
manager which doesn't launch D-BUS you can start it by inserting something
like this near the start of your .xinitrc or .xsession:

if test -z "$DBUS_SESSION_BUS_ADDRESS" ; then
eval `dbus-launch --sh-syntax --exit-with-session`
export DBUS_SESSION_BUS_ADDRESS
fi

Maintained by: Erik Hanson
Keywords: vte,emulator,terminal,rox
ChangeLog: roxterm

Homepage:
http://roxterm.sourceforge.net/

Source Downloads:
roxterm-1.18.5.tar.gz (b3b0a002dacab32635aa37d47ff1ff93)

Download SlackBuild:
roxterm.tar.gz
roxterm.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
doinst.sh
roxterm.SlackBuild
roxterm.info
slack-desc

Validated for Slackware 13.1

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds