Custom Query (2683 matches)
Results (115 - 117 of 2683)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#155 | fixed | fairer batching calculations: penalize the guilty windows | ||
Description |
Following #153 and r982, the calculations are now a lot fairer and the changes are smoother. But, we should take into account which window is causing most of the damage pixels (and even number of bytes) that clog up the system and penalize this window more than those with fewer or smaller updates. |
|||
#156 | fixed | large clipboard packets cause the connection to drop | ||
Description |
I cut-n-paste a page of html from firefox running locally to evolution running over xpra, it consistently crashes the xpra client: Attached (press Control-C to detach) Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 530, in __bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 483, in run self.__target(*self.__args, **self.__kwargs) File "/home/martin/stuff/xpra/Xpra/trunk/src/install/lib/python/xpra/proxy.py", line 25, in _to_client_loop self._copy_loop("<-server", self._server_conn, self._client_conn) File "/home/martin/stuff/xpra/Xpra/trunk/src/install/lib/python/xpra/proxy.py", line 35, in _copy_loop buf = from_conn.read(4096) File "/home/martin/stuff/xpra/Xpra/trunk/src/install/lib/python/xpra/protocol.py", line 68, in read return self._s.recv(n) error: [Errno 104] Connection reset by peer Exception in thread Thread-2: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 530, in __bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 483, in run self.__target(*self.__args, **self.__kwargs) File "/home/martin/stuff/xpra/Xpra/trunk/src/install/lib/python/xpra/proxy.py", line 29, in _to_server_loop self._copy_loop("->server", self._client_conn, self._server_conn) File "/home/martin/stuff/xpra/Xpra/trunk/src/install/lib/python/xpra/proxy.py", line 42, in _copy_loop buf = buf[to_conn.write(buf):] File "/home/martin/stuff/xpra/Xpra/trunk/src/install/lib/python/xpra/protocol.py", line 71, in write return self._s.send(buf) error: [Errno 32] Broken pipe Connection lost On the server log it says: connection lost: read buffer too big: 40960 (maximum is 32768), dropping this connection! Connection lost xpra client disconnected. I am running r990 both ends. |
|||
#157 | fixed | --no-tray Option Does Not Work | ||
Description |
Using 0.3.2 from Funtoo's Portage tree, the option does nothing. |
Note: See TracQuery
for help on using queries.