Summary: | Fails to load in Qt 6.9 due to DelegateChooser Move | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | David Edmundson <kde> |
Component: | Clipboard widget & pop-up | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | task | CC: | tux |
Priority: | HI | ||
Version First Reported In: | git-stable-Plasma/6.1 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/-/commit/6b014a7ee190d590e7bd900f8bd974ea8e137912 | Version Fixed In: | |
Sentry Crash Report: |
Description
David Edmundson
2024-12-01 19:05:41 UTC
Fix is easy! We just use an anonymous namespace for both and then the relevant thing will load. plasma-firewall/kcm/ui/main.qml also needs a fix A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4978 Git commit b192235d5560c562a17e51d51e9da332b36e08c7 by Fushan Wen, on behalf of Manuel Alcaraz Zambrano. Committed on 05/12/2024 at 04:15. Pushed by fusionfuture into branch 'master'. Fix DelegateChoice import with Qt 6.9 DelegateChoice is part of QtQml.Models with Qt 6.9 with commit qt/qt/qtdeclarative@55c3b94035787ea265c5ff6e3c271d7154186def. M +6 -5 klipper/declarative/qml/ClipboardMenu.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/b192235d5560c562a17e51d51e9da332b36e08c7 Git commit 6b014a7ee190d590e7bd900f8bd974ea8e137912 by Fushan Wen. Committed on 05/12/2024 at 04:16. Pushed by fusionfuture into branch 'Plasma/6.2'. Fix DelegateChoice import with Qt 6.9 DelegateChoice is part of QtQml.Models with Qt 6.9 with commit qt/qt/qtdeclarative@55c3b94035787ea265c5ff6e3c271d7154186def. (cherry picked from commit b192235d5560c562a17e51d51e9da332b36e08c7) Co-authored-by: Manuel Alcaraz Zambrano <manuelalcarazzam@gmail.com> M +6 -5 klipper/declarative/qml/ClipboardMenu.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/6b014a7ee190d590e7bd900f8bd974ea8e137912 *** Bug 497658 has been marked as a duplicate of this bug. *** |