<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Pulseaudio not recognize active session correctly under some circumstance"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=76672#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Pulseaudio not recognize active session correctly under some circumstance"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=76672">bug 76672</a>
              from <span class="vcard"><a class="email" href="mailto:rdieter@math.unl.edu" title="Rex Dieter <rdieter@math.unl.edu>"> <span class="fn">Rex Dieter</span></a>
</span></b>
        <pre>This will tell, do:

loginctl list-sessions


and from that output, pick yours to get more detail, using
loginctl show-session


for example, on my box:

$ loginctl list-sessions
   SESSION        UID USER             SEAT            
         3       1000 rdieter1         seat0

$ loginctl show-session 3
Id=3
Timestamp=Tue 2014-04-08 05:43:25 CDT
TimestampMonotonic=120200722
VTNr=2
Display=:0
Remote=no
Service=kdm
Scope=session-3.scope
Leader=1326
Audit=3
Type=x11
Class=user
Active=yes
State=active
IdleHint=no
IdleSinceHint=0
IdleSinceHintMonotonic=0
Name=rdieter1

See the "Active=yes" in there?  I believe that is what is required.</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>