Skip to main content


in reply to Tio

@Tio
For me flatpak is more like a bandage than anything else, sure it might be helpful in situations like these, but its never a complete long term solution. All of these problems you described happened because of dependency errors, I usually downgrade that dependency to make things work until the devs figure it out and release a new update that works.

Instead of changing the program to work on the user's machine, flatpak changes the user's machine to make the program work ! This is what flatpak does in a nutshell. it sure makes things easy for the devs, but I think an optimal solution here would be to have a better system for detecting dependency errors and maybe provide an easy method for users to downgrade packages if something goes wrong.

@Tio
in reply to Rokosun

usually downgrade that dependency to make things work until the devs figure it out and release a new update that works.


Sure I could have done that but that will probably result in other broken packages that depend on that one.