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

Handle oversized clipboard for GUI protocol 1.8 #217

Merged
merged 2 commits into from
Oct 27, 2024

Commits on Oct 25, 2024

  1. Handle oversized clipboard for GUI protocol 1.8

    If vmside clipboard is over the maximum limit, sending one byte over
    maximum limit should trigger inter-vm clipboard rejection instead of
    truncation.
    
    If vmside clipboard is over 256KiB (X11 INCR), send a warning message
    
    fixes: QubesOS/qubes-issues#9296
    fixes: QubesOS/qubes-issues#5220
    alimirjamali committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    0eac410 View commit details
    Browse the repository at this point in the history
  2. Switching CI to R4.3

    Bumping CI protocol version to support GUI protocol 1.8
    alimirjamali committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    178df5e View commit details
    Browse the repository at this point in the history