janbar/noson-app

Use supported Flatpak org.kde.Platform runtime

Opened this issue · 6 comments

flatpak update says that the current version of Noson (v4.4.2) uses the end-of-life org.kde.Platform v5.13 runtime. Use instead version 5.14 or 5.15.

$ flatpak update 
Looking for updates…
Info: org.kde.PlatformTheme.QGnomePlatform is end-of-life, with reason: The KDE 5.13 runtime is no longer supported and does not receive security updates. We strongly recommend migrating to a supported runtime.
Info: org.kde.PlatformTheme.QGnomePlatform.Sources is end-of-life, with reason: The KDE 5.13 runtime is no longer supported and does not receive security updates. We strongly recommend migrating to a supported runtime.
Info: org.kde.Platform is end-of-life, with reason: The KDE 5.13 runtime is no longer supported and does not receive security updates. We strongly recommend migrating to a supported runtime.
Info: org.kde.Platform.Locale is end-of-life, with reason: The KDE 5.13 runtime is no longer supported and does not receive security updates. We strongly recommend migrating to a supported runtime.
Nothing to do.

Currently supported runtimes seem to be 5.12, 5.14 and 5.15.

$ flatpak search org.kde.Platform
Name                                        Description                                                                            Application ID                                               Version               Branch               Remotes
KDE Application Platform                    Shared libraries used by KDE applications                                              org.kde.Platform                                                                   5.15                 flathub
KDE Application Platform                    Shared libraries used by KDE applications                                              org.kde.Platform                                                                   5.14                 flathub
KDE Application Platform                    Shared libraries used by KDE applications                                              org.kde.Platform                                                                   5.12                 flathub

Hi, the app has been fully tested with Qt 5.12 (The long term release). But flathub forced me to use Qt 5.13 building last release. I will change trying the new LTS: Qt 5.15.

Have the same issue, Does someone knows how to fix it?

Back to qt-5.12. The app needs update to work properly with qt-5.15

Back to qt-5.12. The app needs update to work properly with qt-5.15

How can I do that? Which command should I use?

I launched a new build in flathub. The new release 4.4.5 uses qt-5.12. That should work.

Thank you very much, that fixed my issue.