<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - PULSE_COOKIE is not always used"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=75006#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - PULSE_COOKIE is not always used"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=75006">bug 75006</a>
              from <span class="vcard"><a class="email" href="mailto:carl@carlgeorge.us" title="Carl George <carl@carlgeorge.us>"> <span class="fn">Carl George</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>