summaryrefslogtreecommitdiffstats
path: root/system/roxterm/README.Slackware
diff options
context:
space:
mode:
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