-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Found XDG-Music (uh no you didn't) #1240
Comments
Yep there's an issue in Tauon that it doesn't read the environment variable overrides for these. Ive committed a fix for this now. Tauon does already read the settings from |
user-dirs.dirs is in fact wrong. I'm fairly sure the user-dirs.dirs file is ancient and has never been updated/configured correctly.
However this is my environment export XDG_STATE_HOME=$HOME/.local/state |
This article mentions how those are set https://wiki.archlinux.org/title/XDG_user_directories, but yeah next release of Tauon it should read these from the environment variables as first priority. |
Yeah there is no xdg-user-dirs update service on my machine. Looks like the only bits of that installed are because of Steam dependencies. As a laugh xdg-user-dirs-update --force |
Sorry for the cheeky title but I was looking for a new player since I've never really been happy with the others I've used and I'd never seen this before. So I installed, added my music directory...and waited...and waited...and waited. It's been well over an hour and looking at the track count something is extremely wrong. So I killed it and started digging into what the hell is going on.
Running from a terminal it seems to be ignoring my Music directory and spits out XDG-Downloads and XDG-Music which are both wrong and are pointing to my whole home folder...which has over 20 years of DAW/Studio files on it.
So it's not only ignoring the user selected / defined Music folder but it's also got the XDG_DOWNLOAD_DIR and XDG_MUSIC_DIR environment variables wrong.
Build was 7.8.3-1
The text was updated successfully, but these errors were encountered: