Re: Review Request 117175: Fix installing new .comic packages from GHNS to appear in the installed packages list in the comic widget.

2014-04-05 Thread Andrei Amuraritei
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/117175/ --- (Updated April 6, 2014, 6:57 a.m.) Review request for KDE Runtime, Albert

Re: Review Request 117345: Fix crash in KIO due to exposing inconsistent views of internal data.

2014-04-05 Thread Simeon Bird
> On April 5, 2014, 9:16 p.m., David Faure wrote: > > Did you try running the unittests in kio/tests ? The kdelibs 4 tests all pass. I don't have a working 5 setup, so I didn't test the 5 tests, if they are different. - Simeon --- This

Re: Review Request 117345: Fix crash in KIO due to exposing inconsistent views of internal data.

2014-04-05 Thread Simeon Bird
> On April 3, 2014, 5:35 p.m., Aleix Pol Gonzalez wrote: > > The patch looks ok and it looks like you know what you're doing, so +1 from > > me. > > > > Your patch is applied on kdelibs/kio. kdelibs has been split into different > > frameworks, so you want to do it on the "kio" repository. Th

Re: Review Request 117345: Fix crash in KIO due to exposing inconsistent views of internal data.

2014-04-05 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/117345/#review55040 --- Did you try running the unittests in kio/tests ? - David Faur

Re: DBus-activated applications

2014-04-05 Thread David Faure
On Saturday 05 April 2014 09:25:16 Thiago Macieira wrote: > Em sex 04 abr 2014, às 20:32:55, David Faure escreveu: > > The new idea, as a result of last year's freedesktop summit, is to improve > > upon this and generalize it : even the first instance can be started with > > a DBus call, using DBus

Re: DBus-activated applications

2014-04-05 Thread Thiago Macieira
Em sex 04 abr 2014, às 20:32:55, David Faure escreveu: > The new idea, as a result of last year's freedesktop summit, is to improve > upon this and generalize it : even the first instance can be started with a > DBus call, using DBus activation (these .service files installed in > share/dbus-1/se

DBus-activated applications

2014-04-05 Thread David Faure
kdelibs4 had KUniqueApplication, where running the app a second time would make a DBus call to the running instance and then quit. The new idea, as a result of last year's freedesktop summit, is to improve upon this and generalize it : even the first instance can be started with a DBus call, us