-
Notifications
You must be signed in to change notification settings - Fork 19
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
Doom64EX-Plus on Flatpak #286
Comments
Nice! Thanks for that. I'm not really a package maintainer myself, but if someone wants to do it as an actual hobby, then I'll support them as best I can to make their lives easier. |
Well, I could publish it. But I'm already maintaining other apps, and honestly I don't want too many things to manage.
Please, take a look at the manifest, the real build core. The relevant command is: make CFLAGS="-DDOOM_UNIX_INSTALL=\\\"/var/data/doom64ex-plus\\\" -DDOOM_UNIX_SYSTEM_DATADIR=\\\"/var/data/doom64ex-plus\\\"" It would be nice, in order to better manage a sanboxed app, to have separate folders, like: DOOM_CONFIG_DIRIt should point to user specific folder for mutable data (like configs, saved games etc). DOOM_GAME_DATA_PATHIt sould be a list of directories where the engine can look for immutable data:
For Flatpak it should be Using Flatpak, you can delivery immutable data in private folders (like
|
Thanks for this, I will make those changes |
I just created a Flatpak build for Doom64EX-Plus. Just for fun.
It works fine:
Maybe someone would take over this project and publish the app on Flathub. So it will be available for most Linux distro and possibly even for Steam Deck.
The text was updated successfully, but these errors were encountered: