Created attachment 113355 [details] Screenshot that shows the thumbnail of the wallpapers not being updated. The wallpaper selection screen under plasma 5.13 doesn't update the thumbnails shown when a new wallpaper has the same name. I stumbled upon this when I updated to plasma 5.13 because the default wallpaper was replaced but in the selection menu it still showed the old one. The manual fix is to delete ~/.cache/plasma_wallpaper_preview.kcache so that it will be rebuild. I added a screenshot with two different files to show what the issue looks like.
Can reproduce Operating System: KDE neon Developer Edition KDE Plasma Version: 5.14.80 Qt Version: 5.11.1 KDE Frameworks Version: 5.51.0
From what I can tell the wallpaper list uses its own KImageCache but never invalidates it. This is despite just using KIO::PreviewJob which has its own caching anyway.
Git commit de6f8246ecabc3a4102c7c29ce3a7f6c4987cfec by Kai Uwe Broulik. Committed on 10/10/2018 at 10:04. Pushed by broulik into branch 'master'. [Background Model] Use own QCache for thumbnails Previously it would use an on-disk KImageCache which would never be invalidated. Moreover, it just uses KIO::PreviewJob which does its own more clever (compares mtime and other properties) on-disk caching already. It is using its own QCache rather than QPixmapCache to not jeopardize other caching for the potentially large wallpaper thumbnails that are only relevant while the dialog is open. FIXED-IN: 5.15.0 Differential Revision: https://phabricator.kde.org/D16095 M +0 -1 wallpapers/image/CMakeLists.txt M +13 -15 wallpapers/image/backgroundlistmodel.cpp M +2 -3 wallpapers/image/backgroundlistmodel.h https://commits.kde.org/plasma-workspace/de6f8246ecabc3a4102c7c29ce3a7f6c4987cfec