[Bug 36601] spice-client crashes in fluxbox

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Nov 13 03:00:40 PST 2012


https://bugs.freedesktop.org/show_bug.cgi?id=36601

--- Comment #3 from Alon Levy <alevy at redhat.com> ---
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);
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/spice-bugs/attachments/20121113/105e7466/attachment.html>


More information about the spice-bugs mailing list