[go: nahoru, domu]

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

work in progress [FEATURE] add Linux AppImage #127

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jonaseberle
Copy link
Member

This is currently WIP.

todo:

  • QS expectes data dirs at <bin-dir>/data which does not follow AppDir specification
  • the directories we include are not writable anyways (inside the AppImage) - we can access anything else though

I guess we need to have a little "install" step to create directories in the user dir.

We need:

  • writable: log.txt, downloaded/, screenshots/, data/
  • readable: textures/, but it's complicated. It is probably best if we just "install" all textures to a writable user-dir, too and read them from there.

Logs should probably be in $XDG_STATE_HOME || $HOME/.local/state, the rest in $XDG_DATA_HOME || $HOME/.local/share
as per https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html.

@jonaseberle jonaseberle force-pushed the feat/add-linux-appimage branch 7 times, most recently from fb1766d to 4c54589 Compare March 13, 2022 21:36
This is not using correct paths yet. It still follows our "portable"
format. Maybe this is enough.

Th advantage is already that linuxdeploy is adding the proper libs.
@jonaseberle jonaseberle changed the title [FEATURE] add Linux AppImage work in progress [FEATURE] add Linux AppImage Apr 24, 2022
@jonaseberle jonaseberle marked this pull request as draft April 24, 2022 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant