Bug 461509 - AppImage: Plugins fail to load because of wrong rpath
Summary: AppImage: Plugins fail to load because of wrong rpath
Status: RESOLVED FIXED
Alias: None
Product: Craft
Classification: Unmaintained
Component: Core (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Ingo Klöcker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-06 16:15 UTC by Ingo Klöcker
Modified: 2024-09-21 20:40 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ingo Klöcker 2022-11-06 16:15:07 UTC
Some plugins used by applications packaged as AppImage fail to load because of missing symbols. The root cause is an incorrect rpath of the plugins. The rpath has to be set, so that the plugin finds the matching libraries in the AppImage instead of on the host system.

Examples of reported bugs:
https://bugs.kde.org/show_bug.cgi?id=448308
https://bugs.kde.org/show_bug.cgi?id=454699
Comment 1 Ingo Klöcker 2022-11-06 16:15:26 UTC
taking
Comment 2 Bug Janitor Service 2022-11-11 08:57:51 UTC
A possibly relevant merge request was started @ https://invent.kde.org/packaging/craft-blueprints-kde/-/merge_requests/474
Comment 3 Bug Janitor Service 2022-11-11 10:10:32 UTC
A possibly relevant merge request was started @ https://invent.kde.org/packaging/craft/-/merge_requests/97
Comment 4 Christoph Cullmann 2024-09-21 20:40:45 UTC
We fixed that. https://invent.kde.org/packaging/craft/-/merge_requests/202