Summary: | Locally installed Kwin scripts stopped working after KF5 update from version 5.41 to 5.42 | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kpackage | Reporter: | avlas <jsardid> |
Component: | default | Assignee: | Marco Martin <notmart> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | jr, kde, kdelibs-bugs, neon-bugs, sitter, wbauer1 |
Priority: | NOR | ||
Version: | 5.42.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
avlas
2018-01-17 11:17:49 UTC
I don't think this bug refers (only) to frameworks-knewstuff. I used apt preferences to keep frameworks-knewstuff in version 5.41 while the rest is in version 5.42 and the bug reappeared. Re-assigning to KPackage. const auto scripts = KPackage::PackageLoader::self()->findPackages(QStringLiteral("KWin/Script"), scriptFolder, filter); returns the same package list after installing/uninstalling. Possibly caused by the new runtime cache not knowing about knewstuff I can confirm that downgrading only frameworks-kpackage to version 5.41 fixes the issue for me. Probably the same reason as bug#389197? Try deleting the corresponding kplugincache.json file, or install some new kwin script (that should delete it as well). (In reply to Wolfgang Bauer from comment #4) > Try deleting the corresponding kplugincache.json file Erm, I mean kpluginindex.json, sorry. I tried reinstalling the kwin script and didn't help. I'll try deleting that file and will report the result. I confirm removing kpluginindex.json solved the problem, thank you! (In reply to avlas from comment #6) > I tried reinstalling the kwin script and didn't help. No, but installing a *different one* should have helped. (In reply to avlas from comment #7) > I confirm removing kpluginindex.json solved the problem, thank you! Good, let's mark it as duplicate then (even though this one is older). *** This bug has been marked as a duplicate of bug 389197 *** |