Preston Carpenter
Preston Carpenter
Is there a list of what can be stabilized next and what the remaining issues are for those items?
wlr_box is a good candidate, I remember someone mentioning there were still some open issues on that. All I could find was #1094. I'll take a crack at this one....
gnome-terminal wouldn't cause it because, AFAIK, it's a wayland app now (just tested using `xeyes` on my local machine)
FYI The requirement for systemd is due to the use of logind to request resources for the compositor at startup time. I could have sworn wlc supports non-logind login using...
It looks like it comes from its dependency on journald logging via the `slog-journald` crate. That should be made optional using a feature flag / disabled automatically for non-linux builds.
I ran it by itself, the keys are definitely not being grabbed because e.g my terminal writes "Q" instead of quitting the application.
[Here's the log](https://github.com/Drakulix/fireplace/files/800086/out.txt), it doesn't show much so if there's a better way to enable debugging please tell me and I can update it. All I did was open a...
I tried running both the latest release and the release of the one I downloaded in binary form (v.3.1.0) and on both of them I got an error at runtime...
Here is the updated log, I fixed my build so it will run now. I was disabling all the features, because I don't have the static wlc dependencies in the...
> Just so you know, this is also documented here 😉 Yeah, that's where I found the option. I missed it the first time. I think I'm just too used...