remove noop backend and noop output#6579
Conversation
|
Well we still need to keep the noop output, but we can replace it with a headless output. |
|
Pushed a v2 of the patch. I put 800x600 as the headless output size randomly, let me know if you'd like a different size. |
|
Hm for some reason the headless output now shows up in Also need to remove |
|
Is it something we don't want? |
|
Yeah, we don't want this internal implementation detail to be exposed to our users. Users will be confused if they see this output that isn't supposed to exist. |
|
I think this happens because the |
|
Hm maybe this is an issue with wlroots, where |
99b4d02 to
1533959
Compare
|
Code LGTM! Can you squash these commits together? Starting Sway with just the first one applied will segfault. |
wlroots removed the support for the noop backend. Instead we rely on the headless backend to provide the fallback output.
|
Done! I also added a bit of explaination in the commit message. |
Fix for swaywm/wlroots#3227