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 |https://invent.kde.org/plas |ma/plasma-workspace/-/commi |ma/plasma-workspace/-/commi |t/f584f1beb3aaafe36c328a761 |t/e9fd71d9d36171ec161885f41 |b8eea02b46f20c4 |49a2ff0c2c96554 --- Comment #17 from Marco Martin <notm...@gmail.com> --- Git commit e9fd71d9d36171ec161885f4149a2ff0c2c96554 by Marco Martin. Committed on 28/05/2025 at 08:56. Pushed by mart into branch 'Plasma/6.4'. 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 (cherry picked from commit f584f1beb3aaafe36c328a761b8eea02b46f20c4) f584f1be wallpapers/image: don't crash when removing /usr/share Co-authored-by: Marco Martin <notm...@gmail.com> M +5 -5 wallpapers/image/plugin/slidemodel.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/e9fd71d9d36171ec161885f4149a2ff0c2c96554 -- You are receiving this mail because: You are watching all bug changes.