On terça-feira, 22 de maio de 2012 23.03.22, David Faure wrote:
> I'm about to write this class for libkdbus
> (or possibly for Qt, if thiago thinks this could go into libQtDBus?),
> to replace KToolInvocation::startService*.
Can't we use D-Bus service starting now? What is missing in the daemon?
On 2012-05-22, David Faure wrote:
> bool waitForReady(int msecs = 3);
This one waits and has a timeout
> static bool execute(const QString &program, const QString
> &expectedServiceName,
> const QStringList &arguments = QStringList(), QString
> *error = 0);
On quarta-feira, 23 de maio de 2012 10.18.26, David Faure wrote:
> On Wednesday 23 May 2012 01:29:52 Thiago Macieira wrote:
> > On terça-feira, 22 de maio de 2012 23.03.22, David Faure wrote:
> > > I'm about to write this class for libkdbus
> > > (or possibly for Qt, if thiago thinks this could go
On Wednesday 23 May 2012 11:12:56 Thiago Macieira wrote:
> On quarta-feira, 23 de maio de 2012 10.18.26, David Faure wrote:
> > On Wednesday 23 May 2012 01:29:52 Thiago Macieira wrote:
> > > On terça-feira, 22 de maio de 2012 23.03.22, David Faure wrote:
> > > > I'm about to write this class for li
On Wednesday 23 May 2012 01:29:52 Thiago Macieira wrote:
> On terça-feira, 22 de maio de 2012 23.03.22, David Faure wrote:
> > I'm about to write this class for libkdbus
> > (or possibly for Qt, if thiago thinks this could go into libQtDBus?),
> > to replace KToolInvocation::startService*.
>
> Can
On Wednesday 23 May 2012 00:52:18 Christoph Feck wrote:
> How immediately is immediately, i.e. does it return before trying to
> load the segment? What does the return value mean?
Whatever QProcess::start() does :-)
You're right, though, that one returns void, so I should just do the same.
> If
On Tuesday 22 May 2012 23:03:22 David Faure wrote:
> I'm about to write this class for libkdbus
> (or possibly for Qt, if thiago thinks this could go into
> libQtDBus?), to replace KToolInvocation::startService*.
>
> Comments welcome :-)
>
>
> /**
> * KDBusApplicationStarter starts an applicati
I'm about to write this class for libkdbus
(or possibly for Qt, if thiago thinks this could go into libQtDBus?),
to replace KToolInvocation::startService*.
Comments welcome :-)
/**
* KDBusApplicationStarter starts an application with QProcess, and waits for
* it to register to D-Bus.
*
* Thi