Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUACAMOLE-1196: Update the display with the owner's screen size after first recevie server ext desktop message #1

Open
wants to merge 7 commits into
base: jira/1196
Choose a base branch
from

Conversation

x-7
Copy link

@x-7 x-7 commented Jun 18, 2024

according the rfb protocol :SetDesktopSize
Requests a change of desktop size. This message is an extension and may only be sent if the client has previously received an ExtendedDesktopSize rectangle

so the function should be called at the time that client receive the first ExtendedDesktopSize message

necouchman and others added 7 commits June 1, 2024 10:10
…o server.

    The current state of the libvncclient implementation of the SendExtDesktopSize
    function is broken and does not work reliably with VNC servers. In order
    to still support this functionality until an updated libvncclient version
    is release, I went ahead and implemented an internal version of that
    function.
@x-7
Copy link
Author

x-7 commented Jun 28, 2024

@necouchman

@necouchman necouchman force-pushed the jira/1196 branch 2 times, most recently from 3430a22 to a608928 Compare July 4, 2024 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants