And this isnt a bug because it has allready been stated that my issues isnt going to be fixed by them and to just forget about Xlib all together or fix it my self. Beside that I have several outstanding crital bug reports that are 3 years old and there not going to be fixed eather.
The question is now, how does the kde (or any other de based on qt) project will handle the situation with xcb. The current problem: The qpa implementation does not guarantee for example nativeResourceForWindow("display", window->windowHandle())) what is returned. In the QXcb* implementation there are currently two possibilities: return 0 or an xlib Display -> This depends on how you compile Qt. A de could implement their own QtGuilib, to assure the xlib implementation, but that would be ridicules.
Comment