Re: [Interest] DBus on X11 using Qt5

2013-08-05 Thread Ramakanthreddy Kesireddy
Hi Thiago, Am somehow couldnot send the below mail to interest@qt-project.org. Hence writing the mail in person. I would like to understand why the below code snippet doesnot works(Filesystem path doesnot returns any) in Ubuntu 12.04 minimal version where as It

[Interest] DBus on X11 using Qt5

2013-08-05 Thread Ramakanthreddy Kesireddy
Hi, Please let me know how can we verify if DBus is working on X11(Ubuntu 12.04 Minimal) or if there are any dependent packages to be installed for DBus. Iam using Qt5.0.2 sdk. Thanks and Regards, Ramakanth DISCLAIMER: This email (including any attachments) is

Re: [Interest] DBus on X11 using Qt5

2013-07-26 Thread Thiago Macieira
On sexta-feira, 26 de julho de 2013 08:11:18, Ramakanthreddy Kesireddy wrote: > Yes Reply.type() is QDBusMessage::ReplyMessage Ok. So what were the contents of the reply? Please print Reply.signature(). If you want more information, please do this: 1) add outside your function: namespace QDBusUti

Re: [Interest] DBus on X11 using Qt5

2013-07-24 Thread Mandeep Sandhu
On Wed, Jul 24, 2013 at 6:25 PM, Ramakanthreddy Kesireddy < ramakanthreddy.kesire...@techmahindra.com> wrote: > > > Hi, > > I would like to understand why the below code snippet doesnot > works(Filesystem path doesnot returns any) in Ubuntu 12.04 minimal version > where as It works fine in Ubu

Re: [Interest] DBus on X11 using Qt5

2013-07-24 Thread Thiago Macieira
On quarta-feira, 24 de julho de 2013 12:55:54, Ramakanthreddy Kesireddy wrote: > I would like to understand why the below code snippet doesnot > works(Filesystem path doesnot returns any) in Ubuntu 12.04 minimal version > where as It works fine in Ubuntu 12.04 desktop version on target tegra3 > de

[Interest] DBus on X11 using Qt5

2013-07-24 Thread Ramakanthreddy Kesireddy
Hi, I would like to understand why the below code snippet doesnot works(Filesystem path doesnot returns any) in Ubuntu 12.04 minimal version where as It works fine in Ubuntu 12.04 desktop version on target tegra3 device. QDBusMessage Reply; QDBusInterface* Connection= new QDBusInterface(DI