[Xfce4-commits] <xfce-utils:master> $dbuslaunch var isn't used anymore (bug 5863)
Brian J. Tarricone
noreply at xfce.org
Tue Oct 13 11:48:01 CEST 2009
Updating branch refs/heads/master
to 1684b8faf5fb28b57fb0e7f4f06dfdca75c70bd7 (commit)
from 87c3aa4b9d820d1d73c3cc80f43f992358c55920 (commit)
commit 1684b8faf5fb28b57fb0e7f4f06dfdca75c70bd7
Author: Brian J. Tarricone <brian at tarricone.org>
Date: Sun Oct 11 13:19:20 2009 -0700
$dbuslaunch var isn't used anymore (bug 5863)
scripts/xinitrc.in.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/scripts/xinitrc.in.in b/scripts/xinitrc.in.in
index fb3f6a3..fdca950 100755
--- a/scripts/xinitrc.in.in
+++ b/scripts/xinitrc.in.in
@@ -103,7 +103,7 @@ test -r $HOME/.Xmodmap && xmodmap $HOME/.Xmodmap
# Use dbus-launch if installed.
if test x"$DBUS_SESSION_BUS_ADDRESS" = x""; then
if type dbus-launch >/dev/null 2>&1; then
- eval `$dbuslaunch --sh-syntax --exit-with-session`
+ eval `dbus-launch --sh-syntax --exit-with-session`
# some older versions of dbus don't export the var properly
export DBUS_SESSION_BUS_ADDRESS
else
More information about the Xfce4-commits
mailing list