<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - drirc adaptive sync, vrr, freesync blacklisting documentation"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=110137#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - drirc adaptive sync, vrr, freesync blacklisting documentation"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=110137">bug 110137</a>
              from <span class="vcard"><a class="email" href="mailto:nicholas.kazlauskas@amd.com" title="Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>"> <span class="fn">Nicholas Kazlauskas</span></a>
</span></b>
        <pre>AFAIK, the matching should just be done based on the executable name.

See: src/util/u_process.c

The process name likely differs for the content processes for the browser. You
might need both qutebrowser and QtWebEngineProcess blacklisted:


<application name="qutebrowser" executable="QtWebEngineProcess">
    <option name="adaptive_sync" value="false" />
</application>


<application name="qutebrowser" executable="qutebrowser">
    <option name="adaptive_sync" value="false" />
</application></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>