Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: c64951515b32
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6ad1271a4c28
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 22, 2019

  1. xrdp: fix clipboard for non-ASCII characters

    Without this line, attempting to copy and paste non-ASCII characters
    will result in error messages like the following (and pasting from the
    server to the client will not work):
    
    ```
    CLIPBOARD  clipboard_send_data_response_for_text: 823 : ERROR: clipboard_send_data_response_for_text: bad string
    ```
    telotortium committed Jan 22, 2019
    Copy the full SHA
    8844f09 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #54113 from telotortium/xrdp-clipboard-fix

    xrdp: fix clipboard for non-ASCII characters
    Mic92 committed Jan 22, 2019
    Copy the full SHA
    6ad1271 View commit details
    Browse the repository at this point in the history