-
Notifications
You must be signed in to change notification settings - Fork 30
use xdg-config for MangoHud config #488
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
base: beta
Are you sure you want to change the base?
Conversation
🚧 Test build enqueued. |
🚧 Started test build. |
🚧 Test build failed. |
The manifest validation throws an https://docs.flathub.org/docs/for-app-authors/linter#finish-args-unnecessary-xdg-config-subdir-mode-access, but that's exactly what we want here. |
It's because the :ro in this case with xdg-config is really unnecessary, it works as expected with xdg-config/MangoHud, I didn't want to open another PR because you already reported the issue and opened a PR, try to fix it. |
Omitting |
🚧 Test build enqueued. |
🚧 Started test build. |
🚧 Test build failed. |
|
xdg-config provides an generic approach that allows users and distros to use a config dir other than ~/.config tested on Fedora 40/41/42 fixes flathub#429
🚧 Test build enqueued. |
🚧 Started test build. |
🚧 Test build failed. |
This won't build unless there is an exception added to https://github.com/flathub-infra/flatpak-builder-lint. A PR will probably be accepted pretty easily, seeing as the permission is already present, just differently and the need for it is justified. |
xdg-config provides an generic approach that allows users and distros to use a config dir other than ~/.config
tested on Fedora 40/41/42
fixes #429