-
Notifications
You must be signed in to change notification settings - Fork 28
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
Package it as a Flatpak #6
Comments
@nilsoffermann I have never used Flatpak-distributed app before. But I will try to learn and package it at the weekend. |
Yes that'd be awesome! :D |
I was going to flatpak this up but I couldn't get this working without a flatpak on Fedora 32. So, maybe I'll save you some time with parts of flatpak manifest already built. believe the python pip dependency is complete, maybe you want to restrict on pip versions (the dependency generator doesn't support poetry).
https://github.com/flatpak/flatpak-builder-tools/tree/master/pip
|
Thanks, I'm trying to Flatpak, too. But it turns out that it has some disadvantage:
|
Which SDK and version are you referring to? |
@lightonflux I use the latest one. Here are what in my machine: ❯ flatpak list
Name Application ID Version Branch Installation
Foliate com.github.johnfactotum.Foliate 2.2.0 stable system
default org.freedesktop.Platform.GL.default 19.08 system
Intel org.freedesktop.Platform.VAAPI.Intel 19.08 system
openh264 org.freedesktop.Platform.openh264 2.0 system
Fractal org.gnome.Fractal 4.2.2 stable system
GNOME Application Platform version 3.36 org.gnome.Platform 3.36 system
GNOME Software Development Kit version 3.36 org.gnome.Sdk 3.36 system
Yaru Gtk Theme org.gtk.Gtk3theme.Yaru 3.22 system Now it is possible to build as Flatpak from the source folder. Please checkout flatpak-builder _build --force-clean vn.hoabinh.quan.CoBang.yaml to build. To test, run: flatpak-builder --run _build vn.hoabinh.quan.CoBang.yaml cobang I haven't published to FlatHub yet. |
The Flatpak build script is not working if I am running it in an separate, empty folder (when testing before app submission). That is why it is not published to FlatHub yet. |
Submitting app to FlatHub: flathub/flathub#1565 |
After so many effort, CoBang is already published to FlatHub: https://github.com/flathub/vn.hoabinh.quan.CoBang Release v0.4.0 is being built and should be available soon. |
I really like this project and that it's a native GTK app without a dependency on X. Sadly I'm not on Ubuntu and I understand that I'd be too big of a hassle to package it for all the relevant distros out there. So could you package it as a Flatpak besides a native Ubuntu package please? That way all the people on the many distros that support Flatpak out of the box could easily find it in their software centers. That would also make it work on Silverblue :D
The text was updated successfully, but these errors were encountered: