[Bug 107521] XWayland misrendering when switching from gui applications from maximized to half screen

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Aug 9 16:09:15 UTC 2018


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

--- Comment #6 from vadym <vadym.shovkoplias at globallogic.com> ---
Issue bisected in Xserver:

726839459cb887a60361cb4779f9871c03f372b1 is the first bad commit
commit 726839459cb887a60361cb4779f9871c03f372b1
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Mar 28 16:11:18 2018 -0400

    autotools: Derive xkb configuration from xkbcomp.pc

    ... if available, falling back to the current heuristics otherwise. This
    _finally_ gets me to being able to run util/modular/release.sh without
    overriding $prefix.

    Signed-off-by: Adam Jackson <ajax at redhat.com>


Problem is that bindir variable is absent in /usr/share/pkgconfig/xkbcomp.pc.
And this case is handled incorrectly in configure file in the following line:

pkg-config --variable bindir xkbcomp || echo ${bindir}

Patch with fix is attached.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20180809/247dcef4/attachment.html>


More information about the intel-3d-bugs mailing list