| Summary: |
kdeapps "nightly" flatpak isn't using latest KDE/Qt runtime version 5.14 |
| Product: |
[Applications] skrooge
|
Reporter: |
skierpage <info> |
| Component: |
general | Assignee: |
Guillaume DE BURE <guillaume.debure> |
| Status: |
RESOLVED
FIXED
|
|
|
| Severity: |
minor
|
CC: |
stephane
|
| Priority: |
NOR
|
|
|
| Version First Reported In: |
Trunk from git | |
|
| Target Milestone: |
25.1.0 | |
|
| Platform: |
Flatpak | |
|
| OS: |
Linux | |
|
|
Latest Commit:
|
https://commits.kde.org/skrooge/efd3c866bbf3a4b57a1bdc1168f7e65d5aa9f8ae
|
Version Fixed/Implemented In:
|
|
|
Sentry Crash Report:
|
|
| |
SUMMARY This is really minor, but I noticed the skrooge flatpak on Flathub uses the KDE Runtime version 5.14 and Qt 5.14.1, but the "nightly" skrooge build from master on kdeapps is still on 5.12. STEPS TO REPRODUCE 1. `flatpak info org.kde.skrooge//master` 2. `flatpak run branch=master org.kde.skrooge` 3. Choose Help > About Skrooge > Libraries OBSERVED RESULT Runtime: org.kde.Platform/x86_64/5.12 Sdk: org.kde.Sdk/x86_64/5.12 Older version of Qt EXPECTED RESULT Comparing with the stable Skrooge build onflathub, the KDE Platform Runtime seems up to 5.14 and Qt 5.14.1. SOFTWARE/OS VERSIONS Linux/KDE Plasma: KDE Plasma Version: n/a KDE Frameworks Version: 5.67.0 Qt Version: 5.12.7 ADDITIONAL INFORMATION Comparing org.kde.skrooge.json with https://github.com/flathub/org.kde.skrooge/blob/master/org.kde.skrooge.json , the fix seems just changing two lines from 5.12 to 5.14: "runtime-version":"5.14", ... "base-version":"5.14", I could submit an arcanist/Differential patch but it would be untested since I'm not equipped to build the flatpak.