Bug 513065 - Add Qt Graphs to KDE Flatpak runtime
Summary: Add Qt Graphs to KDE Flatpak runtime
Status: REPORTED
Alias: None
Product: Qt/KDE Flatpak Runtime
Classification: Developer tools
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Aleix Pol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-12-08 00:29 UTC by Vincent Chernin
Modified: 2025-12-08 00:34 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vincent Chernin 2025-12-08 00:29:41 UTC
SUMMARY

Please add Qt Graphs to the KDE Flatpak runtime. Currently it is not in the runtime, and that is both inconvenient and seemingly error-prone. Easy Effects (Qt app) ran into a bug with its Flatpak package due to the KDE Flatpak runtime being updated without the application being rebuilt. Since the Flatpak application bundles in its own build of Qt Graphs the application did not start due to some ABI breakage. Rebuilding the Easy Effects Flatpak package with the newer runtime/sdk fixed the issue.

The sanest way to avoid this I imagine is to build Qt Graphs in the KDE Flatpak runtime. This would of course increase the size of the runtime. I don't know how popular Qt Graphs (or the now deprecated Qt Charts) is, so I don't know how beneficial this would be for most apps.

SOFTWARE/OS VERSIONS
Qt Version: 6.10

ADDITIONAL INFORMATION
Downstream Easy Effects bug: https://github.com/wwmm/easyeffects/issues/4616
Easy Effects Flatpak Qt Graphs module: https://github.com/wwmm/easyeffects/blob/4d4729500f01d0e598d645ab6e50be76b48b390d/util/flatpak/easyeffects-modules.json#L4-L27