Summary: | 'Add to Desktop' option is missing from context menu of Kickoff | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Patrick Silva <bugseforuns> |
Component: | Application Launcher (Kickoff) widget | Assignee: | David Edmundson <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alexander.lohnau, mikel5764, nate, nicolas.fella, plasma-bugs, samuelsumukhreddy, tagwerk19 |
Priority: | NOR | Keywords: | regression |
Version: | 5.23.90 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/plasma-framework/commit/e9ba0c54f2c01bb530370c16502cf304fc18b3f6 | Version Fixed In: | 5.24 |
Sentry Crash Report: | |||
Attachments: | screenshot |
Description
Patrick Silva
2022-01-16 10:57:48 UTC
Kicker and Dashboard are also affected. Created attachment 145534 [details]
screenshot
(In reply to Patrick Silva from comment #0) > OBSERVED RESULT > context menu does not have 'Add to Desktop' option Can confirm, thought it was just me... The issue is there in Neon Unstable, haven't seen it appear in Neon Testing... (In reply to tagwerk19 from comment #3) > ... haven't seen it appear in Neon Testing... The issue has just appeared on Neon Testing - with the updates of the last days. I'm guessing it's part of plasma-widgets-addons? "apt list plasma-widgets-addons" from the working system gave: plasma-widgets-addons/focal,now 4:5.23.5+p20.04+tstable+git20220114.0129-0 amd64 [installed,automatic] Now: plasma-widgets-addons/focal,now 4:5.23.5+p20.04+tstable+git20220115.0018-0 amd64 [installed,automatic] This seems to be caused by https://invent.kde.org/plasma/plasma-workspace/-/commit/c5d9e0b66e07a957d33539a045450a4634457c4a A possibly relevant merge request was started @ https://invent.kde.org/frameworks/plasma-framework/-/merge_requests/435 A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1371 Git commit dde8ccf57ff1a599d13ec297ba902d468e499cf5 by Alexander Lohnau. Committed on 17/01/2022 at 20:32. Pushed by ngraham into branch 'Plasma/5.24'. Revert plasma-frameworks porting of Plasma::Corona:::containmentForScreen https://invent.kde.org/frameworks/plasma-framework/-/merge_requests/435 Fixes this in frameworks, however Plasma 5.24 depends on the already released frameworks 5.90. M +5 -3 applets/kicker/plugin/containmentinterface.cpp https://invent.kde.org/plasma/plasma-workspace/commit/dde8ccf57ff1a599d13ec297ba902d468e499cf5 Git commit e9ba0c54f2c01bb530370c16502cf304fc18b3f6 by Alexander Lohnau. Committed on 17/01/2022 at 19:04. Pushed by alex into branch 'master'. Corona::containmentForScreen: Ignore activities when an empty string is used With the other overloads being deprecated, consumers are forced to put in an empty string for the activity. As one can see in the pre-existing code, an empty string indicates that the activity should be ignored. Consequently we should skip the activity check, when we got an empty string. M +1 -1 src/plasma/corona.cpp https://invent.kde.org/frameworks/plasma-framework/commit/e9ba0c54f2c01bb530370c16502cf304fc18b3f6 *** Bug 448805 has been marked as a duplicate of this bug. *** |