----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103699/#review14825 -----------------------------------------------------------
For the longer term, this problem is fixed in KDE Frameworks 5, by the replacement of KUniqueApplication with KDBusService, (which doesn't fork). - David Faure On Jan. 15, 2012, 5:28 p.m., Martin Koller wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.org/r/103699/ > ----------------------------------------------------------- > > (Updated Jan. 15, 2012, 5:28 p.m.) > > > Review request for kdelibs. > > > Description > ------- > > All KUniqueApplications issue the warning > QDBusConnection: session D-Bus connection created before QCoreApplication. > Application may misbehave. > when runngin with Qt-4.8.0 (qWarning in QDBusDefaultConnection ctor) > > The patch avoids this by temporarily creating a QCoreApplication instance > > > Diffs > ----- > > kdeui/kernel/kuniqueapplication.cpp 777fc35 > > Diff: http://git.reviewboard.kde.org/r/103699/diff/ > > > Testing > ------- > > running kdepasswd > > > Thanks, > > Martin Koller > >
