summaryrefslogtreecommitdiffstats
path: root/system/roxterm/README.Slackware
diff options
context:
space:
mode:
author Erik Hanson2011-12-10 17:06:23 +0100
committer Niels Horn2011-12-10 17:06:23 +0100
commita8d342bc16ac08c3556e45f26a8541672db8c24c (patch)
tree883ae818bb0c4a76c6d1f820cfe737176f56bdab /system/roxterm/README.Slackware
parentbf0e5cdf2e99fb13451f7083f4741a3f083ce995 (diff)
downloadslackbuilds-a8d342bc16ac08c3556e45f26a8541672db8c24c.tar.gz
system/roxterm: Updated for version 2.3.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/roxterm/README.Slackware')
-rw-r--r--system/roxterm/README.Slackware10
1 files changed, 10 insertions, 0 deletions
diff --git a/system/roxterm/README.Slackware b/system/roxterm/README.Slackware
new file mode 100644
index 0000000000..9b2463553d
--- /dev/null
+++ b/system/roxterm/README.Slackware
@@ -0,0 +1,10 @@
+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