Replies: 4 comments
-
Not really ... AppImageIs a big hack, maintained by someone that don't know how to deploy software on Linux. It's also too much work to maintain (all the depends for Friction will need to be built and maintained), so big no from me. FlatpakIn general I don't like Flatpak (concept or implementation), and it will create additional (sandbox) issues that's unrelated to the application. But I'm not a 100% against it, so maybe ...
Don't see the problem. The Friction package will not break your system (look at the content of the package). Use it or build it yourself ;) |
Beta Was this translation helpful? Give feedback.
-
.debs are perfect for me :) |
Beta Was this translation helpful? Give feedback.
-
Earlier this year, a Fade In Pro .deb install failed, left broken packages
and I couldn't install it anymore. I had to reinstall the system.
You're lucky debs have been working for you, but you can easily find many
reports on the internet of people with half-installed packages breaking
their systems. None of theses issues would ever happen to a flatpak because
they are contained, and allow you to easily install afresh without touching
anything else.
Not to mention they don't require root privileges to run.
Of course they are not perfect but, for most users, it's the most
hassle-free option, and, if you publish it on Flathub, it'll even show up
by default on their Flathub-enabled app stores like Gnome Software etc. in
many systems.
So I think it makes sense and the trade-offs are worth it, especially if
you want more users to try the app.
…On Tue, Sep 5, 2023, 09:51 dadoprom ***@***.***> wrote:
.debs are perfect for me :)
—
Reply to this email directly, view it on GitHub
<#70 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AENZDTTGNFD3DQKKPDSYNTLXY4N5FANCNFSM6AAAAAA4K5WWDM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
You can always just extract the content of the package and run it from whatever. Will probably do an flatpak at some point, but there are more important things to consider at the moment. Anyway, created an isssue #72, will close this :) |
Beta Was this translation helpful? Give feedback.
-
Hi!
Any plans to offer the app as a Flatpak, and even upload it to Flathub? It would make it easier for more people to try the app, especially since Flathub is seeing millions of downloads every month (https://flathub.org/statistics).
Or at least AppImage?
These contained, non-root formats at least give us some peace of mind knowing they won't intentionally or accidentally destroy our system. With .debs, there's always a fear it may fail to install and leave something half-installed that breaks the system. And then there's the need to maintain a new version for every OS release. With Flatpaks and AppImages, you get one app version for all OS versions.
Beta Was this translation helpful? Give feedback.
All reactions