Either I am missing something, or you read XDG variables in the wrong place. `XDG_DATA_HOME`, `XDG_RUNTIME_DIR`, etc are environment variables. But you're trying to read them using `System.getProperty`.
Either I am missing something, or you read XDG variables in the wrong place.
XDG_DATA_HOME,XDG_RUNTIME_DIR, etc are environment variables. But you're trying to read them usingSystem.getProperty.