Skip to content

Commit

Permalink
the osx clipboard does not support switching remote clipboards yet (see
Browse files Browse the repository at this point in the history
#1011), so we should not claim we support them all

git-svn-id: https://xpra.org/svn/Xpra/trunk@11015 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Oct 26, 2015
1 parent e36a851 commit c9f8240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xpra/platform/darwin/osx_clipboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ class OSXClipboardProtocolHelper(GDKClipboardProtocolHelper):

def __init__(self, *args, **kwargs):
init_pasteboard()
kwargs["clipboards.remote"] = ["CLIPBOARD"]
GDKClipboardProtocolHelper.__init__(self, *args, **kwargs)

def make_proxy(self, clipboard):
Expand Down

0 comments on commit c9f8240

Please sign in to comment.