https://bugs.freedesktop.org/show_bug.cgi?id=75006
--- Comment #2 from Carl George <[email protected]> --- I already have, in two ways. $ head -3 /etc/profile.d/custom.sh export XDG_CONFIG_HOME="${HOME}/.xdg/config" export XDG_DATA_HOME="${HOME}/.xdg/data" export XDG_CACHE_HOME="${HOME}/.xdg/cache" $ cat .pam_environment XDG_CACHE_HOME DEFAULT=/home/carl/.xdg/cache XDG_CONFIG_HOME DEFAULT=/home/carl/.xdg/config XDG_DATA_HOME DEFAULT=/home/carl/.xdg/data That what is making this frustrating, because this pulse cookie is the only thing on my system that is in ~/.config. I keep deleting the directory, but it keeps getting recreated. Every other program either respects XDG_CONFIG_HOME, or has its own ~/.appname directory (such as .ssh, .java, etc). libpulse needs to either properly respect XDG_CONFIG_HOME, or respect its own PULSE_COOKIE variable. -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug.
_______________________________________________ pulseaudio-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs
