Kaiyang Wu
Kaiyang Wu
> If you've done translations for other projects, do you know how they handled these cases? > > Previously when i18n was added to Sonixd, I just used string literals...
Following up, this not only affects Japanese, found the similar problem with Chinese:  Different languages are mixed somehow in sort menus. Now I have Japanese sort menu in Tracks...
Yeah it seems to be something wrong when `$XDG_CONFIG_HOME` is empty. According to https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html , the value should default to `$HOME/.config` if not set.
> Hi @OriginCode , fix is merged. Please try again with the master branch Yeah it doesn't segfault now as it just cannot find the file lol. You might want...
@LukashonakV It still doesn't recognize `$XDG_CONFIG_HOME` when the variable is empty :( Also there seems to be some weird issue in the log (see the path in the error message,...
@LukashonakV It should look for `$HOME/.config` as fallback to `$XDG_HOME_CONFIG`.
> Hi @OriginCode , I fixed the issue when libcava expands user variables and constructs file path for opening. Please update waybar or libcava-0.10.3 and let me know about results....
> @OriginCode you should use `$XDG_CONFIG_HOME`. NOT `${XDG_CONFIG_HOME}` Both don't work on my end. :( `[error] Error loading config. Unable to open file '$XDG_CONFIG_HOME/cava/cava.conf', exiting...`
> This error means you have not configured xdg variable . `env | grep -i xdg` As I mentioned before, according to https://specifications.freedesktop.org/basedir-spec/latest/index.html#variables when the variable is not set, it...
> > > This error means you have not configured xdg variable . `env | grep -i xdg` > > > > > > As I mentioned before, according to...