Summary: | Wallpaper settings crash on open | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Nicolas Fella <nicolas.fella> |
Component: | kcm_wallpaper | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | meven, nate |
Priority: | NOR | ||
Version First Reported In: | 6.5.80 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/-/commit/e555b22a1b70864b0d636d148ececda532105767 | Version Fixed In: | 6.5.0 |
Sentry Crash Report: |
Description
Nicolas Fella
2025-09-28 13:37:06 UTC
ASSERT: "hasIndex(row, column, parent)" in file /home/nico/workspace/qt6-dev/qtbase/src/corelib/itemmodels/qconcatenatetablesproxymodel.cpp, line 289 A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/5869 Git commit 55702805ad1d537d4b9f8be707402ff07663f779 by Nicolas Fella. Committed on 01/10/2025 at 10:25. Pushed by nicolasfella into branch 'master'. [wallpapers/image] Avoid creating invalid index sourceModel.indexOf returns -1 when the given image isn't found We shall not pass it to sourceModel.index since that will trigger an assert in Qt M +7 -1 wallpapers/image/imagepackage/contents/ui/ThumbnailsComponent.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/55702805ad1d537d4b9f8be707402ff07663f779 Git commit e555b22a1b70864b0d636d148ececda532105767 by Nicolas Fella. Committed on 01/10/2025 at 10:25. Pushed by nicolasfella into branch 'Plasma/6.5'. [wallpapers/image] Avoid creating invalid index sourceModel.indexOf returns -1 when the given image isn't found We shall not pass it to sourceModel.index since that will trigger an assert in Qt (cherry picked from commit 55702805ad1d537d4b9f8be707402ff07663f779) M +7 -1 wallpapers/image/imagepackage/contents/ui/ThumbnailsComponent.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/e555b22a1b70864b0d636d148ececda532105767 |