On Thu, Aug 21, 2025 at 4:25 AM 冰红糖 <1256361...@qq.com.invalid> wrote:

> Hi all,
>
> I just subscribed to this mailing list and would like to resend my
> question regarding an RDP resize issue in Guacamole 1.5.5.
>
> **Environment:**
> - Guacamole server and client version: 1.5.5
> - Server deployment: Virtual machine, Kylin 10 OS
> - Remote target: Windows Server 2016 / 2019
>
> **Issue:**
> - On the server, `resize-method` is configured as `display-update`.
> - guacd.log outputs: "Resize method: display-update"
> - On the client side, `guac.sendSize(width, height);` is used.
> - Despite this, the resize is not functioning as expected.
>
>
A few questions:
* It sounds like you're writing your own custom client and not using the
default Guacamole one?
* Could you define what you mean by "the resize is not functioning as
expected?"
* What have you done to troubleshoot this? Have you done any debugging to
make sure that the resize command is being sent to guacd, is being
processed by guacd, is being sent on to the RDP server, etc.?

You're going to have to provide *MUCH* more detail in order for us to help
you at all - the information you've provided is way too minimal.


> Could anyone provide guidance on whether there are additional
> configurations or steps required to make RDP resize work in this setup?
>
>
Look at the code for the official Guacamole Client and follow the steps
that are taken in it in order to handle the resize.

Enable debug or trace in guacd and see if you see the resize sent through.

-Nick

Reply via email to