-
-
Notifications
You must be signed in to change notification settings - Fork 299
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
Add a flatpak package #315
Comments
To be honest, I have zero experience with Flatpak packaging. I'm not opposed to the idea though - although I personally don't use Flatpak, I can well understand its appeal. TBH I'm a bit intoxicated at the moment of this reply, so I am not able to make any commitments. There is one thing I would like to ask though: would you @sigmaSd like to be added as a collaborator? That would add a bit more resilience to this project (I'm perfectly okay if your reply is no, so please don't feel pressured). |
Thanks @cyqsimon that would be great, I currently can't allocate much time, but I can see myself helping with smaller things and I guess its not bad to have another pair of eyes for PRs issues etc. Also I'll give this issue a try, shouldn't be that hard (hopefully) Get Well soon! |
Unfortunately this doesn't seem feasible because the flatpak sandbox doesn't allow listening to the network privileges (the ones set with setcap) |
@imsnif can you please make @sigmaSd a collaborator? They've been contributing to this repo for far longer than I have been, and are more than qualified for this job. I would love to have more hands on deck. Thanks in advance. |
Done |
Thanks appreciated |
Flatpak package is possible , if the app is separated to a frontend and a privileged backed (this issue basically #76) the flatpak package would do:
there are some packages in flathub that use |
Sounds reasonable, but we probably should do this once I complete the rewrite (which is still WIP on my local machine). I will reopen this for the time being. |
I was not a recommender of flatpak, but recently I've been using fedora, and through gnome software I keep discovering really cool projects.
I think creating a fltapk have 2 major benefits:
with the other benefits of working on more distributions not worrying about older libraries etc
If this is desirable, https://github.com/flathub/com.helix_editor.Helix/blob/master/com.helix_editor.Helix.yml is a good starting place
The text was updated successfully, but these errors were encountered: