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-288: Add support for multi-monitor connections on RDP. #1

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

corentin-soriano
Copy link
Owner

@corentin-soriano corentin-soriano commented Oct 20, 2024

What works:

  • Display each monitor in separate window.
  • Keyboard and mouse events.
  • Clipboard (bidirectionally).
  • Notify guacd of changes on window load or unload (automatic resize).
  • Display user consent button to switch all window on fullscreen when the main window fullscreen is enabled.
  • All monitors are on the size of the main window and ordered from left to right (left monitor is the primary).
  • Auto scaling on secondary monitors (scaling on mouse moves too).
  • Handle CTRL+ALT+SHIFT in secondary monitors (open the menu on the main window).
  • Close secondary monitor on client disconnect.
  • Admin can limit the usage of multi-monitors on each connection.

To improve:

  • Drag item from one window to another without having to release the click and resume on the other side.
  • Rendering all content of all monitors on each window (overflow: hidden; :) ).
  • Improve mouse move limit.

Add new monitor:
image
Multiple monitors opened:
image

@corentin-soriano corentin-soriano changed the title GUACAMOLE-288: Add support for multi-monitor connections. GUACAMOLE-288: Add support for multi-monitor connections on RDP. Nov 30, 2024
@corentin-soriano corentin-soriano marked this pull request as draft November 30, 2024 14:57
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.

1 participant