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

Make Flatpak use XDG_DATA_HOME and tell users to copy missing pk3s there #685

Merged
merged 2 commits into from
Aug 29, 2024

Conversation

zturtleman
Copy link
Member

Use XDG_DATA_HOME for Flatpak so that fs_homepath is accessible without special permissions/handling. This changes the home path for Flatpak from ~/.q3a/ to ~/.var/app/org.ioquake3.ioquake3/data/q3a/. (This is the recommended handling for Flatpak applications.)

In the missing baseq3 pk3 error for Flatpak, tell users to copy pk3 files to fs_homepath as fs_basepath is not user writable. (Displaying fs_basepath was introduced today in #634.)

Use XDG_DATA_HOME for Flatpak so that fs_homepath is accessible without
special permissions/handling. This changes the home path for Flatpak
from ~/.q3a/ to ~/.var/app/org.ioquake3.ioquake3/data/q3a/.
Tell users to copy pk3 files to fs_homepath as fs_basepath is not user
writable.
@zturtleman zturtleman merged commit a1fe522 into ioquake:main Aug 29, 2024
4 checks passed
@zturtleman zturtleman deleted the flatpak branch August 29, 2024 01:56
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