-
Notifications
You must be signed in to change notification settings - Fork 1
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
Make Linux distribution #10
Comments
As @rdbende said, I hate snaps too. They are slow as heck. But for a start, we could add both Snaps and Flatpaks till we figure out proper packaging for DEBs and RPMs. I'll try researching today, busy with a lot of work yesterday. Also, where is the Gitpod Configuration? I needed that! |
Phew found it! |
Let's start with snaps for now. Then we will progress to flatpaks |
The latest builds for Linux have a |
You can probably do it with an env variable. Check the PyInstaller docs. |
This reply just proves my point. It is better to use an older Linux distro, like the last LTS version(Ubuntu 20.04 than 22.04) than change GLIBC versions since that can really damage your system. If I am not wrong, that is how I wrecked my previous Zorin install, but I installed two versions of Python. |
Ok, pretty much what they said is to use an old docker version and build with that. I would make that only happen on Linux though. They gave a repo as an example but again, only do this on Linux. MacOS bundles work just fine by giving an env var and honestly Windows works fine as they are. |
That's what I did. |
Yeah #13 is primed for review, so can we merge that? |
I tried making a snap package locally. It failed horribly plus I got a headache. Will try packaging again. Can anyone test the app in Fedora and Arch Linux? |
Phew! Thanks! |
I'm testing flatpaks so I'll tell results later. |
Packaging tkinter apps into Flatpak is really a breeze :) |
Would you teach that we may fish? |
FLATPAKS FREAKIN' WORK! I tested it with the latest build from #14. I know what to do. Edit: Oh wait, the requests aren't being sent through.. This is a test build, so could be an issue due to that. |
I'll work on it - mostly it is PyOWM that has got to be missing. |
Snaps or FlatPaks workflows need to be added
The text was updated successfully, but these errors were encountered: