Consolatis
Consolatis
Slightly tested and it seems to work fine. LGTM. Now we just wait for labwc 0.9.3 to release and need to remember to squash the commits when merging.
Too bad that there isn't a widely available wayland variant of `dialog` / `Xdialog`. > * We have to translate the string I don't think this is really an issue,...
I wonder if this is related to one of the wlroots bugfixes like [5180](https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/5180). What wlroots version are you building with?
Are you building locally or using the AUR package? wlroots 0.19.2 was just released and might potentially fix the issue.
> This is because Smithay, the base component of cosmic-comp, doesn't strictly follow the protocol. > > The cursor position set by clients with `text_input_v3::set_cursor_rectangle` requests should be double-buffered and...
After a discussion via IRC this seems to be caused by broadcasting the `group` modifier of the virtual keyboard on the modifier release event overwriting the `group` modifier of the...
I don't think there is any issue in setting the correct layout. I think the issue is that it gets overwritten on the last modifier event from the virtual keyboard...
Another alternative if you run a wayland session is the [foot](https://codeberg.org/dnkl/foot) terminal emulator. Implementing custom clipboard backends within edit feels like the wrong approach to me as it would for...
As `own_window_type` changes the behavior, this is likely an issue with the xwayland implementation in labwc in combination with the X11 backend of conky. So this doesn't look like a...
Sounds like another reason to get rid of the manual `strcmp()` and `strcasecmp()` calls in the menu and config parsers and replace it with a wrapper (which then also returns...