Skip to content

Commit

Permalink
disable printer forwarding with osx shadow servers
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@12397 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Apr 16, 2016
1 parent 13ba9f4 commit 5221218
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/xpra/platform/darwin/shadow_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ def __init__(self):
def init(self, opts):
GTKShadowServerBase.init(self, opts)
self.keycodes = {}
#printing fails silently on OSX
self.printing = False

def get_keyboard_config(self, props):
return KeyboardConfig()
Expand Down

0 comments on commit 5221218

Please sign in to comment.