Skip to content

Commit

Permalink
#658 we must now enable the default protocol encoder on start (before…
Browse files Browse the repository at this point in the history
… the hello)

git-svn-id: https://xpra.org/svn/Xpra/trunk@7420 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Aug 23, 2014
1 parent 1e78081 commit 17b4fef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xpra/server/proxy_instance_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def run(self):
self.server_protocol.large_packets.append("keymap-changed")
self.server_protocol.large_packets.append("server-settings")
self.server_protocol.set_compression_level(self.session_options.get("compression_level", 0))
self.server_protocol.enable_default_encoder()

self.lost_windows = set()
self.encode_queue = Queue()
Expand Down

0 comments on commit 17b4fef

Please sign in to comment.