kwin/kcmkwin
Vlad Zagorodniy 78ce54f88a [effects] Make scripted effects GHNS-able
Summary:
Currently, if one wants to install a scripted effect from the KDE Store,
the effect won't show up in the Desktop Effects KCM. The reason for that
is kpackagetool5 doesn't know where to install effects (they have to be
installed under ${DATA_DIR}/kwin/effects).

Another problem is that even if the scripted effect is installed in the
right directory (e.g. ~/.local/share/kwin/effects), it won't be listed in
the Desktop Effects KCM because it doesn't have a desktop file in
kservices5 dir. Please notice that the effect will be "visible" for KWin, i.e.
you can enable it by editing kwinrc.

This diff addresses those 2 problems by:
* Adding a PackageStructure plugin for effects (so they are installed
  under kwin/effects/);
* Using KPackage::PackageLoader to get list of scripted effect in the
  Desktop Effects KCM.

Test Plan:
* Installed an effect from the KDE Store, it appeared in the Desktop Effects
  KCM;
* Removed it.

Reviewers: #kwin, mart, davidedmundson

Reviewed By: #kwin, davidedmundson

Subscribers: ngraham, davidedmundson, kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D15372
2018-09-28 20:17:30 +03:00
..
kwincompositing [effects] Make scripted effects GHNS-able 2018-09-28 20:17:30 +03:00
kwindecoration Fix minor EBN issues 2018-08-29 21:02:16 +03:00
kwindesktop
kwinoptions SVN_SILENT made messages (.desktop file) - always resolve ours 2018-08-30 05:51:44 +02:00
kwinrules
kwinscreenedges SVN_SILENT made messages (.desktop file) - always resolve ours 2018-09-08 06:16:40 +02:00
kwinscripts SVN_SILENT made messages (.desktop file) - always resolve ours 2018-09-08 06:16:40 +02:00
kwintabbox
CMakeLists.txt