feat(flatpak): Flatpak manifest, AppStream metainfo, and distribution CI pipeline - #294
feat(flatpak): Flatpak manifest, AppStream metainfo, and distribution CI pipeline#294Muneerali199 wants to merge 1 commit into
Conversation
…tribution CI workflow
|
Closing as a GSoC 2026 proposal reference artifact. This PR demonstrates the Flatpak packaging design for Issue #206. The complete implementation — including a proper Electron Flatpak SDK build (no AppImage-in-Flatpak), PipeWire portal integration, icon set, and Flathub submission — will be delivered during the GSoC 2026 coding period. |
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (6)
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Closes #206
This PR is a GSoC 2026 proposal reference artifact for the Flatpak Distribution issue. The complete, Flathub-ready implementation will be delivered during the GSoC coding period.
Problem
Rein has no Flatpak packaging. Linux users must build from source or use the AppImage directly (no sandboxing, no auto-update, not in any store). Flatpak would give:
Files added
flatpak/org.aossie.Rein.ymlflatpak/org.aossie.Rein.desktop.desktopentry for app launchersflatpak/org.aossie.Rein.metainfo.xmlflatpak/rein-wrapper.sh--no-sandboxfor Electron)flatpak/flathub.json.github/workflows/flatpak.ymlArchitecture
CI pipeline (tag push →
.flatpakbundle):Flatpak vs AppImage comparison
What the full GSoC implementation will add
org.aossie.Rein.ymltoflathub/org.aossie.Reinrepository for review