Results 110 comments of Andri Yngvason

Keyboard maps are used to look up a key on the keyboard that generates a particular symbol. If the chosen map contains the given symbol, things will mostly work, but...

Does this also happen with the latest released version?

I think that this error here: "Error sending request: Resource temporarily unavailable" should only happen if the receiver doesn't read fast enough. Oddly enough, libwayland doesn't check for `EAGAIN` when...

Patching libwayland like so should fix it: ``` diff --git a/src/connection.c b/src/connection.c index d0c7d9f..d2a8a8e 100644 --- a/src/connection.c +++ b/src/connection.c @@ -317,7 +317,7 @@ wl_connection_flush(struct wl_connection *connection) } while (len ==...

@vaxerski Any thoughts on this? Does Hyprland maybe block virtual inputs when the screen is locked?

I've seen no mention of plain text auth in rfc6143 or that it is required for conformance. Do you mean "VNC Authentication" (3des)? That's the only authentication method mentioned in...

But if you enable security type 30 via the `relax_encryption` config option? Does the macOS client work with that?

The "None" security type is what you get if authentication is disabled.

I pushed a fix for type 30 to neatvnc master, so it should at least work with bVNC now.

It looks like the "Screen Sharing App" might not like something that it sees. It might be interesting to look at this in wireshark. I don't have a mac and...