Write permission for activities property
Closed, InvalidPublic

Description

I am developing a Kwin script (https://github.com/tcorreabr/Parachute) for managing windows and desktops, and I wanted to improve his support for PLasma activities, allowing for example to change the activities of Clients.

For that, could you give write permission to the Q_PROPERTY property (QStringList activities READ activities NOTIFY activitiesChanged) in kwin/toplevel.h?

ngraham closed this task as Invalid.Mar 31 2020, 2:16 AM
ngraham added a subscriber: ngraham.

Thanks, but Phabricator is used for task and project tracking, and this should really be a bug report in https://bugs.kde.org. However, since you've already identified the issue and seem to know the fix, how about submitting a patch instead? ;-)

Sorry for that mistake. For now I am solving some internal problems of my project (qml side of things) and I haven't even compiled kwin yet. After that I plan to submit some patches.