mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
a8d342bc16
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
10 lines
495 B
Text
10 lines
495 B
Text
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
|