diff options
author | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 22:55:29 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 22:55:29 +0200 |
commit | 6ac5e6a0c039446c42cabc25052cd9e130ff90f9 (patch) | |
tree | 8c72e678d07df7b4596d576761bc2731bce4f270 /system/roxterm/README | |
parent | 15a83814dab363684048ea2baebf4be08be54e6f (diff) | |
download | slackbuilds-6ac5e6a0c039446c42cabc25052cd9e130ff90f9.tar.gz |
system/roxterm: Added to 12.1 repository
Diffstat (limited to 'system/roxterm/README')
-rw-r--r-- | system/roxterm/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/system/roxterm/README b/system/roxterm/README new file mode 100644 index 0000000000..db955081fb --- /dev/null +++ b/system/roxterm/README @@ -0,0 +1,17 @@ +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 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 |