Slimbook-Team / slimbookbattery

Slimbook Battery 4
https://slimbook.es/en/tutoriales/aplicaciones-slimbook/398-slimbook-battery-3-application-for-optimize-battery-of-your-laptop
GNU General Public License v3.0
248 stars 18 forks source link

Consider using Flatpak to distribute your software. #117

Open stefanobartoletti opened 1 year ago

stefanobartoletti commented 1 year ago

I think it would be nice to have a Flatpak version of the software you release.

https://www.flatpak.org/

I'm currently using openSUSE and I see that officially only .deb packages are available, which prevents me from being able to easily install them on my system.

Flatpak is system agnostic and would allow you to serve all distributions with a single package, making it a sensible choice both for the developers and for the users :)

siddhpant commented 1 year ago

Ignore the deb, just clone the repo and run deploy.sh, which accounts for yum too (hopefully correctly). This is just some Python scripts. If you face pip error, try #114.