how to use the cache-to-disk feature in Wallpaper

Aaron J. Seigo aseigo at kde.org
Mon Apr 13 18:40:09 CEST 2009


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.

-- 
Aaron J. Seigo
humru othro a kohnu se
GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA  EE75 D6B7 2EB1 A7F1 DB43

KDE core developer sponsored by Qt Software

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
Url : http://mail.kde.org/pipermail/plasma-devel/attachments/20090413/4f69787d/attachment.sig 


More information about the Plasma-devel mailing list