Error
Thiago Macieira
thiago at kde.org
Sun Oct 14 00:51:05 PDT 2007
Aashish Raina wrote:
> ## test for an existing bus demon ,just to be safe
> i f test -z "$DBUS_SESSION_BUS_ADDRESS" ; then
> eval dbus-launch --sh-syntax
> --exit-with-session
> echo "D_BUS per-session deamon address is :
> $DBUS_SESSION_BUS_ADDRESS"
> fi
There's an error in that script:
it's missing the backticks (`) in the eval line. The correct is:
eval `dbus-launch --sh-syntax --exit-with-session`
--
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
PGP/GPG: 0x6EF45358; fingerprint:
E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://lists.freedesktop.org/archives/dbus/attachments/20071014/98b957e9/attachment.pgp
More information about the dbus
mailing list