| Summary: | Apply button is inactive after selecting custom icon again | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | ratijas <me> |
| Component: | Application Launcher (Kickoff) widget | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | bugseforuns, mikel5764, nate, noahadvs, notmart |
| Priority: | NOR | ||
| Version First Reported In: | master | ||
| Target Milestone: | 1.0 | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/frameworks/kiconthemes/-/commit/4a232de9e5a21a108c0ef5c9f845ed79d510f615 | Version Fixed/Implemented In: | 6.20 |
| Sentry Crash Report: | |||
|
Description
ratijas
2022-10-14 20:59:37 UTC
This requires a patch to KDeclarative framework, adding at least accepted() and rejected signals to KQuickAddons.IconDialog — KIconDialog's QML wrapper. Can still reproduce in Plasma 6. can't reproduce here on today's master (In reply to Marco Martin from comment #3) > can't reproduce here on today's master nevermind i can reproduce A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kiconthemes/-/merge_requests/193 Git commit 4a232de9e5a21a108c0ef5c9f845ed79d510f615 by Niccolò Venerandi. Committed on 14/10/2025 at 14:40. Pushed by niccolove into branch 'master'. Avoid saving state between multiple usages of IconDialog If you select an icon, close the dialog, open it again, and select the same icon, there won't be any signal of a new icon being selected because the dialog saves the state from the previous usage. The user cannot avoid this behavior as the iconName is readonly, so it can only be re-set by the IconDialog itself. M +4 -0 src/qml/icondialog.cpp https://invent.kde.org/frameworks/kiconthemes/-/commit/4a232de9e5a21a108c0ef5c9f845ed79d510f615 |