diff options
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 |
commit | a8d342bc16ac08c3556e45f26a8541672db8c24c (patch) | |
tree | 883ae818bb0c4a76c6d1f820cfe737176f56bdab /system/roxterm/README.Slackware | |
parent | bf0e5cdf2e99fb13451f7083f4741a3f083ce995 (diff) | |
download | slackbuilds-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.Slackware | 10 |
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 |