Summary: | kwin_wayland crashes under Wayland, unless KWIN_COMPOSE=Q is set in the environment | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | bluescreenavenger |
Component: | platform-wayland-nested | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | Keywords: | drkonqi |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
bluescreenavenger
2015-05-31 23:26:55 UTC
This specific issue should have been fixed with: commit f1f87c7a7d79175a5296b1f4acb976b653e8eb68 Author: Martin Gräßlin <mgraesslin@kde.org> Date: Mon Feb 23 13:17:46 2015 +0100 Guard access to Display in GLPlatform::getXServerVersion On wayland OpenGL might get initialized before we have a connection to the XServer and we might only have an xcb connection. So let's guard the access. |