-
Notifications
You must be signed in to change notification settings - Fork 30
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
Downgrades are broken? #90
Comments
I have figured out the issue, the code for downgrades runs with pkexec at all times, even for --user installed paks. This causes Flatpak to think those --user installed apps are not installed because it's being ran as root. I know how to fix this and it will be resolved shortly. Thanks for bringing this to my attention! |
Seems like the fix was committed and released now! |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
README.md
documentDescribe the issue in detail
Demonstration video:
Screencast from 2024-03-04 10-36-51.webm
Steps to reproduce the issue
flatpak install --user org.gnome.gitgDevel
with GNOME Nightly versionResult: nothing happens in practice. Both warehouse and flatpak on the commandline confirm that the package has remained at the latest version.
Terminal output
There was no output in the terminal.
The text was updated successfully, but these errors were encountered: