Alexander Leitner

Results 8 issues of Alexander Leitner

**Is your feature request related to a problem?** With the transition from FreeRDP version 2.x to 3.x, we've encountered a bit of a roadblock. Several functions and cache-related header files...

waiting-feedback

**Is your feature request related to a problem?** I am using FreeRDP version 2.11.6, and I've encountered a limitation with time zone redirection. The problem involves setting the timezone in...

### Problem We identified an issue where users were facing a generic error when attempting to save Guacamole connection parameters that exceeded the maximum allowed length (4096 characters). The error...

* Cleaned up wording to be more concise and clear. Fixed typos or syntax issues. TODO: Missing Guacamole number as that hasn't been created yet

**Describe the bug** A crash occurs in a Linux environment when sending a key event for a key down press followed by a call to `browser->get_host(browser);` This issue is observed...

bug
help wanted
linux
osr

This PR implements the server-side protocol support for Web USB device redirection, complementing the [client-side PR](https://github.com/apache/guacamole-client/pull/1103). This provides the infrastructure for Guacamole protocol plugins (RDP, VNC, etc.) to handle USB...

Add inline clipboard display to keystroke log Merge clipboard events chronologically with key events in the recording player's keystroke log. Clipboard content displays inline as `[Clipboard: content]` at the timestamp...

This PR adds Web USB API integration to the Guacamole client, enabling users to redirect local USB devices from their browser to remote desktop sessions through the Guacamole protocol. This...