A client can be on N activites, not just one or all. I have 3 activities. I want to apply a rule such that my client ends up on two of them on startup. In the current behaviour I can force it to one, but not multiple.
This has two steps: - Modify the config parameter to store multiple activities - Adapting the UI I have some WIP on the previous. Ideally with no regressions from current configs.
*** This bug has been marked as a duplicate of bug 428719 ***
Git commit 66ee898556768696796991e8063865b8d9e94d52 by Ismael Asensio. Committed on 03/01/2021 at 23:34. Pushed by iasensio into branch 'master'. kcm/kwinrules: Allow to select multiple activities This commit addresses the UI part M +0 -9 kcmkwin/kwinrules/optionsmodel.cpp M +1 -1 kcmkwin/kwinrules/optionsmodel.h M +9 -4 kcmkwin/kwinrules/package/contents/ui/OptionsComboBox.qml M +29 -0 kcmkwin/kwinrules/package/contents/ui/ValueEditor.qml M +5 -3 kcmkwin/kwinrules/ruleitem.cpp M +2 -1 kcmkwin/kwinrules/ruleitem.h M +2 -2 kcmkwin/kwinrules/rulesmodel.cpp https://invent.kde.org/plasma/kwin/commit/66ee898556768696796991e8063865b8d9e94d52
*** Bug 428719 has been marked as a duplicate of this bug. ***