| Summary: | Cannot load video wall config | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Nicolas Fella <nicolas.fella> |
| Component: | general | Assignee: | Alexander Lohnau <alexander.lohnau> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | alexander.lohnau |
| Priority: | NOR | ||
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/kwin/commit/468acd0cbed9036f1951e8ab1610880253aa3f3e | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Nicolas Fella
2021-11-17 23:57:15 UTC
The issue is that in the KPluginSelector the arguments do not get correctly set. In fact, one can not et the args on a per-plugin base. I will work on a fix, it should be possible by reading the metadata inside of the factory as a fallback. A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/1682 Git commit 468acd0cbed9036f1951e8ab1610880253aa3f3e by Alexander Lohnau. Committed on 22/11/2021 at 07:48. Pushed by alex into branch 'master'. Fix determining of scripted effect config from KPluginSelector In the KPluginSelector we don't have the possibility to set the args for each KCM. Because of that we use the metadata of the KPluginFactory as a fallback to read the plugin keyword, which specifies the KCM we want to display. This requires kcmutils 54b196a9bad88732debe0b49111af4755268f09f, which landed in the last release. M +11 -2 src/scripting/genericscriptedconfig.cpp https://invent.kde.org/plasma/kwin/commit/468acd0cbed9036f1951e8ab1610880253aa3f3e |