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

Add Clipboard support for RemoteDesktop via org.freedesktop.portal.Clipboard #852

Merged
merged 3 commits into from
Jul 6, 2023

Commits on Jun 29, 2023

  1. remote-desktop: Simplify state machine

    Remove some state that didn't help much keeping track of separately. We'll
    want to be able to prepare more in an arbitrary order before starting so
    just have a single state for not having started (`INIT`).
    maxhbooth committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    19418a3 View commit details
    Browse the repository at this point in the history
  2. Add Clipboard interface

    Add an interface to allow sessions to interact with the clipboard
    (in particular, the remote desktop session.)
    maxhbooth committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3731e2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f9d453 View commit details
    Browse the repository at this point in the history