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

PPSSPP Qt: please use linux XDG config folder for storing settings #4623

Closed
fastrizwaan opened this issue Nov 24, 2013 · 1 comment
Closed

Comments

@fastrizwaan
Copy link

http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
XDG Base Directory Specification requires $HOME/.config/ppsspp should be used

$XDG_CONFIG_HOME defines the base directory relative to which user specific configuration files should be stored. If $XDG_CONFIG_HOME is either not set or empty, a default equal to $HOME/.config should be used.

please use $HOME/.config/ppsspp for both Qt and SDL version.

or separately:
$HOME/.config/ppssppqt for Qt settings
$HOME/.config/ppsspp for ppsspp

thanks

thanks.

@xsacha
Copy link
Collaborator

xsacha commented Nov 24, 2013

OK. There's one problem when I change the directory though. Everyone will need to manually move their config over from where it was.

@xsacha xsacha closed this as completed in 132fe47 Nov 24, 2013
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

No branches or pull requests

2 participants