https://bugs.kde.org/show_bug.cgi?id=419006
Bug ID: 419006 Summary: kdeapps "nightly" flatpak isn't using latest KDE/Qt runtime version 5.14 Product: skrooge Version: Trunk from git Platform: Flatpak OS: Linux Status: REPORTED Severity: minor Priority: NOR Component: general Assignee: guillaume.deb...@gmail.com Reporter: skierp...@gmail.com CC: steph...@mankowski.fr Target Milestone: --- 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. -- You are receiving this mail because: You are watching all bug changes.