| Summary: | plasma framework plugins should be built as a bundle plugin and not a shared library | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] libplasma | Reporter: | Hanspeter Niederstrasser <niederstrasser> |
| Component: | libplasma | Assignee: | Marco Martin <notmart> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | normal | CC: | nate |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Fink Packages | ||
| OS: | macOS | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | patch to build plugins as MODULE | ||
|
Description
Hanspeter Niederstrasser
2015-01-17 23:03:25 UTC
Created attachment 90486 [details]
patch to build plugins as MODULE
can you do a review request with it? Trying to figure out how to use reviewboard. Current rbtools and the instructions at https://techbase.kde.org/Development/Review_Board don't match up. I tried this out and it looks like Plasma relies on the old behavior: "file:///home/nate/kde/usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml" "Error loading QML file.\n22: module \"org.kde.plasma.core\" plugin \"corebindingsplugin\" not found\n" Could not set containment property on rootObject "file:///home/nate/kde/usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Panel.qml" "Error loading QML file.\n23: module \"org.kde.plasma.core\" plugin \"corebindingsplugin\" not found\n" As a result I'm afraid we cannot change this without breaking ABI compatibility among users of the current shared library, sorry. Perhaps we can re-think this for KF6. :) |