xpra icon
Bug tracker and wiki

Timeline


and

12/01/11:

19:55 Changeset in xpra [323] by antoine
support forwarding notifications to the client via python + dbus rather …
13:17 Ticket #53 (Window not fully painted) created by pmarek
Similar to #35: * Debian x86_64, KDE4 * I have some window rules that …

11/30/11:

19:12 Ticket #52 (Trouble with Xpra and Java applications (Failed to retrieve atom name)) closed by totaam
duplicate: see #8
19:01 Ticket #52 (Trouble with Xpra and Java applications (Failed to retrieve atom name)) created by sergio
Hi, I am encountering problems with java applications that error out when …

11/29/11:

18:40 Ticket #51 (new window keyboard focus problem) created by totaam
This was originally recorded as [https://winswitch.org/trac/ticket/150
18:26 Changeset in xpra [322] by antoine
windows go away below the cursor all the time, so don't log this event as …
18:24 Ticket #23 (fast refresh (ie: fast scrolling) causes high cpu usage and no screen ...) closed by totaam
worksforme
18:23 Ticket #18 (error in logging when ^C the client) closed by totaam
fixed: r293 shuts down cleanly by catching the SIGINT signal and ensuring we …
18:18 Ticket #3 (xpra crashed while selecting text: The program 'xpra' received an X Window ...) closed by totaam
worksforme: There were some fixes in this area and I can no longer reproduce this bug …
17:29 Changeset in xpra [321] by antoine
make the svn browser look good
15:43 WikiStart edited by totaam
(diff)

11/28/11:

19:56 Changeset in xpra [320] by antoine
bump ebuild
18:42 Changeset in xpra [319] by antoine
py3k compat fixes: don't use "commands", brackets for print statements, …
16:30 Changeset in xpra [318] by antoine
fix warnings and add pydev annotations to ignore @UnresolvedImport?
16:28 Changeset in xpra [317] by antoine
missed version bump in py2exe build file
11:07 Changeset in xpra [316] by antoine
prepare for release: release notes and build files updates
10:57 Changeset in xpra [315] by antoine
was using wrong scale for mmap! 128K (now 128M) was way too small and …
09:46 Changeset in xpra [314] by antoine
add dev page with info on building/installing and move all icons to …
08:30 Ticket #50 (a trick for transferring keyboard modifiers to xpra server) created by Heroxbd
at present xpra client only transfers the output of "xmodmap -pke" to xpra …

11/27/11:

16:39 Ticket #48 (xpra thinks the window is not visible, so maximizing and other things ...) closed by totaam
fixed: fixed in r313 I would have preferred to find a fix client side since this …
16:37 Changeset in xpra [313] by antoine
when we configure a window and it was hidden, make sure we unhide …
16:06 Changeset in xpra [312] by antoine
move all wimpiggy.lowlevel imports in one place so we can add pydev's …
10:01 Changeset in xpra [311] by antoine
show only one copy of "about dialog": if it already exists just raise it …

11/26/11:

11:40 Ticket #43 (tray icon and menu icons are blank) closed by totaam
fixed: r310 fixes this: we only enable the "appindicator" crap on Ubuntu 11.10 …
11:39 Changeset in xpra [310] by antoine
#43: when it comes to system trays, Ubuntu is a disaster: detect the os …

11/25/11:

19:47 Ticket #49 (show version information in about dialog) created by totaam
Would be quite useful, could also show the remote (server) version too. …
19:06 Changeset in xpra [309] by antoine
use an improved dump_packet() to simplify send(packet) logging
19:03 Changeset in xpra [308] by antoine
if anything fails during mmap setup, just drop the feature, log an error …
17:54 Ticket #35 (Window does not properly refresh) closed by totaam
fixed: I am pretty sure the original issue can be closed now, as this is now a …
17:53 Ticket #48 (xpra thinks the window is not visible, so maximizing and other things ...) created by totaam
This bug was originally recorded as #35 and although the symptoms are …
17:29 Changeset in xpra [307] by antoine
small improvements: * removed unused var (_damage_sequence) * remove …
14:33 Changeset in xpra [306] by antoine
must close all "protocol"s before we can shutdown, not just self._protocol
11:27 Changeset in xpra [305] by antoine
try harder to flush the damage_packet_queue + better debug: log the damage …
10:58 Changeset in xpra [304] by antoine
add sizes to the warning message so we can better investigate
10:56 Changeset in xpra [303] by antoine
when we want to cancel_damage for a window, the damage processing may …
10:51 Changeset in xpra [302] by antoine
damage the window +after+ we ask the desktop manager to resize it
10:45 Changeset in xpra [301] by antoine
because of the threaded code we must take greater care when shutting down: …
10:42 Changeset in xpra [300] by antoine
if not dealing with an override-redirect window, then we can use …
09:35 Changeset in xpra [299] by antoine
move all wimpiggy.lowlevel imports in one place so we can add pydev's …

11/24/11:

19:00 Changeset in xpra [298] by antoine
use more shared memory so multiple big full-screen updates will fit
18:43 Ticket #46 (PULSE_ properties missing) closed by totaam
fixed: this should be fixed (by hiding the warning) in r297 Feel free to re-open …
18:42 Changeset in xpra [297] by antoine
dont log a full stacktrace when some of the root properties we would like …
17:18 Changeset in xpra [296] by antoine
prevent _cleanup_listening from erroring out, not sure why _listening_to …
17:14 Changeset in xpra [295] by antoine
if pixmap is None, we would cause an error here - oops!
17:02 Changeset in xpra [294] by antoine
safer and easier to get the window size using …
16:29 Changeset in xpra [293] by antoine
try harder to exit cleanly (ie: on Control-C) by: * registering a SIGINT …
14:29 Changeset in xpra [292] by antoine
make mmap enabled by default since it works so well and degrades properly …
09:43 Ticket #47 (keep hidden/minimized windows' pixels around so we don't need a roundtrip ...) created by pmarek
The latency for xpra windows is much higher than for local windows; so, …
07:35 Ticket #45 (avoid client error due to missing pulseaudio X11 props) closed by totaam
duplicate: dupe of #46
07:31 Ticket #46 (PULSE_ properties missing) created by pmarek
I got these errors/warnings on the server side: […] and similar lines …

11/23/11:

22:35 Ticket #45 (avoid client error due to missing pulseaudio X11 props) created by totaam
[…] and also for PULSE_COOKIE and PULSE_ID Also, should …
18:52 Changeset in xpra [291] by antoine
place the mmap file in ~/.xpra and delete it as soon as we have …
16:47 Changeset in xpra [290] by antoine
move method to a class method so we can call it when the encoding is …
16:46 Changeset in xpra [289] by antoine
better docstring
15:20 Changeset in xpra [288] by antoine
try not to starve the main loop by parsing/decompressing data in a …
12:52 Ticket #44 (right-click freezes window display) closed by totaam
fixed
11:19 Changeset in xpra [287] by antoine
crashes in our critical threads are disastrous! so avoid crashing and use …
11:04 Ticket #44 (right-click freezes window display) created by pmarek
I've got a xchat window; a right-click on a URL should popup a menu, but …[…]
10:53 Changeset in xpra [286] by antoine
version bump: 0.0.7.31
09:44 Changeset in xpra [285] by antoine
prioritize some small packets: "key-repeat" and "damage-sequence" are more …
09:15 Changeset in xpra [284] by antoine
threaded server: * add locking around _flush_one_packet_into_buffer since …
08:37 Changeset in xpra [283] by antoine
we need the new randr constant
08:19 Changeset in xpra [282] by antoine
acknowledge_changes ignores coordinate arguments, so don't bother passing …
08:17 Changeset in xpra [281] by antoine
make set_screen_size return bool to indicate success
08:14 Changeset in xpra [280] by antoine
don't bother sniffing past packet_size

11/21/11:

14:25 Ticket #9 (Couldn't kill "xpra attach" after emacs locked up) closed by totaam
worksforme: No updates, closing.
14:24 Ticket #6 (Emacs Issues: xpra locks up, screen stops re-drawing) closed by totaam
worksforme: No updates, closing.
13:47 Changeset in xpra [279] by antoine
fairer calculation of pixel storms: count the number of pixels and not …
13:14 Changeset in xpra [278] by antoine
direct user to the proper solution for all screen-size issues
09:27 Ticket #23 (fast refresh (ie: fast scrolling) causes high cpu usage and no screen ...) reopened by totaam

11/17/11:

17:36 Ticket #42 (suggestion: "xpra detach" command) closed by totaam
fixed: r277 adds "xpra detach" command - was trivial to add although it …
17:35 Changeset in xpra [277] by antoine
"xpra detach" command
16:15 Changeset in xpra [276] by antoine
add missing icon for encoding option

11/15/11:

16:45 Ticket #43 (tray icon and menu icons are blank) created by Norman Rasmussen
Using: Ubuntu 10.04 Lucid Even though it the logs show the icon_file is …
15:28 Ticket #42 (suggestion: "xpra detach" command) created by Norman Rasmussen
ref: http://code.google.com/p/partiwm/issues/detail?id=40 Reported by …
15:26 Ticket #41 (wishlist: Support multiple clients connected at the same time) created by Norman Rasmussen
aka: session shadowing? ref: …

11/14/11:

17:59 Changeset in xpra [275] by antoine
try to ensure that size-hints do not overflow C ints
03:51 Ticket #40 (Xpra errors running Handbrake) created by olmari
So, I try to run Handbrake (trunk version) with Xpra, but I get plenty …

11/11/11:

18:31 Changeset in xpra [274] by antoine
fix log message: log interval not method!
17:59 Changeset in xpra [273] by antoine
Support for mmap memory transfers of pixel data for local clients: client …

11/09/11:

13:27 Ticket #39 (corrupted double-linked list) closed by antoine
invalid: Moved to the winswitch bug tracker: [http://winswitch.org/trac/ticket/167
13:21 Ticket #39 (corrupted double-linked list) created by pmarek
Pressing "apply" when in the options window gave me this report. …

11/07/11:

17:53 Changeset in xpra [272] by antoine
cosmetic: we may lose a window before getting a "ServerSource?" setup, …
17:44 Changeset in xpra [271] by antoine
changeset r268 had been done wrong, this fixes it: we need to keep track …

11/06/11:

11:21 Ticket #38 (xpra 0.0.7.29 (and above) is not backwards compatible with 0.0.7.27 (and ...) closed by antoine
fixed: Good catch! r270 fixes this - please re-open if necessary
11:20 Changeset in xpra [270] by antoine
optimization code was wrongly sending the size header to older clients …
09:32 Changeset in xpra [269] by antoine
make code more readable: flatten code, etc
09:08 Changeset in xpra [268] by antoine
don't waste memory: get rid of damage_last_events for windows that …

11/05/11:

12:11 Ticket #38 (xpra 0.0.7.29 (and above) is not backwards compatible with 0.0.7.27 (and ...) created by aelmahmoudy
When I connect using xpra 0.0.7.29 (or later) to a machine that has xpra …

11/04/11:

16:08 Ticket #35 (Window does not properly refresh) reopened by ddoole
Unfortunately, I just hit a case where the screen is not refreshing …
08:40 Ticket #35 (Window does not properly refresh) closed by antoine
fixed

11/02/11:

03:07 Ticket #37 (Typo in xpra manpage) closed by antoine
fixed: Applied in r267, thanks!
03:07 Changeset in xpra [267] by antoine
typo

11/01/11:

20:36 Ticket #37 (Typo in xpra manpage) created by aelmahmoudy
Hello, There's a typo (overriden instead of overridden) in xpra …
08:17 Ticket #34 (holding down Ctrl + N sometimes produces ^N and sometimes n) closed by antoine
fixed: Should be fixed by r263: jitter compensation was too trigger-happy Please …
08:13 Changeset in xpra [266] by antoine
bump internal version (oops forgot again)
08:09 Changeset in xpra [265] by antoine
tag 0.0.7.30
08:05 Changeset in xpra [264] by antoine
when the last window goes away, we can safely clear the repeat timers
07:59 Changeset in xpra [263] by antoine
dont reset the jitter compensation repeat timer whenever we get a keypress …
05:53 Changeset in xpra [262] by antoine
fix for "AttributeError?: Values instance has no attribute 'jpegquality'": …
Note: See TracTimeline for information about the timeline view.