Skip to content
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

[Feature] add Flatpak support #71

Closed
Red-Eyed opened this issue Aug 5, 2020 · 6 comments
Closed

[Feature] add Flatpak support #71

Red-Eyed opened this issue Aug 5, 2020 · 6 comments

Comments

@Red-Eyed
Copy link
Contributor

Red-Eyed commented Aug 5, 2020

As far as we know that not all linux distribution uses snap by default.
I think that adding flatpak package would be a nice addition for the RHEL/Fedora/Silverblue/CentOS users and others (clear linux, POP OS, and other who relise on flatpak as default)

I have a bit of experience with flatpak, so can try to look in that direction.

@AdnanHodzic if you consider flatpak support, than you can assign this issue to me.

@AdnanHodzic
Copy link
Owner

AdnanHodzic commented Aug 6, 2020

Sure, feel to to start working on it. The more ways users have to install the app the better.

Although if a user has snapd, snap should also work on RHEL/CentOS/Fedora and etc ...

@jdferron
Copy link

jdferron commented Aug 7, 2020

Agreed, Linux Mint as of LM20 does not support snap packages. Flatpak support would be awesome!

@Red-Eyed
Copy link
Contributor Author

Red-Eyed commented Aug 7, 2020

@jdferron Linux mint does support it, it's just Ubuntu/Debian with whistles.
Just don't confuse, you probably wanted to say that snapd is not preinstalled by default :)

@ghost
Copy link

ghost commented Sep 2, 2020

@Red-Eyed It is not just not pre-installed by default, though. snapd is actively blocked from being installed without running a command first. (Check here: https://linuxmint-user-guide.readthedocs.io/en/latest/snap.html)

I would also like to say that I think Linux Mint is a great distro and I believe it is a valuable contributor to the Linux community. Therefore, I think it isn't fair to say that they are just Ubuntu/Debian with whistles. It's just my opinion, though.

@mmstick
Copy link

mmstick commented Sep 2, 2020

This kind of software cannot work as a Flatpak. Flatpak is designed for desktop applications, rather than system services, and applications run by it are executed in a separate namespace with limited access to the host. You can't do anything that requires root, without having a DBus system service installed and running on the host that can do what's needed.

@AdnanHodzic
Copy link
Owner

Thanks for your confirmation @mmstick as this was my suspicion from the very beginning from my (limited) knowledge on how Flatpak works.

Since this is a "wont fix", I'm closing the issue. If someone has anything else to add, or would like to have further discussions please feel free to re-open it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants