summaryrefslogtreecommitdiffstats
path: root/system/roxterm/README
diff options
context:
space:
mode:
author Erik Hanson <erik@slackbuilds.org>2011-12-10 14:06:23 -0200
committer Niels Horn <niels.horn@slackbuilds.org>2011-12-10 14:06:23 -0200
commita8d342bc16ac08c3556e45f26a8541672db8c24c (patch)
tree883ae818bb0c4a76c6d1f820cfe737176f56bdab /system/roxterm/README
parentbf0e5cdf2e99fb13451f7083f4741a3f083ce995 (diff)
downloadslackbuilds-a8d342bc16ac08c3556e45f26a8541672db8c24c.tar.gz
slackbuilds-a8d342bc16ac08c3556e45f26a8541672db8c24c.tar.xz
system/roxterm: Updated for version 2.3.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/roxterm/README')
-rw-r--r--system/roxterm/README11
1 files changed, 0 insertions, 11 deletions
diff --git a/system/roxterm/README b/system/roxterm/README
index 6ce636d3d7..9456ea1be7 100644
--- a/system/roxterm/README
+++ b/system/roxterm/README
@@ -4,14 +4,3 @@ 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