Add xcb_icccm_wm_hints_t attributes#203
Add xcb_icccm_wm_hints_t attributes#203flacjacket merged 1 commit intoflacjacket:mainfrom RFCreate:hints_flags
Conversation
|
Finally found all attributes of the |
|
Thanks! |
|
@flacjacket what is the xcbcommon error? |
|
@RFCreate That looks like we are just trying to use the wrong python-xkbcommon version when packaging, there were some changes there that means we need to be careful with the version that we pick. I can look into that since it happens on master, and it ultimately doesn't fail in the CI build (since our docker container has a different xkbcommon that is compatible), so this change should be fine. |
|
I guess it's the same problem as for #211. I believe @jwijenbergh fixed the problem in his 0.18 branch but I cannot find the commit. I believe he fixed the xkbcommon version to a specific version, but I am not sure. |
|
Could this suggestion qtile/qtile#4946 work?
|
|
Fixed in #223 |
Add missing
xcb_icccm_wm_hints_t *hintspointer and the attributehints->flagsfrom the wlroots C source code to this repo.EDIT: This is incomplete, please read next comment.