Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 329317
Collapse All | Expand All

(-)30-dbus (-1 / +5 lines)
Lines 4-9 Link Here
4
4
5
dbuslaunch="`which dbus-launch 2>/dev/null`"
5
dbuslaunch="`which dbus-launch 2>/dev/null`"
6
if [ -n "$dbuslaunch" ] && [ -x "$dbuslaunch" ] && [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
6
if [ -n "$dbuslaunch" ] && [ -x "$dbuslaunch" ] && [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
7
  eval `$dbuslaunch --sh-syntax --exit-with-session`
7
  if [ -n "$command" ]; then
8
    command="$dbuslaunch $command"
9
  else
10
    eval `$dbuslaunch --sh-syntax --exit-with-session`
11
  fi
8
fi
12
fi
9
13

Return to bug 329317