[Kde-pim] akonadi resource processes crashing (in masses)
Tobias Koenig
tokoe at kde.org
Mon Mar 8 20:50:18 GMT 2010
On Mon, Mar 08, 2010 at 09:44:42PM +0100, Andreas Hartmetz wrote:
> On Tuesday 23 February 2010 09:35:12 Thomas McGuire wrote:
Hej Andreas,
> Since the bug is actually in KPixmapCache and that one is pretty much one big
> known bug, I'm currently happy that resources don't crash for whatever reason.
> Possibly due to this kdepimlibs patch I'm using, which should not be committed
> AFAIU:
>
> Index: akonadi/resourcebase.h
> ===================================================================
> --- akonadi/resourcebase.h (revision 1100834)
> +++ akonadi/resourcebase.h (working copy)
> @@ -174,7 +174,7 @@
> static int init( int argc, char **argv )
> {
> const QString id = parseArguments( argc, argv );
> - KApplication app;
> + KApplication app( /* GUIEnabled = */ false );
> T* r = new T( id );
>
> // check if T also inherits AgentBase::Observer and
If you disable the GUI handling, what happens when you try to open
the configuration dialog of a resource?!?
Ciao,
Tobias
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://mail.kde.org/pipermail/kde-pim/attachments/20100308/35abb247/attachment.sig>
-------------- next part --------------
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/
More information about the kde-pim
mailing list