Draft
Conversation
- Add 'flatpak' target to Linux builds in electron-builder - Configure flatpak with freedesktop runtime 24.08 and electron2 base app - Add flatpak-builder to CI workflow - Include flatpak artifacts in GitHub releases Permissions configured for: - Network access (streaming) - Display (X11/Wayland) - Audio (pulseaudio) - GPU acceleration (DRI) - Controller input (--device=all) - Home directory (settings/logs) - Portal services for desktop integration
Update README and opennow-stable/README with: - Flatpak in Platform Support table - Flatpak file names in Download table - Flatpak in Features section
…nNOW into feat/flatpak merge
Add step to install required Flatpak runtimes: - org.freedesktop.Platform//24.08 - org.freedesktop.Sdk//24.08 - org.electronjs.Electron2.BaseApp//24.08
Add required Flatpak metadata files: - Desktop entry file (com.zortos.opennow.stable.desktop) - AppStream metainfo file (com.zortos.opennow.stable.metainfo.xml) - Include build/ directory in packaged files
Collaborator
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Add Flatpak packaging support for Linux distributions, providing users with a sandboxed, distribution-agnostic installation method.
Changes
package.json): Addflatpaktarget with full configuration.github/workflows/auto-build.yml):.flatpakartifacts in releasesPermissions
--share=network--socket=pulseaudio--device=dri--device=all--filesystem=homeTesting
Download Artifacts
Once CI passes, download from the workflow artifacts:
OpenNOW-v0.2.4-x86_64.flatpakOpenNOW-v0.2.4-arm64.flatpakRelated
https://www.reddit.com/r/linux_gaming/comments/1reb0yt/comment/o7l3six/