-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[ENG-1782, ENG-1781, ENG-1780] Add support for flatpak builds #2657
base: main
Are you sure you want to change the base?
Conversation
@greendoescode is attempting to deploy a commit to the Spacedrive Team on Vercel. A member of the Team first needs to authorize it. |
Current known issues: |
Sorry for the bland commit history, I do normally use conventional commits lol |
I've been holding out creating the draft PR until I had a working github workflow, which I do indeed have now. |
Just found another issue, with spacedrop.
Not quite sure why, if someone could lmk so I could diagnose, I'd appreciate it. |
OKAY so, it seems to be a general issue with spacedrive on linux, or fedora. |
I was also wondering about getting a pr setup on Flathub? |
Hey @greendoescode sorry for the delay in reviewing this. I was busy with some other tasks, but I will take a look at this PR until the end of this week. About submitting this to flatpak, I think they prefer that you compile the app with flatpak-builder for it to be approved upstream. If I am not mistaken they only accept .deb repackaging if the app is proprietary. Also, personnaly, I would prefer to only publish the app officialy on flatpak after we released the beta (which requires some stability and performance improvements and a couple of features before we release it) |
For sure, makes complete sense. Also, they do accept it if it's open source, another user in the discord server proved this when they submitted their PR to flathub and it got accepted. |
Hey @greendoescode thank you very for much for the valuable contribution, i just realized this has been accidently marked as ready for review, is it ready though? |
It is not, still a draft :) |
When we are going to see flatpak sir ? |
I was waiting for 0.5.0 to be near completion to restart, lots of features that will test flatpaks sandbox abilities are available in the new release so I'll have to look |
I am also waiting to test out a flatpak! |
heads up @greendoescode, we did a mega-merge of WIP 0.5.0 features into (edit: I would be tempted to just do it and push to your fork but I'm not a fan of touching others' WIP code) |
Adds flatpak support, with flatpak github workflow.
Still in draft, due to gstreamer plugins not properly being built.
Addresses #1542, but does not fully close.