Skip to content
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

flatpak support - Enhancement #172

Open
stavpup opened this issue Apr 17, 2018 · 4 comments
Open

flatpak support - Enhancement #172

stavpup opened this issue Apr 17, 2018 · 4 comments

Comments

@stavpup
Copy link

stavpup commented Apr 17, 2018

Flatpak is a software utility for software deployment, package management, and application virtualization for Linux desktop computers.

https://flatpak.org/

It provides a sandbox environment in which users can run applications in isolation from the rest of the system.

@NagyD
Copy link
Owner

NagyD commented Apr 22, 2018

Is this "Flatpak" similar to "Snap"?
A Princed user called "popey" posted a Snap package here: http://forum.princed.org/viewtopic.php?p=23242#p23242

@stavpup
Copy link
Author

stavpup commented Apr 22, 2018

@tinywrkb
Copy link

Here is another Flatpak packaging.

Notable differences from the other example:

  • No need for extra modules/libs, the runtime seems to have everything needed.
  • Use of /var/{config,data} folder that are bind-mount target for the appropriate XDG dirs.

Not tested and likely broken:

  • Auto-detection of gamepads. Probably will require bind mounting the udev database. Maybe could be avoided if SDL2 will support the Device Portal.
  • Saving/loading.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
@stavpup @NagyD @tinywrkb and others