Skip to content

kcm/kwinrules: Update from window menu when the KCM is already open

Ismael Asensio requested to merge work/rules_update_args into master

Add a DBus endpoint to parseArguments() method, so that the window UUID passed by Edit .. specific properties menu can be processed when the KCM is already open.

This allows for subsequent calls from different windows into the same KCM instance. If the same window is called twice, the corresponding rule will be detected by the matching mechanism.

BUG: 417923

kwinrules_update_args

Alternative to !566 (closed) but registering the specific DBus service for the KWin rules KCM, since the generic DBus service in KCMUtils got deprecated.

Edited by Ismael Asensio

Merge request reports