Skip to content

scripting: Refactor generic scripted config

Vlad Zahorodnii requested to merge work/zzag/generic-scripted-config into master

Currently it makes an assumption that the name of a scripted effect starts with "kwin4_effect_" prefix, which has its issues. For example, it will stop working if we choose to use simpler naming scheme.

This change reworks how the generic scripting kcmodule is constructed. Instead of guessing kpackage type, make relevant kcms pass it explicitly via the arg list.


Draft: not entirely tested, need to get !3834 (merged) merged first

Edited by Vlad Zahorodnii

Merge request reports