And ways around that
XDG user directories are cool. Dumping your trash in my home directory is not!
A fork called Tenacity now supports XDG directories.
Update: Fixed: https://github.com/audacity/audacity/pull/3088
Rust package manager.
There are the environment vars CARGO_HOME
and RUSTUP_HOME
, as a work-round.
~/.godot
is the default, but can be fixed in the software preferences.
Sticks it's custom dictionary/ies as a dotfile in home. EG: .hunspell_en_AU
.
Well this is weird. There's a .ych
, which seems to be the actual Electron launcher?, and then everything else is in .config/itch
, like game syou download and everything. WEIRD AS HELL.
Dev hates XDG. Defaults to ~/.mpv
, but if you move that to ~/.config/mpv
she'll be right. No support for ~/.local
or ~/.cache
Generally it works right, but thumbnails are in ~/.thumbnails
instead of XDG_CACHE_HOME/thumbnails
I have everything in ~/.config/quodlibet
, but that includes stuff that isn't config stuff like playlists.
They don't have an issue tracker, just a Google forum thing :/
Defaults to ~/.syncterm
, but can edit in config.
You can set an environment variable to load your config from wherever you want.
export VIMINIT=“:source ~/.config/vim/vimrc”
You can set an environment variable to load your config from wherever you want.
export WEECHAT_HOME=“~/.config/weechat”
Wine keeps it's profiles in ~/.wine
by default.
You can change this with an environment variable, say: export WINEPREFIX=~/.local/share/wine