Timeline
12/01/18:
- 04:05 Ticket #2059 (host key dialog does not read "yes" or "no" correctly) closed by
- fixed: > I can also confirm that this patch fixes everything. Applied in …
- 04:03 Changeset in xpra [21176] by
- r21175 backport: workaround WSL bug with ssh connections
- 04:01 Changeset in xpra [21175] by
- #2059: workaround WSL bug
- 03:59 Ticket #2068 (running as normal user fails) closed by
- invalid: Just like your other ticket (#2067), this is a problem with the …
11/30/18:
- 19:20 Ticket #2068 (running as normal user fails) created by
- OS: Arch Linux CPU: amd64 Server command: {{{xpra start :10 …
- 19:07 Ticket #2067 (websockify cannot be found) closed by
- invalid: Please do not re-open this ticket and complain to your distributor …
- 19:00 Ticket #2067 (websockify cannot be found) reopened by
- Running xpra without root results in: […] And I've installed a …
- 18:47 Ticket #2067 (websockify cannot be found) closed by
- invalid: You have to install websockify.
- 18:45 Ticket #2067 (websockify cannot be found) created by
- OS: Arch Linux CPU: amd64 Changes to config: No Network: LAN/WiFi …
- 16:46 Changeset in xpra [21174] by
- #2030: compute the modifiers even when we're not setting the keymap
- 15:51 Changeset in xpra [21173] by
- it is possible for both 'remove' and 'add' to fail, when that happens …
- 15:45 Changeset in xpra [21172] by
- r21171 backport: fix error in keyboard debug logging
- 15:19 Changeset in xpra [21171] by
- fix debug logging error
- 11:54 Changeset in xpra [21170] by
- simplify
- 11:53 Changeset in xpra [21169] by
- return code 0 means we do want to cleanup and kill the vfb
- 11:38 Changeset in xpra [21168] by
- whitespace
- 11:38 Changeset in xpra [21167] by
- if the server doesn't support displays or window forwarding, don't …
- 10:22 Ticket #2034 (Cannot start evolution inside xpra) closed by
- invalid: Likely an evolution bug, I cannot reproduce here.
- 10:21 Ticket #2032 (The spawned X server stays alive when xpra killed before a display ...) closed by
- fixed
- 03:50 Changeset in xpra [21166] by
- whitespace cleanup
- 03:49 Changeset in xpra [21165] by
- fix pydev warnings
- 03:46 Changeset in xpra [21164] by
- fix pydev warnings
- 03:44 Changeset in xpra [21163] by
- match x11 init refactoring
- 03:44 Changeset in xpra [21162] by
- remove bitrotted code
- 03:40 Changeset in xpra [21161] by
- fix some pydev warnings
- 03:33 Changeset in xpra [21160] by
- fix pydev warnings
11/29/18:
- 17:32 Changeset in xpra [21159] by
- we may not have windows enabled, just don't log anything
- 17:25 Changeset in xpra [21158] by
- show returncode when logging command failure details
- 17:07 Changeset in xpra [21157] by
- use cimport for stdlib and string functions
- 16:49 Changeset in xpra [21156] by
- #1994: on win32 we can get an exception trying to run the opengl probe …
- 15:11 Changeset in xpra [21155] by
- fix running the server unit tests: we need the namedpipes package
- 14:51 Changeset in xpra [21154] by
- default win32 filesystem is case insensitive, so we can't use a …
- 13:39 Changeset in xpra [21153] by
- r21148 backport: always use uintptr_t for pointer values
- 13:38 Changeset in xpra [21152] by
- remove unused variables
- 13:37 Changeset in xpra [21151] by
- #2066: more instances of 'unsigned long' used where we want uintptr_t
- 13:29 Changeset in xpra [21150] by
- r21148 backport: fix potential memory leak
- 13:28 Ticket #2066 (csc yuv may leak buffers on win32) closed by
- fixed: Fixed in r21148. (was caused by debug logging line..)
- 13:27 Changeset in xpra [21149] by
- #2066: try harder to avoid double-free race conditions during cleanup, …
- 13:26 Changeset in xpra [21148] by
- #2066: can't cast uintptr_t to 'unsigned long'
- 13:17 Ticket #2066 (csc yuv may leak buffers on win32) created by
- The unit tests spew out: […]
- 12:29 Changeset in xpra [21147] by
- #1883 use paramiko, comtypes, netifaces and rencode from upstream packages
- 12:16 Changeset in xpra [21146] by
- display names can be confusing, quote them
- 09:21 Changeset in xpra [21145] by
- r21142 + r21144: disable codecs that may crash on win32 (x265 and vp9)
- 09:19 Ticket #1987 (codec failure in windows 32-bit unit tests) closed by
- fixed: * r21140 + r21141: make it easier to run the tests on win32 * r21142: …
- 09:17 Changeset in xpra [21144] by
- #1987 vp9 crashes on 32-bit windows when probing image sizes greater …
- 09:02 Changeset in xpra [21143] by
- some codecs require minimum sizes (ie: nvenc does), make sure we test …
- 09:01 Changeset in xpra [21142] by
- #1987 x265 crashes on 32-bit windows, just disable it by default on ms …
- 08:26 Changeset in xpra [21141] by
- don't run this test on win32, too many shell + paths problems
- 08:23 Changeset in xpra [21140] by
- #1987 make it easier to run the tests on win32
- 08:06 Ticket #1992 (html5 scroll paint error) closed by
- needinfo: Not seen again... Though it could explain #2053.
- 06:06 Changeset in xpra [21139] by
- ssh display property is not used for anything
11/28/18:
- 16:00 Changeset in xpra [21138] by
- r21121 backport: fix locked batch delay with mmap connections
- 15:59 Changeset in xpra [21137] by
- r21115 backport: reduce unwanted refresh rate reduction when there are …
- 15:38 Ticket #2019 (macos client, server-to-client clipboard no longer works) closed by
- fixed: This was caused by r18248 (GTK3 compatibility code) and only affects …
- 15:31 Changeset in xpra [21136] by
- #2019 (backport simpler version of r21135): fix setting clipboard …
- 15:22 Changeset in xpra [21135] by
- #2019: clipboard.set_with_data does not work with GTK2 on macos, so …
- 15:18 Changeset in xpra [21134] by
- if we have the value type, use it
- 09:51 Changeset in xpra [21133] by
- r21130 + r21131 + r21132 backport: better backwards compatiblity …
- 09:47 Changeset in xpra [21132] by
- fixup r21131: add the mapping, avoid infinite recursion
- 09:44 Changeset in xpra [21131] by
- same as r21130 but for tuple+int
- 09:33 Changeset in xpra [21130] by
- better backwards compatibility with older servers
- 07:29 Changeset in xpra [21129] by
- show each monitor's geometry in print_screen_info, not just the …
- 05:53 Changeset in xpra [21128] by
- cython 0.29.1, cryptography 2.4.1
- 05:52 Dependencies edited by
- (diff)
11/27/18:
- 15:12 Ticket #2029 (xpra shadow dying due to lack of bandwidth) closed by
- fixed: > Client hasn't dying by itself in some time now (noted somewhere …
- 13:13 Changeset in xpra [21127] by
- avoid subsampling with shadow servers unless we are already also …
- 13:12 Changeset in xpra [21126] by
- #2061: don't calculate subsampling loss every time, look it up
- 12:50 Changeset in xpra [21125] by
- remove unused arg
- 12:15 Changeset in xpra [21124] by
- don't bother counting bytes when mmap is enabled since we don't use …
- 12:11 Changeset in xpra [21123] by
- r21121 backport: don't lock batch delay with mmap enabled
- 12:10 Changeset in xpra [21122] by
- r21115 backport: reduce impact of other_is_fullscreen and …
- 12:07 Changeset in xpra [21121] by
- re-evaluate batch delay with mmap, don't wait for 100KB since there is …
- 11:40 Changeset in xpra [21120] by
- same as r21118 but for global stats
- 11:35 Changeset in xpra [21119] by
- fixup r21118
- 11:33 Changeset in xpra [21118] by
- #2061 / #1921: don't record factors with near zero weight
- 11:26 Changeset in xpra [21117] by
- #2061 / #1921: don't record factors with zero weight, use …
- 11:24 Changeset in xpra [21116] by
- whitespace cleanup
- 09:35 Changeset in xpra [21115] by
- #1921 reduce impact of other_is_fullscreen and other_is_maximized on …
- 08:55 Changeset in xpra [21114] by
- #2064: ensure we never have more than XPRA_X264_MAX_DELAYED_FRAMES …
- 08:54 Changeset in xpra [21113] by
- #2064: move get_cpu_count to os_util so we can re-use it
- 05:39 Ticket #2065 (UDP: invalidate reference frames) created by
-
See
x264_encoder_invalidate_reference
. We'll also need to enable … - 05:25 Ticket #2064 (x264 produces too many delayed frames) created by
- As per r19322, we don't need to enable b-frames to see delayed frames. …
- 05:16 Changeset in xpra [21112] by
- #2061: remove ugly info method, replace it with more details about the …
- 04:27 Changeset in xpra [21111] by
- unused import
11/26/18:
- 17:19 Changeset in xpra [21110] by
- #2061: video pipeline scoring improvements: * codec spec made more …
- 17:12 Ticket #2023 (let applications tell us about their content type) closed by
- fixed: I'll pass a note along. Closing.
- 16:16 Changeset in xpra [21109] by
- remove unused attribute
- 12:21 Changeset in xpra [21108] by
- #2061 simplify: divide later to get the value in seconds, use max() …
- 11:46 Changeset in xpra [21107] by
- fixup r21105: get_target_speed changes do not belong in this changeset..
- 11:44 Changeset in xpra [21106] by
- r21105 partial backport: don't overwrite the timeout timer if one is …
- 11:42 Changeset in xpra [21105] by
- #2061: start with a higher quality value, but allow fewer soft-expired …
- 11:25 Changeset in xpra [21104] by
- #2061: make vpx and x264 have the same size efficiency so x264 will …
- 09:50 Ticket #2062 (build_info.py varies across builds) closed by
- fixed: Thanks for the patch. I've merged it with some changes since we can't …
- 09:48 Changeset in xpra [21103] by
- #2062 support reproducible builds
- 09:25 Changeset in xpra [21102] by
- warn when trying to run a shadow server against a wayland display
- 09:22 Ticket #2063 (shadow capture is blank on Ubuntu 16.04) created by
- No errors or warnings, but the resulting capture is blank. r21099 …
- 09:15 Changeset in xpra [21101] by
- make script executable
- 09:00 Changeset in xpra [21100] by
- remove alpha before trying to save as png
- 08:54 Changeset in xpra [21099] by
- add shadow x11 capture test command
11/25/18:
- 23:51 Ticket #2062 (build_info.py varies across builds) created by
- While working on reproducible builds for openSUSE, I found that the …
- 17:29 Changeset in xpra [21098] by
- #2061: when min-speed is high, lower the batch delay tolerance so we …
- 16:49 Changeset in xpra [21097] by
- trim debug logging
- 15:42 Ticket #2061 (picture encoding heuristics tweaks) created by
- Based on log samples from #2029, #2022 and others: * maybe use x264 …
- 08:58 Changeset in xpra [21096] by
- better speed / quality heuristics for video encoding with csc step: …
- 07:37 Changeset in xpra [21095] by
- better debug logging: indentation, remove rendundant lines
11/24/18:
- 10:01 Ticket #1961 (easier start-command: expose applications) closed by
- fixed: Let's ignore the warning since we can't silence it: …
- 09:52 Changeset in xpra [21094] by
- r21093 backport: fix h264 paint
- 09:51 Ticket #2060 (html5 h264 broadway decoder picture dimension is rounded up) closed by
- fixed: Fixed in r21093.
- 09:51 Changeset in xpra [21093] by
- #2060: use the correct image dimensions for painting, not the ones …
- 09:32 Ticket #2060 (html5 h264 broadway decoder picture dimension is rounded up) created by
- Here's a log sample recorded for a 1520x920 window downscaled to …
11/23/18:
- 09:56 Changeset in xpra [21092] by
- #2041: do key auth first
- 09:44 Changeset in xpra [21091] by
- ensure we always set an active mode
- 08:14 Ticket #1991 (Shadow server to take full control of the host system) closed by
- invalid: What you are asking for is not possible with X11 and shadow servers.
- 06:57 Changeset in xpra [21090] by
- add latest fixes to the release notes
- 06:17 Changeset in xpra [21089] by
- r21070 minimal backport: clamp server start-time value so time doesn't …
- 06:14 Changeset in xpra [21088] by
- r21067 backport: fix race condition causing some of the connection …
- 06:09 Changeset in xpra [21087] by
- r21045 backport: fix nvenc errors with odd image heights
- 06:08 Changeset in xpra [21086] by
- r21035 backport: fix Qt applications: force them to use the X11 …
- 06:08 Changeset in xpra [21085] by
- r21029 backport: fix logging error in uncommon modifier key state …
- 06:07 Changeset in xpra [21084] by
- r21014 + r21002 (adapted) backport: shadow servers use polling so …
- 05:59 Changeset in xpra [21083] by
- r21012 + r21015 backport: fix waste of cpu cycles and prevent low …
- 05:57 Changeset in xpra [21082] by
- r20996 minimal backport: sanitization code must use the correct …
- 05:56 Changeset in xpra [21081] by
- r20974 backport: skip unnecessary video tests when mmap is enabled
- 05:55 Changeset in xpra [21080] by
- r20968 backport: fix leaking xvfb processes when displayfd times out
- 05:49 Changeset in xpra [21079] by
- if we got an exception when reading the displayfd, we could end up …
- 05:45 Changeset in xpra [21078] by
- r20964 backport: avoid printer errors during client connection cleanup
- 05:34 Changeset in xpra [21077] by
- add latest fix to the release notes
- 05:25 Ticket #2058 (pass dialog does not work when "confirm" is clicked.) closed by
- fixed: Well, that's embarrassing. Shows I never use the mouse unless I have …
- 05:25 Changeset in xpra [21076] by
- r21075 backport: fix password dialog buttons
- 05:19 Changeset in xpra [21075] by
- #2058: also print password to stdout when 'confirm' is clicked
11/22/18:
- 21:36 Ticket #2059 (host key dialog does not read "yes" or "no" correctly) created by
- This was an issue wherever I tested it. Adding a "wait" seems to fix …
- 21:29 Ticket #2058 (pass dialog does not work when "confirm" is clicked.) created by
- The _pass feature emits the password to stdout when the user activates …
- 18:10 Changeset in xpra [21074] by
- r21073 backport: update tests with non-monotonic time
- 18:09 Changeset in xpra [21073] by
- fixup r21070: update tests for non monotonic time values
- 17:42 Changeset in xpra [21072] by
- update release notes
- 17:07 Changeset in xpra [21071] by
- r21070 backport: prevent time values shown from going backwards
- 17:05 Ticket #2038 (xpra session started: -6 days (time)) closed by
- fixed: Thanks for reporting that, fixed in r21070. (this was caused by #1470)
- 17:05 Changeset in xpra [21070] by
- #2038: don't use monotonic time for values sent over the network, and …
- 12:27 Changeset in xpra [21069] by
- r21067 backport: fix race condition causing some of the connection …
- 12:12 Ticket #2057 (start command on last client exit) closed by
- fixed: Done in r21068.
- 12:12 Changeset in xpra [21068] by
- #2057: add start-on-last-client-exit and start-child-on-last-client-exit
- 12:12 Ticket #2057 (start command on last client exit) created by
- Useful for #1991 and others.
- 12:10 Changeset in xpra [21067] by
- make sure that we only ever call cleanup_source once per connection
- 09:24 Changeset in xpra [21066] by
- #2032: if we exit the function because of an exception (any …
- 09:23 Changeset in xpra [21065] by
- #2032 / #1943: because of the atexit bug, we have to ensure we run the …
- 08:56 Ticket #2005 (cython pointer arithmetic bug on mingw64) closed by
- upstream
- 06:08 Changeset in xpra [21064] by
- not needed, this was turned into an ImportError? (was added in r21063)
- 06:07 Changeset in xpra [21063] by
- try to distinguish backend errors from driver / library errors: with …
- 04:53 FAQ edited by
- (diff)
- 04:27 Ticket #2056 (large delta buffer for applications updating slowly) created by
- See ticket:2049#comment:4. The only way we can deal with those …
- 04:16 Ticket #2049 (vi in gnome-terminal suffers unnecessary whole-window redraw) closed by
- invalid: I can reproduce with vim running in gnome-terminal. This is not an …
11/21/18:
- 15:51 Ticket #1970 (pyopengl with python 3.7 on win32: constructFunction error) closed by
- fixed: Fixed upstream: https://github.com/mcfletch/pyopengl/issues/15. …
- 15:50 Changeset in xpra [21062] by
- install zeroconf for python3
- 15:49 Changeset in xpra [21061] by
- #1970: we can use the latest beta with python3, but accelerate is …
- 14:44 Ticket #2011 (After XPRA Client timed out, `xpra start` does not show a window) closed by
- needinfo
- 14:35 Ticket #2055 (compression dictionary) created by
- Some packet types will be sent thousands of times, it is quite likely …
- 12:38 Changeset in xpra [21060] by
- ensure frame_delay is never zero (fix ZeroDivisionError?)
- 11:45 Changeset in xpra [21059] by
- #1994: also change the default in the config object so 'xpra …
- 11:39 Ticket #2054 (context menu remains at outdated offset if window remains maximized ...) created by
- > what operating system is used on both the client and server, …
- 10:48 Ticket #2053 (web client does not update regions...) created by
- Hi, im using xpra web html 5 client with nvenc. Xpra does not update …
- 10:17 Ticket #2052 (downscaling server side - not just for video) created by
-
When the client is using a
desktop-scaling
value lower than 1.0, …
11/20/18:
- 17:18 Ticket #2044 (use video encoders more aggressively - but not nvenc) closed by
- fixed: r21057 does this but using the current fps value: encoders with a high …
- 17:13 Changeset in xpra [21058] by
- #2051 also record the encoder type
- 17:13 Changeset in xpra [21057] by
- #2044 if we have less than XPRA_MIN_FPS_COST frames per second …
- 16:55 Changeset in xpra [21056] by
- #2051: add ability to record video streams
- 14:42 Ticket #2051 (nvenc produces invalid stream) created by
-
Fairly easy to reproduce with
glxgears
. This could be caused by … - 12:42 Changeset in xpra [21055] by
- when we only have 2 contexts, make sure we can use them both and set …
- 12:35 Changeset in xpra [21054] by
- better 'damage' logging: make it easier to spot what is and what isn't …
- 12:31 Changeset in xpra [21053] by
- #2022: make it possible to configure the per-GPU context limit
- 12:27 Changeset in xpra [21052] by
- raise context limit when we have multiple devices to choose from, …
- 12:11 Ticket #2043 (distinguish real damage events from refresh requests) closed by
- fixed: See also #2049. Updates: * r21038: don't count auto-refresh and …
- 12:11 Changeset in xpra [21051] by
- rename method to prevent confusion with the more useful and public …
- 12:09 Changeset in xpra [21050] by
- #2043: only actual damage events set the new 'damage' flag, we only …
- 09:56 Changeset in xpra [21049] by
- minimal fix from r21047: don't merge all regions blindly
- 09:43 Changeset in xpra [21048] by
- #2049 rename variables to better reflect their purpose
- 09:32 Changeset in xpra [21047] by
- #2049: better region merging code: * always compare values obtained …
- 09:09 Changeset in xpra [21046] by
- r21045 backport: fix nvenc errors with odd image heights
- 09:08 Changeset in xpra [21045] by
- fix buffer upload errors "could not broadcast input array from shape …
- 08:35 Changeset in xpra [21044] by
- use pythonized names
- 08:35 Changeset in xpra [21043] by
- the target_buffer and target_stride never change: they're the cuda …
- 07:53 Changeset in xpra [21042] by
- make exception handler less costly: wrap the whole loop
- 07:49 Changeset in xpra [21041] by
- add yet more detailed error logging around buffer upload
- 07:38 Ticket #2050 (nvenc should expose csc modes as different encoders) created by
-
Currently we have a
XPRA_NVENC_YUV444_THRESHOLD=85
and we choose … - 07:32 Changeset in xpra [21040] by
- add more detailed error logging around buffer upload
- 05:34 Changeset in xpra [21039] by
- optimize intersection test
- 05:22 Changeset in xpra [21038] by
- #2043: don't count damage events with the polling or auto_refresh flags
- 05:21 Changeset in xpra [21037] by
- #2049: add debug logging for when we end up calling send_full_window_update
- 04:44 Changeset in xpra [21036] by
- r21035 backport: fix Qt applications: force them to use the X11 …
- 04:43 Changeset in xpra [21035] by
- make sure Qt applications don't end up trying to use the wayland backend
11/19/18:
- 23:43 Ticket #2049 (vi in gnome-terminal suffers unnecessary whole-window redraw) created by
- Vi has a "ruler" at the bottom of the window. This ruler shows, among …
- 14:22 Ticket #2048 (nvenc startup is slow - send replacement jpeg frame) created by
- Even with decent hardware and a single card, it can take ~200ms to …
- 14:06 Ticket #1937 (paramiko support for .ssh/config) closed by
- fixed: Done in r21034. (see also #2041)
- 14:05 Changeset in xpra [21034] by
- support loading ~/.ssh/config
- 07:39 Ticket #2047 (Keyboard input relates to server language, not clients) created by
- While debugging #2030, I noticed the following: Both server and …
- 07:37 Changeset in xpra [21033] by
- ffmpeg 4.1
- 07:35 Changeset in xpra [21032] by
- gtk+ 2.24.32
- 07:30 Changeset in xpra [21031] by
- libwebp 1.0.1
- 06:04 Changeset in xpra [21030] by
- r21029 backport: fix logging error in uncommon modifier key state …
- 06:03 Changeset in xpra [21029] by
- fix logging error in uncommon modifier key state change failure code path
- 05:57 Ticket #2008 (intellij pop-ups appear in the wrong place sometimes) closed by
- needinfo
- 04:28 Ticket #2046 (normalize speed and quality for all codecs) created by
- Not sure which one should be the baseline, or even if having a …
11/18/18:
- 19:14 Ticket #2028 (RHEL 7.6 updates Xorg abi) closed by
- fixed: yum update now working fine. Thanks!
- 10:42 Ticket #2045 (Latency Graph Loops) closed by
- wontfix: This can happen if for some reason we don't get any data through. The …
- 10:17 Ticket #2045 (Latency Graph Loops) created by
- See attachment. Video collected during …
- 06:19 Ticket #2044 (use video encoders more aggressively - but not nvenc) created by
- See ticket:2029#comment:13 : using video encoders saves lots of …
- 05:50 Changeset in xpra [21028] by
- #2029: doh, we use int percentages for speed limits (unlike quality)
- 05:47 Changeset in xpra [21027] by
- #2029: lower speed more aggressively when we have a ixel backlog
- 05:32 Changeset in xpra [21026] by
- #2029: try to avoid downscaling with shadow servers
- 05:13 Changeset in xpra [21025] by
- log details about what it is we're cleaning up
11/17/18:
- 09:10 Changeset in xpra [21024] by
- r21022 backport: fix error capturing screenshots on win32
- 09:08 Changeset in xpra [21023] by
- do cleanup the capture instance after use
- 09:08 Changeset in xpra [21022] by
- fix error capturing screenshots on win32 (used wrong method name)
- 09:00 Changeset in xpra [21021] by
- #2029 re-work speed and quality calculations: * make xpra info more …
11/16/18:
- 18:43 Changeset in xpra [21020] by
- make it less likely that we'll use a video encoder for 'text' content
- 17:45 Changeset in xpra [21019] by
- r21014 + r21002 (adapted) backport: shadow servers use polling so …
- 17:38 Changeset in xpra [21018] by
- r21010 (partial) backport: fix pixels backlog factor used by the …
- 17:34 Changeset in xpra [21017] by
- r21012 + r21015 backport: fix waste of cpu cycles and prevent low …
- 17:25 Changeset in xpra [21016] by
- cap the speed when we have high frame delays, use integers wherever …
- 16:06 Changeset in xpra [21015] by
- the quality boost for low damage area percentage must be relative, not …
- 15:55 Changeset in xpra [21014] by
- #2043: never record damage events for shadow servers
- 15:54 Ticket #2043 (distinguish real damage events from refresh requests) created by
-
At the moment, we only skip calls to
damage()
that are tagged as … - 15:39 Changeset in xpra [21013] by
- make XShm value consistent no matter where we get it from: return a boolean
- 15:34 Changeset in xpra [21012] by
- don't copy the list in the inner loop, once beforehand is enough - use …
- 15:21 Changeset in xpra [21011] by
- use integers wherever possible
- 15:19 Ticket #2042 (Failed to add PIDs to scope's control group: Permission denied) closed by
- invalid: > Could you please instruct me on how to install version 2.4.1 under …
- 15:03 Ticket #2042 (Failed to add PIDs to scope's control group: Permission denied) reopened by
- Could you please instruct me on how to install version 2.4.1 under …
- 14:41 Changeset in xpra [21010] by
- #2029: the pixel backlog factor is a fraction, usually lower than 1.0, …
- 14:22 Changeset in xpra [21009] by
- make it easier to parse log output
- 14:13 Changeset in xpra [21008] by
- always use ints for speed and quality target values
- 13:52 Ticket #1998 (xpra stop all does not stop all) reopened by
- In attachment/ticket/1998/trac_1998_new-instance.zip there is no …
- 08:09 Ticket #2042 (Failed to add PIDs to scope's control group: Permission denied) closed by
- invalid: Is this from an SSH session? This works fine from a regular terminal …
- 07:59 Ticket #2036 (Windows don't receive input after reconnecting until minimize/maximize ...) closed by
- invalid: The beta repository is a supplemental one, as per the [/wiki/Download …
- 07:44 Ticket #2042 (Failed to add PIDs to scope's control group: Permission denied) created by
- I am on the server side, an Ubuntu 18.04, with xpra version 2.1.3. …
- 04:25 Changeset in xpra [21007] by
- #1999: this is no longer needed - will eventually be removed
- 04:08 Changeset in xpra [21006] by
- new upstream release: 4.0.3
- 04:07 Changeset in xpra [21005] by
- fix bogus date in %changelog
- 03:18 Ticket #2039 (Dell "Second Mouse" keys not recognized) closed by
- wontfix: > .. of just when one of those keys is pressed. (that's the full …
- 02:58 Changeset in xpra [21004] by
- #2028: rebuild to force update
11/15/18:
- 21:10 Ticket #2041 (2hop ssh patch) created by
- This is a patch to automatically handle port forwarding: xpra …
- 17:29 Ticket #1999 (xterm regression: popup window does not get focus) closed by
- worksforme: I tried this yesterday for a significant period of time and I cannot …
- 16:16 Changeset in xpra [21003] by
- don't keep historical speed and quality info data since we never use …
- 15:33 Changeset in xpra [21002] by
- #2029 ignore framerate with shadow servers since we are usually using …
- 14:50 Ticket #1969 (honour client min window size) closed by
- fixed: Backport in r21001. Not doing the desktop server randr limitation or …
- 14:40 Changeset in xpra [21001] by
- r20996 minimal backport: sanitization code must use the correct …
- 14:13 Ticket #2040 (buildbot switch to docker) created by
- Based on #2028, we can have a base image with the main build …
- 06:30 Changeset in xpra [21000] by
- only centos6 needs python 2.6 patch
- 06:29 Changeset in xpra [20999] by
- latest version no longer requires fixing man page paths
11/14/18:
- 23:49 Ticket #2039 (Dell "Second Mouse" keys not recognized) created by
- I have a Dell Latitude E6430. The keys below the spacebar (not the …
- 22:46 Ticket #2038 (xpra session started: -6 days (time)) created by
- I was trying to replicate #2011 without clipboard; however I noticed …
- 21:20 Ticket #2037 (Choose optimal starting parameters for local/mmap connections) created by
- Version: 2.4.1-r20894-1 Local/mmap'd connections seem to "speed up" …
- 12:08 Changeset in xpra [20998] by
- simplify: just don't expose the float, so we don't have to filter them
- 12:04 Changeset in xpra [20997] by
- #1969: man page updates
- 12:03 Changeset in xpra [20996] by
- #1969: apply our size constraints to the 'size-hints' property so that …
- 11:31 Changeset in xpra [20995] by
- tweaks for r20984: make the delay configurable via env var, shorten it …
- 10:41 Changeset in xpra [20994] by
- #1969: assume unset decoration flag means the window IS decorated, …
- 10:32 Changeset in xpra [20993] by
- #1969: -1 means unset
- 08:20 Changeset in xpra [20992] by
- #1969: remove unused arg
- 08:01 Changeset in xpra [20991] by
- #1969: add tiny window to test platform min-size
- 08:00 Changeset in xpra [20990] by
- allow longer for 'xpra info' test step, systems under heavy load can …
- 07:45 Changeset in xpra [20989] by
- simplify
- 07:45 Changeset in xpra [20988] by
- don't show a warning if the server disconnects a 'request-client' …
- 07:37 Changeset in xpra [20987] by
- fixup r20986 derp moment
- 07:27 Changeset in xpra [20986] by
- we delete the temp files ourselves already, avoid tempfile close warning
11/13/18:
- 16:51 Ticket #1961 (easier start-command: expose applications) reopened by
- Some SVG icons must have text in them, because the win32 builds moan …
- 16:26 Changeset in xpra [20985] by
- force rebuild
- 15:19 Changeset in xpra [20984] by
- use notifications to tell the user why the connection failed / dropped
- 15:16 Ticket #2036 (Windows don't receive input after reconnecting until minimize/maximize ...) created by
- Debian Buster awesome 4.2-5 xpra 2.5-20181113r20979-1 Has been like …
- 14:00 Ticket #1994 (opengl can crash as we probe it) closed by
- fixed: r20983 removes most drivers from the blacklist, the probing should …
- 13:59 Changeset in xpra [20983] by
- #1994: remove drivers from the blacklist and let the probe validate them
- 13:50 Ticket #1988 (zip up large libraries in binary installers) closed by
- fixed: Trim numpy a little bit more: * r20981 for win32 * r20982 for macos …
- 13:44 Ticket #2035 (XPRA query) closed by
- invalid: > As of now we are using NX and XRDP like tool for our 1000+ servers. …
- 13:28 Changeset in xpra [20982] by
- #1988: trim numpy a little bit more
- 13:27 Ticket #2035 (XPRA query) created by
- Hi, I am new to this XPRA and want to know clear idea about this …
- 13:27 Changeset in xpra [20981] by
- #1988: trim numpy a little bit more
- 10:38 Ticket #2034 (Cannot start evolution inside xpra) created by
- Neither […] nor […] work. Directly starting evolution gives …
- 09:02 Ticket #2004 (libyuv for centos7) closed by
-
fixed: The libyuv package was missing the
libyuv.pc
pkgconfig file, … - 08:50 Changeset in xpra [20980] by
- #2004: we require the pkgconfig file for building against libyuv, so …
11/12/18:
- 17:11 Changeset in xpra [20979] by
- remove debug code: if we do find the bonjour mdns, don't tell the user …
- 17:02 Ticket #2033 (setuptools win32 breakage) closed by
- fixed: Workaround is to use pip to re-install setuptools, which fixes …
- 16:56 Ticket #2033 (setuptools win32 breakage) created by
- It's not a bug, it's a feature: …
- 13:24 Ticket #1986 (lz4 packaging fix for macos) closed by
- fixed: AFAICT, the import issue is fixed, see #1929
- 13:14 Ticket #2012 (xpra loses connection after switching to another virtual terminal) closed by
- duplicate: Not heard back, closing. Likely a duplicate of #1880
- 13:14 Ticket #2014 (How is Xpra authenticating with the Xorg server to send Xvfb rendered data?) closed by
- needinfo: Not heard back.
- 13:11 Ticket #1998 (xpra stop all does not stop all) closed by
- needinfo: > Maybe this could fail a bit faster? Or assume ':\d+'? See #2031 …
- 12:25 Changeset in xpra [20978] by
- #1985: websocket-client 0.54
- 12:23 Changeset in xpra [20977] by
- #1985: cryptography 2.4.1
- 12:21 Changeset in xpra [20976] by
- #1985: numpy 1.15.4
- 12:17 Changeset in xpra [20975] by
- r20974 backport: skip unnecessary video tests when mmap is enabled
- 12:16 Changeset in xpra [20974] by
- no need to do any video pipeline scoring when mmap is enabled
- 12:03 Changeset in xpra [20973] by
- detect import errors from gl check so we can give a more useful error …
- 11:59 Changeset in xpra [20972] by
- fix error in start command error logging
- 11:48 Changeset in xpra [20971] by
- #2022: the server should control the bandwidth detection flag, the …
- 11:46 Changeset in xpra [20970] by
- #2032: increase xvfb displayfd timeout for slow servers
- 11:44 Changeset in xpra [20969] by
- r20968 backport: fix leaking xvfb processes when displayfd times out
- 11:36 Changeset in xpra [20968] by
- #2032 make sure we kill the vfb if we give up waiting for the value …
11/06/18:
- 17:47 Ticket #1879 (Memory Leak in HTML5 Client) closed by
- fixed: (actually close the ticket)
- 17:46 Ticket #1816 (decode mpeg1 in html5 client) closed by
- fixed: Upped my server to r20967 - it's much better now. I can't find any …
- 14:09 Ticket #2031 (Call screens only using numbers) closed by
- fixed: Try r20967 or later. I'm really not keen on this sort of fuzzy …
- 14:08 Changeset in xpra [20967] by
- #2031: handle display numbers without the ':' prefix
- 08:50 Ticket #2032 (The spawned X server stays alive when xpra killed before a display ...) created by
- The reason is that the function killing the X server is added to the …
11/05/18:
- 20:26 Ticket #2031 (Call screens only using numbers) created by
- Is there some reasoning (except "legacy") that screens cannot be …
- 20:23 Ticket #2030 (xpra "Error: unknown modifier 'mod3'" @shadow) created by
- Windows 10 (17362.320) client to Ubuntu 16.04.5 LTS server During an …
- 20:16 Ticket #2029 (xpra shadow dying due to lack of bandwidth) created by
- Is it possible somehow to get statistics on how much bandwidth a `xpra …
- 17:09 Ticket #2004 (libyuv for centos7) reopened by
- The libyuv codec is missing from the latest centos7 beta packages.
- 15:05 Ticket #1961 (easier start-command: expose applications) closed by
- fixed: Packaging fix for win32 in r20966.
- 15:03 Changeset in xpra [20966] by
- #1961: we have to bundle the svg dlls to be able to handle svg icons …
- 13:11 Changeset in xpra [20965] by
- r20964 backport: avoid printer errors during client connection cleanup
- 13:09 Changeset in xpra [20964] by
- refactor the remove printer code so we can re-use it, deal with …
Note: See TracTimeline
for information about the timeline view.