crondog
crondog
Sometimes when I open a terminal (st) sway crashes. This is while running Sway inside X if it makes any difference. ``` [log.c:150] Error: Signal 11. Printing backtrace [log.c:160] Backtrace:...
So after doing https://github.com/Cloudef/wlc/pull/141 I have noticed that the border color which is being drawn by sway is rendered incorrectly. Sway is sending the colors in rgba format for everything...
I have noticed that if you are moving the mouse while exiting sway cleanly a segfault occurs. This is due to input_event still triggering while wlc is terminating. ``` [commands.c:2793]...
So while working on touch, I came across some issues when running some weston client applications. I realise that there are missing features in wlc which could affect this but...