Consolatis

Results 854 comments of Consolatis

The labwc master branch is not compatible with the wlroots master branch so something seems odd with your build-envrionment (or the `-git` variant does is not actually track the individual...

I see, so the fork you are using is based on #2956 then. I just tested that PR branch and added a log message within the `#if LAB_WLR_VERSION_AT_LEAST(0, 19, 1)`...

Note that #2968 might not compile at all or potentially crash due to changes in wlroots. I will fix it in a few hours. Also please be aware of the...

Just for reference, some earlier work in this area: - #1004 - #1002 You can already do something similar today with a small wrapper like [this](https://gitlab.freedesktop.org/wlroots/wlr-clients/-/merge_requests/6) (or one of the...

> Protocol approval should always be gated by application type, not by fragile and racy logic that determines an application was started by the autostart script. Well, to be fair...

> If you want only specific clients to get access to privileged interfaces, `WAYLAND_SOCKET` is the only way I know to do that. All other options require that you create...

I don't have the capacity currently to look into the actual issue right now but one thing stood out to me: > when you have a Wayland client running that...

Thanks for the detailed information, very interesting. Especially for someone who wrote a evdev -> network -> uinput framework as a toy project a while ago and thought about adding...

Completely untested: ```diff diff --git a/src/input/keyboard.c b/src/input/keyboard.c index ae92e73f..593f5872 100644 --- a/src/input/keyboard.c +++ b/src/input/keyboard.c @@ -779,6 +779,7 @@ set_layout(struct server *server, struct wlr_keyboard *kb) if (!wlr_keyboard_keymaps_match(kb->keymap, keymap)) { wlr_keyboard_set_keymap(kb, keymap);...

Thanks for the log. There is something weird going on, e.g. why do we send the keymap twice on startup (before `I start typing into the physical machine`): ``` [3704208.066]...