-
Notifications
You must be signed in to change notification settings - Fork 41
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
"hidden" config in windows needs to be standardized #319
Comments
okay, thanks for the info, but.. it doesnt change the underlying issue of this issue. The config is non-standard. even for windows, pretty much nobody uses "The registry" any more. |
There is no Windows-specific code. It's the default location for PySide6. |
I agree that the current setup has some problems and should be improved. |
scanning through that doc, seems like all you need to do is change QSettings.Format from NativeFormat to QSettings.IniFormat |
I just downloaded, install, and ran the release for windows.
I mistakenly pointed it at a directory with many subdirectories and files. So it effectively hangs.
i killed it, tried to start it up.... but it hangs still. I think it preserved myu old request and is trying to reopen.
I want to just remove the config file and start fresh. but it doesnt seem to be using the linux standard location, OR the windows standard.
linux standard would be $HOME/.config/taggui or whatever.
not there.
windows standard would be %APPDATA%\local\taggui or worst case, %appdata%\roaming\taggui
but I dont see it there either.
????
The text was updated successfully, but these errors were encountered: