Timeline
06/14/19:
- 18:11 Changeset in xpra [22960] by
- #2316 allow sub-second peek timeout values
- 17:54 Changeset in xpra [22959] by
- log more details about the failing requests
- 17:27 Changeset in xpra [22958] by
- better compatibility with IE11
- 17:19 Ticket #2326 (capslock not detected) closed by
- fixed: Tested OK on all supported browsers, including old versions of Safari, …
- 17:18 Changeset in xpra [22957] by
- don't close the connection when handler.finish() is called, we will …
- 15:21 Changeset in xpra [22956] by
- doh: cut&paste gone wrong
- 15:20 Changeset in xpra [22955] by
- make sure we switch to 'stopped' state when closing the audio, don't …
- 15:19 Changeset in xpra [22954] by
- more helpful tooltip message
- 15:18 Changeset in xpra [22953] by
- convert early to make debug logging more readable
- 15:14 Changeset in xpra [22952] by
- shortcut
- 14:42 Changeset in xpra [22951] by
- this.audio is now null by default and is added to the document when …
- 14:40 Changeset in xpra [22950] by
- always record the codec we're using so we can safely call send_eos() …
- 14:38 Changeset in xpra [22949] by
- add some debug logging
- 14:37 Changeset in xpra [22948] by
- validate request before entering try-finally block so we don't end up …
- 13:45 Changeset in xpra [22947] by
- r22946 backport: correctly generate the audio.mp3 url
- 13:44 Changeset in xpra [22946] by
- when hitting the client page as index.html, we need to trim the url to …
- 13:03 Changeset in xpra [22945] by
- r22944 backport: fix path to audio mp3 script for IE
- 13:02 Changeset in xpra [22944] by
- avoid double-slash in URL (which would cause the server to fail to …
- 12:24 Ticket #2332 (fedora 30 mate spin server sigint kills the VM's X11) closed by
- invalid: I can start N number of xpra sessions, only stopping the first one …
- 11:02 Ticket #2332 (fedora 30 mate spin server sigint kills the VM's X11) created by
- Discovered during testing for #2298. Simply start an xpra server in a …
06/13/19:
- 18:48 Changeset in xpra [22943] by
- #2329: refactor code so we can ignore md5 failures and just fail …
- 18:33 Changeset in xpra [22942] by
- r22941 backport: fix build options and path compatibility with RedHat? …
- 18:31 Ticket #2331 (/usr/libexec on RedHat systems) closed by
- fixed: Thanks, applied in r22941 (will backport) with one change: we also …
- 18:29 Changeset in xpra [22941] by
- #2331: fix detection for RedHat? OS and apply the same tweaks as CentOS
- 18:24 Changeset in xpra [22940] by
- r22936 backport: try all possible hash algorithms, not just md5
- 18:24 Changeset in xpra [22939] by
- r22935 backport: update unit test to use sha1 if md5 is not available
- 18:23 Changeset in xpra [22938] by
- r22934 backport: avoid errors if md5 pixel checksum is used on a FIPS …
- 18:20 Changeset in xpra [22937] by
- r22933 backport: switch to sha1 if md5 is not available for generating …
- 18:14 Ticket #2331 (/usr/libexec on RedHat systems) created by
- Fedora, CentOS, and Red Hat systems are very nearly identical. The …
- 17:22 Ticket #2330 (64-bit windows builds ship broken pyopengl libraries) created by
- 17:00 Changeset in xpra [22936] by
- #2329 try all possible hash algorithms, warn if we can't use one
- 17:00 Changeset in xpra [22935] by
- #2329 use sha1 if md5 is not available
- 16:58 Changeset in xpra [22934] by
- #2329 use sha1 by default, support both sha1 and md5 in client
- 16:57 Changeset in xpra [22933] by
- #2329 switch to sha1 if md5 is not available
- 15:41 Ticket #2329 (md5 on FIPS-enabled Linux systems) created by
- On FIPS-enabled Linux systems, Python's hashlib.md5() function is …
- 15:08 Changeset in xpra [22932] by
- fixup r22744: vpx encoder was missing the new 'is_ready' method
- 14:00 Changeset in xpra [22931] by
- r22928 backport: close the gdk display after we've done all the x11 …
- 13:57 Ticket #2328 (ubuntu 16.04 python3 shadow server segfault on exit) closed by
-
fixed: The crash is triggered by
close_gtk_display
. Skipping this … - 13:55 Changeset in xpra [22930] by
- #2328 oops: safe for versions newer than 16.04 only
- 13:49 Changeset in xpra [22929] by
- #2328 don't close the display with Ubuntu 16.04 python3 shadow servers
- 13:42 Changeset in xpra [22928] by
- do the GTKServerBase cleanup after clean_keyboard_state so we can …
- 13:11 Changeset in xpra [22927] by
- make sure this variable is always initialized so we can call the …
- 13:00 Ticket #2328 (ubuntu 16.04 python3 shadow server segfault on exit) created by
- Discovered whilst testing for #2296. Only seems to affect Ubuntu …
- 12:33 Changeset in xpra [22926] by
- cannot mutate dictionary whilst iterating over it
- 12:19 Changeset in xpra [22925] by
- paramiko 2.5
- 03:11 Changeset in xpra [22924] by
- r22923 backport: fix typos
- 03:10 Ticket #2327 (Spelling mistakes) closed by
- fixed: Thanks, applied in r22923.
- 03:10 Changeset in xpra [22923] by
- typos
- 02:26 Ticket #2327 (Spelling mistakes) created by
- There are spelling mistakes fixed in the attached patch.
06/12/19:
- 12:32 Changeset in xpra [22922] by
- r22909 + r22910 backport: numlock + capslock state detection
- 12:31 Changeset in xpra [22921] by
- r22919 backport: fix IE detection
- 12:29 Changeset in xpra [22920] by
- #1844 workaround for IE..
- 12:28 Changeset in xpra [22919] by
- they've changed how to detect IE... because reasons
- 11:42 Changeset in xpra [22918] by
- #1844 for legacy clipboard support, always claim the selection so we …
- 11:20 Changeset in xpra [22917] by
- #1978: generate screenshot by drawing all the windows onto a canvas
- 10:15 Changeset in xpra [22916] by
- #812 same as win32, handle a default set of text targets
- 10:09 Changeset in xpra [22915] by
- better debug logging
- 10:09 Changeset in xpra [22914] by
- #812: handle TARGETS requests explicitly and specify some default text …
- 09:17 Changeset in xpra [22913] by
- don't bother creating a timer and local_request record if we're the …
- 09:11 Changeset in xpra [22912] by
- remove debug logging
- 08:55 Changeset in xpra [22911] by
- #1844: doh, logging was the wrong way around
- 08:51 Changeset in xpra [22910] by
- #2326 detect numlock using getModifierState and remove keypress …
- 08:30 Changeset in xpra [22909] by
- #2326 detect capslock state using getModifierState
- 08:28 Ticket #2326 (capslock not detected) created by
- Broke at some point and I didn't notice.
06/11/19:
- 23:26 Ticket #2316 (Trackbacks on bytestreams.py when HTML5 Client tries to reconnect) reopened by
- I am still seeing this on initial connection with xpra v3.0-r22875 …
- 17:49 Ticket #2310 (Invalid huge packet received by client when trying to connect) closed by
- fixed: Feel free to re-open if you still have problems. The 2.5.2 stable …
- 17:49 Ticket #2284 (xpra process_clipboard_packet traceback) closed by
- fixed
- 17:48 Ticket #2048 (nvenc startup is slow - send replacement jpeg frame) closed by
- worksforme: Not heard back.
- 17:37 Ticket #1421 (Xpra-Launcher closes silently after clicking connect - missing ...) closed by
- fixed: Done in r22908.
- 17:37 Changeset in xpra [22908] by
- #1421: show connection setup progress in launcher window
- 17:22 Ticket #2292 (HTML5 client override local clipboard at client connection) closed by
- fixed: No longer a problem, solved by #1844
- 16:54 Changeset in xpra [22907] by
- #1847 hook the onclose event
- 16:54 Changeset in xpra [22906] by
- make it easier to test with and without actions
- 16:53 Changeset in xpra [22905] by
- an invalid type of the arguments can crash dbus, guard against that
- 16:41 Ticket #2154 (Keyboard mapping issues in HTML5 client) closed by
- needinfo: Replying to Antoine Martin: > > I think you don't even …
- 16:34 Changeset in xpra [22904] by
- #1847 if possible, use the new Notifications API for notifications …
- 14:01 Changeset in xpra [22903] by
- only verify that the dbus instance is valid if we actually have a …
- 13:26 Changeset in xpra [22902] by
- when we're dragging the window or resizing it, cancel out any clicks …
- 12:31 Ticket #812 (re-implement clipboard without nested main) closed by
- fixed: Works well enough for this release. Closing. Issues should be filed …
- 12:30 Ticket #2321 (html5 window resizing goes blank) closed by
- worksforme: Workaround in r22901: we just force a refresh shortly after the end of …
- 12:29 Changeset in xpra [22901] by
- #2321 force a refresh shortly after the end of the resizing
- 12:14 Changeset in xpra [22900] by
- #2154 revert to original keyboard layout when a key doesn't need a …
- 12:10 Ticket #2325 (audio available signal) created by
- We detect silence and avoid sending empty packets since #1617, we …
- 10:15 Changeset in xpra [22899] by
- fix name clash with shadow server's 'notifier' attribute
- 09:36 Changeset in xpra [22898] by
- r22896 backport: reduce weak dependencies on gnome
- 09:33 Changeset in xpra [22897] by
- centos7 doesn't have topicons or appindicator
- 06:11 Changeset in xpra [22896] by
- only recommend gnome-shell-extension-topicons-plus for Fedora 28 and …
- 05:57 Ticket #2324 (Latest xpra packages pull in a bunch of unnecessary dependencies on update) closed by
- invalid: > This is for update, not install The flag applies to both. > ... …
- 05:44 Changeset in xpra [22895] by
- better tooltip message
- 05:14 Ticket #2324 (Latest xpra packages pull in a bunch of unnecessary dependencies on update) reopened by
- This is for update, not install. Although, it appears as though I can …
- 04:49 Ticket #2324 (Latest xpra packages pull in a bunch of unnecessary dependencies on update) closed by
- invalid: Most of these are optional. See ticket:2298#comment:12 and use {{{dnf …
06/10/19:
- 21:51 Ticket #2324 (Latest xpra packages pull in a bunch of unnecessary dependencies on update) created by
- See title. Here's what happens when I run dnf update: […]
- 11:37 Changeset in xpra [22894] by
- update release notes
- 11:25 Changeset in xpra [22893] by
- r22650 backport: newer forge version supports hmac+sha512, fixing …
- 11:22 Changeset in xpra [22892] by
- r22770 backport: fix mmap leak which can cause the client to stop painting
- 11:15 Changeset in xpra [22891] by
- r22731 backport: avoid error in codec loader error handler for the …
- 11:13 Changeset in xpra [22890] by
- r22704 backport: start avahi publisher only once, fix DoS when using …
- 11:13 Changeset in xpra [22889] by
- r22693 backport: fix network jitter injector
- 11:12 Changeset in xpra [22888] by
- r22687 backport: fix dbus source service Get and Set methods
06/08/19:
- 17:13 Changeset in xpra [22887] by
- r22886 backport: fix spurious socket warnings
- 17:12 Changeset in xpra [22886] by
- #2323 also fix the spurious socket options warnings
- 14:34 Changeset in xpra [22885] by
- we don't support suse any more
- 04:44 Changeset in xpra [22884] by
- r22882 + r22883: fix handling of websocket and ssl traffic over …
- 04:42 Ticket #2323 (Xpra tries to use unix domain socket as a TCP one) closed by
-
fixed: >
xpra GTK2 X11 version 2.5-r22138 64-bit
Sorry I missed that. … - 04:40 Changeset in xpra [22883] by
- #2323 same as r22882 but for TCP_CORK
- 04:34 Changeset in xpra [22882] by
- #2323 compare with the underlying socket type, no the socket type in …
06/07/19:
- 18:56 Ticket #2323 (Xpra tries to use unix domain socket as a TCP one) created by
-
I run Xpra as
xpra start --daemon=no --html=on --start=xterm
Here is … - 16:09 Changeset in xpra [22881] by
- remove extra quotes
- 15:54 Changeset in xpra [22880] by
- add first dockerfile for building rpms on centos7 latest also add …
- 15:06 Changeset in xpra [22879] by
- fix setup switch
- 15:05 Changeset in xpra [22878] by
- change source url, use libjpeg-turbo on centos7
- 15:04 Changeset in xpra [22877] by
- fix source url
- 15:02 Changeset in xpra [22876] by
- version bump, change source url
- 06:33 Changeset in xpra [22875] by
- missing callback raises a ValueError??
- 06:11 Changeset in xpra [22874] by
- fixup backport
- 06:09 Changeset in xpra [22873] by
- redirects and changing urls, can't they just have one scheme and stick …
- 06:06 Changeset in xpra [22872] by
- oops: also update python2 version
- 06:01 Changeset in xpra [22871] by
- fix sha256 checksum
- 05:58 Changeset in xpra [22870] by
- pypi downloads are causing breakage again?
- 05:51 Changeset in xpra [22869] by
- updated release notes
- 04:56 Changeset in xpra [22868] by
- move compressed_wrapper method definition to superclass since many …
- 04:14 Changeset in xpra [22867] by
- r22866 backport: fix pure-python3 builds, don't require any python2 headers
- 04:12 Changeset in xpra [22866] by
- fix header used for building the python3 cairo workaround
06/06/19:
- 12:43 Changeset in xpra [22865] by
- #2322 allow the user to start / stop the audio using the top bar icon
- 12:34 Ticket #2322 (firefox doesn't play audio without user action) created by
- And it doesn't give us any way of knowing that things have failed... …
- 11:51 Changeset in xpra [22864] by
- move some logic to MediaSourceUtil? so we can re-use it
- 09:13 Changeset in xpra [22863] by
- fix add_sound_data exception handler (this not defined)
- 05:55 Changeset in xpra [22862] by
- IE fixes: can't use arrow functions, needs shim for brotli
- 05:38 Changeset in xpra [22861] by
- #2289 add shim to make brotli decoding work with IE
- 05:18 Changeset in xpra [22860] by
- #2312 fixup r22857 clipboard data is now in wire_data
- 05:12 Changeset in xpra [22859] by
- autohide is default off in the connect page
- 05:10 Changeset in xpra [22858] by
- add debug logging: show window.requestAnimationFrame processing delay, …
- 04:55 Changeset in xpra [22857] by
- #2312 merge raw clipboard code supporting image transfers, but …
- 04:43 Ticket #2321 (html5 window resizing goes blank) created by
- The window gets repainted with the updated contents (new size), but …
06/05/19:
- 12:26 Ticket #2320 (clipboard raw data access) created by
- This would allow us to more closely match the python client and copy …
- 12:20 Changeset in xpra [22856] by
- #812: if we don't need to send the targets, then the empty token is …
- 11:58 Ticket #2319 (SIGINT can cause server crash during cleanup) created by
- Running the server with: […] Then using control-c (told gdb to …
- 11:35 Ticket #2318 (silence AT-SPI warnings) created by
- Looks like these: […] During the audio probing done using the …
- 04:45 Changeset in xpra [22855] by
- enable sound forwarding by default
- 04:42 Changeset in xpra [22854] by
- if the clock is not enabled, don't show an empty menu entry - make it …
- 03:54 Ticket #2316 (Trackbacks on bytestreams.py when HTML5 Client tries to reconnect) closed by
- fixed: I think those are likely to be caused by #2315. Feel free to re-open …
- 03:51 Changeset in xpra [22853] by
- python3-zeroconf 0.23
- 03:49 Ticket #2317 (python-zeroconf fixes - addresses) created by
- https://github.com/jstasiak/python-zeroconf/pull/170
- 03:01 Ticket #2315 (Seeing ERR_INVALID_HTTP_RESPONSE when connecting with HTML 5 client ...) closed by
- fixed: This should be fixed in r22852. This was caused by #2312.
- 03:00 Changeset in xpra [22852] by
- #2315 client would fail to create a hello packet without the new …
- 00:39 Ticket #2316 (Trackbacks on bytestreams.py when HTML5 Client tries to reconnect) created by
- Happens regularly on Initial Connection with an HTML 5 Client. Once …
06/04/19:
- 22:40 Ticket #2315 (Seeing ERR_INVALID_HTTP_RESPONSE when connecting with HTML 5 client ...) created by
- XPRA Version : v3.0-r22848 When Connecting with an HTML5 Client via a …
- 18:03 Changeset in xpra [22851] by
- change url for source, add python2-pbr and python3-pbr to builddepends
- 09:42 Ticket #2314 (Seeing Python 3.7 Traceback in xpra v3.0-r22819) closed by
- fixed: Thanks, fixed in r22849. (trivial) This was caused by the changes in …
- 09:40 Changeset in xpra [22850] by
- #2310 recomment python3-inotify since we use it for watching the menu …
- 09:38 Changeset in xpra [22849] by
- #2314 don't try to continue setting up a pyinotify watcher if we …
06/03/19:
- 23:48 Ticket #2314 (Seeing Python 3.7 Traceback in xpra v3.0-r22819) created by
- Installing from Beta repo when launching the server. > Performing …
- 16:26 Ticket #2313 (Authentication error when providing password in command-line or via GUI) closed by
- invalid: Your server version is completely out of date, and full of security …
- 13:56 Changeset in xpra [22848] by
- space to tabs
- 12:48 Changeset in xpra [22847] by
- python lz4 2.1.9
- 12:32 Changeset in xpra [22846] by
- cython 0.29.10
- 12:31 Changeset in xpra [22845] by
- cffi 1.12.3
- 12:29 Changeset in xpra [22844] by
- python cryptography 2.7
- 12:27 Changeset in xpra [22843] by
- numpy 1.16.4
- 12:25 Changeset in xpra [22842] by
- python3-zeroconf 0.22
- 12:24 Changeset in xpra [22841] by
- openssl 1.1.1c
- 12:09 Ticket #2291 (HTML5 client send Primary clipboard even if disabled) closed by
- fixed: This is fixed in r22839, but only if you use chrome which supports the …
- 11:28 Changeset in xpra [22840] by
- #1844 stricter test for navigator.clipboard API availability
- 11:20 Changeset in xpra [22839] by
- #1844 only enable PRIMARY clipboard synchronization if we actually need it
- 11:13 Ticket #2313 (Authentication error when providing password in command-line or via GUI) created by
- Xpra client on Windows 10, Xpra server on Linux Ubuntu 18.04 …
- 11:05 Changeset in xpra [22838] by
- #812: always claim the clipboard so we will be asked about the …
- 09:47 Changeset in xpra [22837] by
- #1844: support for responding to clipboard requests in the html5 …
- 08:39 Changeset in xpra [22836] by
- fix invalid tags
- 08:38 Changeset in xpra [22835] by
- whitespace to tabs
- 08:36 Changeset in xpra [22834] by
- #1844 async clipboard: use the new async api if available, expose …
- 07:33 Changeset in xpra [22833] by
- reduce amount of debug logging: ellipsize
- 07:33 Changeset in xpra [22832] by
- #812: move code for choosing a target to a method, fix image overlay …
- 06:51 Changeset in xpra [22831] by
- go via the object to get to the callback - avoids undefined errors
- 05:00 Ticket #2312 (clipboard images with html5 client) created by
-
We want to transfer the pixel data as
image/png
and set it as …
06/01/19:
- 12:27 Changeset in xpra [22830] by
- r22801 backport: fix handling of command signal packets with python3
- 12:27 Changeset in xpra [22829] by
- r22802 backport: fix packet size warning format
- 12:11 Changeset in xpra [22828] by
- r22827 partial backport: fix python3 mismatch with start command menu
- 12:09 Changeset in xpra [22827] by
- fix python3 usage: use typedict to ensure we get the type we expect …
- 07:37 Changeset in xpra [22826] by
- #812 add PoC image overlay and image stamp to png transfers
- 07:37 Changeset in xpra [22825] by
- #812 reset incr data once we're done with it
- 06:37 Changeset in xpra [22824] by
- #812: add support for incremental data
- 06:36 Changeset in xpra [22823] by
- better debug logging: use repr_ellipsized after converting to string, …
05/31/19:
- 18:09 Changeset in xpra [22822] by
- make a bunch of build flags configurable
- 13:51 Changeset in xpra [22821] by
- better debug message wording
- 10:03 Changeset in xpra [22820] by
- better logging of connection information when disconnecting a protcol …
05/30/19:
- 20:45 Ticket #2311 (Forwarding custom X properties) created by
- I am using xpra to run the GUI version of emacs on a remote machine …
- 20:01 Ticket #2276 (xpra cannot start connection) closed by
- invalid: Replying to Antoine Martin: > I think we can close this …
- 17:26 Ticket #2193 (proxy start should not set encodings) closed by
- fixed: Fixed: * improved in r22818 * better matching of default values and …
- 17:24 Changeset in xpra [22819] by
- #2193: compare the option values with the default values, both before …
- 17:14 Changeset in xpra [22818] by
- #2193: ignore differences in how lists are parsed by comparing their …
- 16:51 Changeset in xpra [22817] by
- print progress more regularly, add newline before exiting to leave the …
- 16:44 Changeset in xpra [22816] by
- prevent the wait message from being printed more than once if we have …
- 16:41 Changeset in xpra [22815] by
- fix some pylint warnings
- 16:33 Changeset in xpra [22814] by
- prettify output
- 16:23 Ticket #2244 (AssertionError: Invalid buffer size: 26 is not a multiple of 4) closed by
- needinfo
- 16:22 Ticket #2137 (window resizing should not be allowed under readonly mode) closed by
- worksforme
- 15:56 Ticket #2186 (re-evaluate pulseaudio's memfd) closed by
- wontfix: No go: […] At least r22813 makes it easier to toggle back on for …
- 15:55 Changeset in xpra [22813] by
- #2186: make it easier to toggle memfd back on
- 13:42 Changeset in xpra [22812] by
- constify
- 10:25 Changeset in xpra [22811] by
- r22809 backport: ensure that the xdg-menu data doesn't use up more …
- 10:22 Changeset in xpra [22810] by
- r22808 backport: don't bother sending xdg-menu data if the client …
- 10:19 Changeset in xpra [22809] by
- #2310 remove icons from xdg menu data if the resulting data would take …
- 03:20 Changeset in xpra [22808] by
- #2310 don't send xdg-menu data for all subcommands (ie: 'xpra stop')
05/29/19:
- 13:28 Changeset in xpra [22807] by
- #2301: re-schedule if we get more updates
- 13:23 Changeset in xpra [22806] by
- #2301: watch for changes to the applications menu and reload when needed
- 12:55 Changeset in xpra [22805] by
- remove debug logging
- 12:44 Changeset in xpra [22804] by
- #2310: update the xdg-menu using setting-change packet rather than hello
- 12:42 Changeset in xpra [22803] by
- #2310 warn when we find large icons (over 16KB)
- 12:14 Changeset in xpra [22802] by
- correctly ellipsize the packet data
- 09:36 Changeset in xpra [22801] by
- signal names are strings
- 09:18 Changeset in xpra [22800] by
- update debug logging to match code
- 09:18 Changeset in xpra [22799] by
- refactoring to separate building the menu from the setup code
- 09:15 Changeset in xpra [22798] by
- remove compatibility code for out-of-date beta
- 09:15 Changeset in xpra [22797] by
- fix pylint warning
05/27/19:
- 13:19 Ticket #2310 (Invalid huge packet received by client when trying to connect) created by
- "Received invalid packet: packet size requested is 4609517 but maximum …
- 07:43 Changeset in xpra [22796] by
- #2284: retry when setting the clipboard buffer fails
- 06:38 Changeset in xpra [22795] by
- better debug / warning messages
- 06:29 Changeset in xpra [22794] by
- split code into a method
- 05:48 Ticket #2309 (mousepad doesn't process our text clipboard data from MS Windows clients) closed by
- fixed: TILs: * linux client […] * win32 client: […] Fixed in r22793.
- 05:47 Changeset in xpra [22793] by
- #2309 got_contents needs the data type
05/26/19:
- 13:44 Ticket #2309 (mousepad doesn't process our text clipboard data from MS Windows clients) created by
- Paste event with a Linux client: […] Same thing from an MS Windows …
- 13:35 Changeset in xpra [22792] by
- better debug output
- 10:50 Ticket #2266 (Copy-paste trouble) closed by
- needinfo: I cannot reproduce, probably missing some details as per comment:1.
- 10:48 Changeset in xpra [22791] by
- r22789 backport: fix invalid clipboard packets from html5 client: …
- 10:46 Changeset in xpra [22790] by
- validate data format early, fail early
- 10:46 Changeset in xpra [22789] by
- this parameter is the datatype, not data length
- 10:35 Changeset in xpra [22788] by
- r22787 backport: we now expect binary strings for xsettings
- 10:35 Changeset in xpra [22787] by
- we now expect binary strings for xsettings
05/24/19:
- 13:37 Ticket #2283 (xpra start gnome-terminal server crashes) closed by
- invalid: Replying to Antoine Martin: > > If I didn't specify a …
- 13:37 Ticket #2300 (xpra-client gnome-terminal: mouse pointer disappears on typing, need ...) closed by
- fixed: Verified as working. As soon as you touch the mouse, it re-appears.
- 13:03 Changeset in xpra [22786] by
- fix more pylint warnings
- 12:55 Changeset in xpra [22785] by
- fix pylint warnings
- 12:22 Ticket #2308 (xpra shadow has huge drawing delays) created by
- […] Server has 3 monitors: 2560x1440+0+0, 1920x1080+2560+0, …
- 10:59 Changeset in xpra [22784] by
- #2307: try more key formats: DSS, ECDSA, Ed25519
- 10:58 Changeset in xpra [22783] by
- #2307: warn if we detect a keyfile in openssh format
- 10:56 Changeset in xpra [22782] by
- log at debug level since this is debug mode
- 10:35 Ticket #2307 (paramiko does not support the new openssh key format) created by
- It reports: […] With a key file generated using a recent …
- 07:47 Changeset in xpra [22781] by
- add some debug logging
- 07:44 Changeset in xpra [22780] by
- r22779 backport: don't error out when we encounter public key loading …
- 07:42 Changeset in xpra [22779] by
- we may get other errors trying to load the keyfile, log an error and …
- 06:00 Changeset in xpra [22778] by
- r22776 + r22777: honour xsettings with python3 servers
- 05:57 Changeset in xpra [22777] by
- #2298 bytes vs strings, again
- 05:07 Changeset in xpra [22776] by
- #2298 fix encoding of xsettings with python3 (strings vs bytes)
- 04:16 Changeset in xpra [22775] by
- r22774 backport: fix html5 client connection error when xdg-menu data …
- 04:13 Changeset in xpra [22774] by
- the bencoder used by the html5 client can't handle None values
05/23/19:
- 17:12 Ticket #2304 (2.5+ individual windows become frozen and unkillable) closed by
- fixed: The mmap bug is unrelated and is only made easier to trigger by this …
- 17:11 Changeset in xpra [22773] by
- #2304 fix variable shadowing causing the wrong window to get destroyed
- 16:34 Changeset in xpra [22772] by
- avoid exceptions if the publisher has already been stopped, just log a …
- 16:31 Changeset in xpra [22771] by
- r22770 backport: fix mmap leak which can cause the client to stop painting
- 16:30 Changeset in xpra [22770] by
- fix mmap space not freed up when receiving a screen update for a …
- 16:18 Changeset in xpra [22769] by
- better warning when we get an unexpected state
- 08:05 Changeset in xpra [22768] by
- fix win32 compatibility: we can't handle ipv6 with python2
- 05:13 Changeset in xpra [22767] by
- updated release notes
- 04:55 Changeset in xpra [22766] by
- r22764 backport: avoid further errors during cleanup if server …
- 04:53 Changeset in xpra [22765] by
- all attributes must be initialized, so we can fail startup and call …
- 04:52 Changeset in xpra [22764] by
- if we fail to create an mdns service publisher instance, don't error …
05/22/19:
- 12:49 Changeset in xpra [22763] by
- start_Xvfb doesn't modify the env, and it seems we still need the env …
- 12:11 Changeset in xpra [22762] by
- #2306 temporary fix: don't use private xauth file
- 11:51 Changeset in xpra [22761] by
- explicitly set the display we want to use
- 11:50 Changeset in xpra [22760] by
- notabs
05/21/19:
- 12:42 Changeset in xpra [22759] by
- strings vs bytes again
05/20/19:
- 17:21 Changeset in xpra [22758] by
- do cleanups that need access to the display before killing it
- 17:15 Ticket #2306 (start-desktop test failure) created by
- As part of rpmbuild: […] Running it separately: […]
- 16:47 Changeset in xpra [22757] by
- new upstream release
- 16:47 Changeset in xpra [22756] by
- remove now unused patch
- 16:45 Changeset in xpra [22755] by
- with fedora 30, we now have to specify the soname? (and remove now …
- 15:38 Changeset in xpra [22754] by
- cuda 2019.1
05/18/19:
- 17:48 Changeset in xpra [22753] by
- fix font-hinting detection with python3
- 17:47 Changeset in xpra [22752] by
- python3 strings byte us again
- 17:01 Changeset in xpra [22751] by
- r22750 backport: fix errors parsing xresources
- 17:00 Changeset in xpra [22750] by
- value from prop_get is decoded already
- 16:40 Changeset in xpra [22749] by
- silently ignore _GTK_LOAD_ICONTHEMES message
- 16:30 Changeset in xpra [22748] by
- more complete list options which do not have a command line switch
- 14:02 Ticket #2305 (rpmbuild unit tests fail if xpra is not installed globally) closed by
- fixed: Fixed in r22747.
- 13:35 Changeset in xpra [22747] by
- #2305: don't modify the global environment, only the one used for …
- 13:18 Ticket #2305 (rpmbuild unit tests fail if xpra is not installed globally) created by
- When running from rpmbuild, the unit tests should be using the …
- 12:20 Ticket #2304 (2.5+ individual windows become frozen and unkillable) created by
- Client: xpra 3.0-20190506r22647-1 Xubuntu 18.04.2 Server: Xubuntu …
- 07:36 Changeset in xpra [22746] by
- #2048: always prefer fast encoders when using video fallback because …
- 07:30 Changeset in xpra [22745] by
- #2048: add env var to artificially slow down encoder init
- 07:25 Changeset in xpra [22744] by
- #2048: add is_ready() flag to encoders and use a fallback encoding …
- 04:41 Changeset in xpra [22743] by
- make python3 the default version
- 04:32 Changeset in xpra [22742] by
- log x11 window ids as hex
- 04:20 Changeset in xpra [22741] by
- r22740 ensure we can choose the correct python interpreter when …
- 04:20 Changeset in xpra [22740] by
- we may have needed this variable to get here (to switch to a different …
05/17/19:
- 20:03 Ticket #2303 (Support SSH agent forwarding) created by
- I use a hardware token for SSH access. It would be great if Xpra could …
- 13:12 Changeset in xpra [22739] by
- r22736 backport: fix gtk-keyboard-test tool with gtk3 on win32
- 10:53 Changeset in xpra [22738] by
- r22737 backport: fix randr errors when building with older versions of …
- 10:45 Changeset in xpra [22737] by
- workaround old versions of cython (ie: Ubuntu Xenial)
- 10:13 Ticket #2299 (GTK_Keyboard_Test.exe r22633 Import DLL not found) closed by
- fixed: As per: [[Image(...)]] The bug occurs …
- 10:12 Changeset in xpra [22736] by
- #2299: delay gtk_util import until we need it
- 10:08 Ticket #2302 (xpra-shadow viewport is leaking again) created by
- e.g. log from attachment/ticket/2250/display-%253A0.log. See the …
- 09:57 Ticket #2301 (xpra shadow: cannot type "|" "<" keys, all write ">") created by
- Using xpra shadow :0, I cannot type the "|" and "<" characters. Using …
- 09:33 Ticket #2233 (client gui does not respond on first connect / screen lock / screen off) closed by
- fixed: Bug's fixed in 3.0-r22449, moving the cursor bug to #2300
- 09:32 Ticket #2300 (xpra-client gnome-terminal: mouse pointer disappears on typing, need ...) created by
- application: gnome-terminal Now the mouse pointer disappears when …
- 09:09 Ticket #2299 (GTK_Keyboard_Test.exe r22633 Import DLL not found) created by
- [[Image(...)]]
- 09:04 Ticket #2250 (xpra-client of shadow has a constant ~35% CPU) closed by
- invalid: Closing as invalid: the shadow server users polling, which consumes a …
- 09:04 Ticket #2228 (server refuses to act on client start/attach to shadow server) closed by
-
invalid: Since the bug is confusing, and
xpra shadow
andattach
works, it's … - 08:55 Ticket #2272 (shadow: start-on-last-client-exit does not execute when ...) closed by
- fixed: Thanks, backport in r22735.
- 08:54 Changeset in xpra [22735] by
- r22523 backport: honour exit hooks before exit-with-client
- 06:05 Changeset in xpra [22734] by
- r22733 fix errors when we reach max-instances and trigger warnings
- 06:04 Changeset in xpra [22733] by
- python3 fix: the keys are a generator and cannot be used where we …
- 04:59 Changeset in xpra [22732] by
- r22731 backport: avoid error in codec loader error handler for the …
- 04:59 Changeset in xpra [22731] by
- avoid undef variable error
- 04:58 Changeset in xpra [22730] by
- add backtrace at debug level
- 04:49 Ticket #2298 (Theming is weird in 2.5 on Fedora 30 MATE) created by
- When running xpra 2.5 on Fedora 30 (or Fedora 29) with MATE, the …
05/16/19:
- 16:43 Changeset in xpra [22729] by
- #2193: only pass options that are different from the default config
- 16:36 Changeset in xpra [22728] by
- don't try to load kerberos module unless this is actually a kerberos …
- 16:07 Changeset in xpra [22727] by
- #2193: better debug logging of start overrides
- 15:55 Changeset in xpra [22726] by
- r22725 backport: fix socket-permissions not being honoured
- 15:54 Changeset in xpra [22725] by
- fix mmap-group wrongly detected as enabled because it is now a string, …
- 13:36 Changeset in xpra [22724] by
- r22723 backport: fix start-via-proxy exit code handler
- 13:34 Changeset in xpra [22723] by
- cannot concatenate list with range, must convert to list
- 13:33 Changeset in xpra [22722] by
- add debug logging for start-via-proxy errors
- 13:04 Ticket #2286 (@client-machine@ does not function as documented) closed by
- fixed: Works for me.
- 13:04 Ticket #2256 (xpra-client gnome-notification is not clickthrough) closed by
- invalid: Looks like a normal OS notification to me.
- 13:02 Ticket #2278 (enable start-new-commands by default) closed by
- fixed
- 09:50 Changeset in xpra [22721] by
- #1796: fix win32 packaging
- 06:33 Changeset in xpra [22720] by
- don't log the same message twice, distinguish connection failures in …
- 06:17 Changeset in xpra [22719] by
- distinguish connection failures (server caps never received) from …
- 06:16 Changeset in xpra [22718] by
- only show 'Connection lost' if we're setting the exit code, otherwise …
05/15/19:
- 16:35 Changeset in xpra [22717] by
- r22716 backport: fix remote ssh command failures when the xpra version …
- 16:32 Changeset in xpra [22716] by
- #2296: don't store XPRA_ALT_PYTHON_RETRY
- 12:11 Ticket #1796 (modularize client authentication handlers) closed by
- fixed: Done in r22711 + r22713 + r22714 + r22715. All the authentication …
- 12:11 Changeset in xpra [22715] by
- #1796: choose the most suitable handler based on digest type, update …
- 10:36 Changeset in xpra [22714] by
- #1796: delay imports
- 10:12 Changeset in xpra [22713] by
- missed from r22711
- 10:12 Changeset in xpra [22712] by
- typo
- 10:07 Changeset in xpra [22711] by
- #1796: modularize client authentication handlers
- 10:07 Changeset in xpra [22710] by
- stricter exception checking
Note: See TracTimeline
for information about the timeline view.