anfragment / zen

Simple, free and efficient ad-blocker and privacy guard for Windows, macOS and Linux
https://zenprivacy.net
MIT License
2.25k stars 52 forks source link

Support Flatpak/snap/Appimage #20

Open dnet890 opened 10 months ago

dnet890 commented 10 months ago

Hi Nowadays flatpak/appimage/snap can cover multiple distributions without bound by packaging. Is it possible to support Flatpak/Appimage/Snap?

anfragment commented 10 months ago

Adding this to backlog.

hollisticated-horse commented 9 months ago

Found this on Hacker News today:

https://makealinux.app/#/

Ferenc- commented 8 months ago

In case anyone has an experience in packaging Linux applications and wants to give a hand - you'll be more than welcome.

I could help with Flatpak, but before I contribute an appstream metadata file. Are you @anfragment willing to update the release information, for every release? It's only a couple of lines of xml code not more.

anfragment commented 8 months ago

@Ferenc- thanks for your suggestion, but I believe that making the app work in Flatpak would require a more involved setup. The app relies on having access to the root filesystem and some CLI tools, which makes me think that I'll need to fiddle with the app manifest myself to ensure everything works as it should.