https://bugs.kde.org/show_bug.cgi?id=503593
Marco Martin <notm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/-/commi | |t/f584f1beb3aaafe36c328a761 | |b8eea02b46f20c4 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #16 from Marco Martin <notm...@gmail.com> --- Git commit f584f1beb3aaafe36c328a761b8eea02b46f20c4 by Marco Martin. Committed on 28/05/2025 at 08:42. Pushed by mart into branch 'master'. wallpapers/image: don't crash when removing /usr/share we delay addSourceModel when the source model is fully loaded, but it might take a long time (ie adding /usr/share) if then we remove it before it's done, we will have either an assert or a crash in qconcatenatetablesmodel (depending if Qt asserts are turned on) we can safely call addsourceModel immediately, so rowsInserted will be forwarded as they come in M +5 -5 wallpapers/image/plugin/slidemodel.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/f584f1beb3aaafe36c328a761b8eea02b46f20c4 -- You are receiving this mail because: You are watching all bug changes.