[Qt-interest] (no subject)
ying.cheng
ying.cheng at sseec.com.cn
Wed Sep 1 08:09:14 CEST 2010
hi, thiago,
I have two question:
1. About "qdbus": I can't find "qdbus" in the dbus folder. I find a executable "qdbus" in the /use/local/Trolltech/Qt 4.6.2(the full setup path of qt-x11) On Ubuntu. I download the "qdbus" to the ARM board. Then run it, please refer to the attachment "qdbus".
2. On Windows: I only need include the "dbus-daemon" and "session.conf" in my Qt project in order to using D-Bus. On ARM, Should I include the full dbus folder? I think it's unreasonable that the dbus will take up so much memory in the limited memory of ARM board. It's my superficial opinion to D-Bus, please correct me.
Thanks very much!
-----Original message-----
From:Thiago Macieira <thiago at kde.org>
To:qt-interest at trolltech.com,ying.cheng at sseec.com.cn
Date:Tue, 31 Aug 2010 11:17:13 +0200
Subject:Re: [Qt-interest] (no subject)
Em Ter鏰-feira 31 Agosto 2010, 鄐 09:00:02, ying.cheng escreveu:
> hello, everyone,
>
> Sorry to bother you, but i need your help indeed!
>
> I want to use D-Bus in my Qt application that run on ARM. But I can't run
> the D-Bus example remotecontrolledcar on ARM, which I can run on Ubuntu
> and On windows.
>
> 1. About Run remotecontrolledcar:
>
> A. The "./dbus-daemon --config-file=../etc/dbus-1/session.conf &" could run
> and I can find it in the PS list.
>
> B. I have tried "eval `dbus-launch --auto-syntax`", please refer to the
> attachment "dbus-launch". I could find it in PS list too, please refer to
> the attachment "psList".
>
> when I run the remotecontrolledcar, the controller still show "disconnect"!
>
> 2. On windows, if I don't run the dbus-daemon, the car & controller will
> error. On arm, the situation is same no matter that if I run the
> dbus-daemon.
>
> 4. It must be something wrong during my operation!
Hello
Please start the daemon, then run the following steps in the same shell you
start the daemon from, and paste the results here:
echo $DBUS_SESSION_BUS_ADDRESS
qdbus
dbus-send --dest=org.freedesktop.DBus --print-reply /
org.freedesktop.DBus.ListNames
(the third one is one single line)
Also, please provide the versions of Qt and libdbus-1 you have installed, as
well as the full path to libdbus-1.so.3.
--
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
Senior Product Manager - Nokia, Qt Development Frameworks
PGP/GPG: 0x6EF45358; fingerprint:
E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358
-----------------
Best Regards & Sincere Appreciation
-------------- next part --------------
A non-text attachment was scrubbed...
Name: qdbus.bmp
Type: image/bmp
Size: 238814 bytes
Desc: not available
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100901/c8eb7d8b/attachment.bmp
More information about the Qt-interest-old
mailing list