From kde-panel-devel Mon Apr 13 20:31:07 2009 From: Benoit Jacob Date: Mon, 13 Apr 2009 20:31:07 +0000 To: kde-panel-devel Subject: Re: how to use the cache-to-disk feature in Wallpaper Message-Id: X-MARC-Message: https://marc.info/?l=kde-panel-devel&m=123965474704473 2009/4/13 Aaron J. Seigo : > On Monday 13 April 2009, Benoit Jacob wrote: >> // remove old image from cache >> kDebug() << "remove " << m_cacheKey; >> insertIntoCache(m_cacheKey, QImage()); > > fixed in svn; what was happening was that a kio job was being created while > the app was being destroyed ... so it would never hit the event loop (no > longer exists) and therefore never auto-start the job. this was causing > console output like: > >        A KUiServerJobTracker instance contains 1 stalled jobs > > so now i just exec the job. > > p.s. plasmawallpaperviewer now calls save() on app exit. Cool, thanks ! Btw, plasmawallpaperviewer has been very useful for valgrinding my wallpaper. I could never valgrind plasma-desktop as it's far too heavy. Cheers, Benoit _______________________________________________ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel