-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GTG 0.6 currently relies on the "End of life" GNOME 41 Flatpak runtime in Flathub #939
Comments
Probably it wants to say the runtime used (Gnome Platform v41) is End of Life, not GTG itself. |
so it will work if i install or not? looks rad |
It should work, assuming it is using Flatpak/Flathub. |
thx |
Just copying here messages when updating via flatpak in Debian:
|
So far the runtime hasn't been pulled from under our feet and will continue to work, so if we can get #737 completed and the codebase in a good enough shape to release version 0.7, it would be preferrable to do that with a fix included, because we don't really have the spare resources to be making parallel releases or testing GTG 0.6 with newer runtimes (we don't really know what issues—if any—might arise from a newer runtime...). The alternative is, y'all could test a patched version of it from #846 (comment) that was included in this potential flatpak build configuration, but there's also two other pull requests in that same flathub config repository, and... again, I'm not sure what else might await us if running the app on a runtime we haven't thoroughly tested; maybe nothing bad would happen, I might be overthinking this, but y'know, Murphy's law... |
It won't be pulled, but it's not getting updates and it means users have to carry this outdated runtime only for GTG.
You kind of do know. Anyone using GTG from a rolling release distribution's repositories instead of Flathub is already using the latest and greatest versions of libraries. |
I'm on Linux Mint 21.3 MATE 64-bit, and flatpak seems to be only easy way to install it, since no deb or AppImage found anywhere. (No, I don't want to have to build this from source, it can pollutes my system with dev libs!) This is the (very dated!) problem after my first install, of the current (0.6) flatpak today: $ /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=gtg --file-forwarding org.gnome.GTG
error: runtime/org.gnome.Platform/x86_64/41 not installed
FAIL And the forced patch, which maybe risky and shouldn't be needed; note the warnings. $ flatpak install flathub org.gnome.Platform/x86_64/41
Looking for matches…
Info: org.gnome.Platform//41 is end-of-life, with reason:
The GNOME 41 runtime is no longer supported as of September 17, 2022. Please ask your application developer to migrate to a supported platform.
Applications using this runtime:
org.gnome.GTG
Info: org.freedesktop.Platform.GL.default//21.08 is end-of-life, with reason:
org.freedesktop.Platform 21.08 is no longer receiving fixes and security updates. Please update to a supported runtime version. I don't know if these Gtk-Messages indicate that some stuff won't work, the window at least displayed: $ /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=gtg --file-forwarding org.gnome.GTG
Gtk-Message: 05:52:17.766: Failed to load module "xapp-gtk3-module"
Gtk-Message: 05:52:17.766: Failed to load module "appmenu-gtk-module" |
It says it's end of life in the software installer "pop shop", where can i read about it?
The text was updated successfully, but these errors were encountered: