noson-app icon indicating copy to clipboard operation
noson-app copied to clipboard

Use supported Flatpak org.kde.Platform runtime

Open samuelba opened this issue 3 years ago • 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

samuelba avatar Nov 17 '20 06:11 samuelba

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.

janbar avatar Nov 22 '20 11:11 janbar

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

Normanalfa avatar Dec 07 '20 18:12 Normanalfa

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

janbar avatar Dec 08 '20 01:12 janbar

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?

Normanalfa avatar Dec 08 '20 16:12 Normanalfa

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

janbar avatar Dec 11 '20 20:12 janbar

Thank you very much, that fixed my issue.

Normanalfa avatar Dec 12 '20 01:12 Normanalfa