-
-
Notifications
You must be signed in to change notification settings - Fork 123
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
Distrobute Amulet as a flatpak #525
Comments
I made a very simple build script. It doesn't do proper build sandboxing but I did it mainly for .file/general clutter containment and sandboxing. Build at your own risk!!!
Ran with Also, Im not sure if the install script is broken, permissions, or my gpu but I do get an error when the 3d editor is opened.
|
This is sorely needed on systems where the bundled python interpreter is too new |
Having a flatpak would make this much easier to distribute to Linux. On top of automatic updates. It would be a no brainier to use. |
We are in the process of rebuilding Amulet in Qt (a different UI library) and I will implement this there. We have this which should be able to make these files |
Having a flatpak would also make it much easier to run on the Steam Deck. |
Any news on this? I have experience in Flatpak, so I can help you, if you want. |
I will say that I was unable to install this normally on the Steam Deck at all since it requires so many packages (gcc, all sorts of headers and -dev library packages, etc) to be installed that I eventually gave up even after disabling the read only filesystem and installing a bunch of stuff with pacman. |
The |
Sorry for being dense and needing things spelled out. I'm not used to dealing with multiple versions of Python. Is the current workaround to follow the steps in #525 (comment) ? If so, how does the python-build-tool fit into this? Or do you recommend downloading the latest development snapshot of your QT version? If so, which repo/branch is that? Thank you. |
Check out #1070 |
As noted in #1070, I did manage to make a Flatpak build of Amulet (see https://github.com/EvilSupahFly/Amulet-Flatpak), currently based on Amulet 0.10.36 |
Is your feature request related to a problem? Please describe.
its very annoying to install Amulet on linux without using the terminal and it taking a very long time to compile, with a flatpak you it will be very easy to install Amulet and you wont need to worry about what distro someone is using because flatpaks work on almost all populair distros see https://flatpak.org/setup/
Describe the solution you'd like
add an Amulet as an Flatpak
https://github.com/flathub/flathub/wiki/App-Submission
Describe alternatives you've considered
provide an .deb and or .rpm file which are both distro limited but better then nothing
The text was updated successfully, but these errors were encountered: