<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - spice-client crashes in fluxbox"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=36601#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - spice-client crashes in fluxbox"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=36601">bug 36601</a>
              from <span class="vcard"><a class="email" href="mailto:alevy@redhat.com" title="Alon Levy <alevy@redhat.com>"> <span class="fn">Alon Levy</span></a>
</span></b>
        <pre>I second that recommendation. If you want to try to fix this, this seems to be
the only place where we do a XSetInputFocus: (client/x11/red_window.cpp)

void RedWindow::activate()
{
    //todo: use _NET_ACTIVE_WINDOW
    XSetInputFocus(x_display, _win, RevertToParent, CurrentTime);
    /* kwin won't raise on focus */
    XRaiseWindow(x_display, _win);
}</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>