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

Only announce clipboard for plain text data #1840

Merged
merged 1 commit into from
Oct 1, 2024

Commits on Oct 1, 2024

  1. Only announce clipboard for plain text data

    FLTK has support for both image and plain text clipboard data, we don't.
    This means we only send plain text clipboard from the viewer to the
    server. Some applications can get confused when we announce that
    clipboard is available and later don't send anything. An example of such
    an application is QGIS, in the remote session it froze when an image was
    copied on the client side.
    
    This fix means we only call announceClipboard() when the clipboard
    contains plain text. That means TigerVNC is now more robust and doesn't
    trigger freezes in buggy applications.
    samhed committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8a80c90 View commit details
    Browse the repository at this point in the history