From antoine at nagafix.co.uk Fri Jan 13 06:38:02 2012 From: antoine at nagafix.co.uk (Antoine Martin) Date: Fri, 13 Jan 2012 13:38:02 +0700 Subject: [winswitch] [ANNOUNCE] xpra 0.0.7.33 Message-ID: <4F0FD14A.7060405@nagafix.co.uk> Hi, This release contains bug fixes, some more performance and correctness improvements. As usual, the source can be found here: http://xpra.org/src/ And the binaries here: http://winswitch.org/downloads/ Release details: - readonly command line option - correctly stop all network related threads on disconnection - faster pixel data transfers for large areas via mmap - fix auto-refresh jpeg quality - fix on-the-fly change of pixel encoding - fix potential exhaustion of mmap area - fix potential race in packet compression setup code - keyboard: better modifiers detection, synchronization of capslock and numlock - keyboard: support all modifiers correctly with and without keyboard-sync option Cheers Antoine From troycauble at gmail.com Fri Jan 13 13:20:00 2012 From: troycauble at gmail.com (Troy Cauble) Date: Fri, 13 Jan 2012 08:20:00 -0500 Subject: [winswitch] MAC client is having problems with Applications Message-ID: I'm using a MAC client and Ubuntu server. Applications don't start at all, but Desktops do. This was true a couple of days ago before the recent Xpra release. It's still true after the Ubuntu Xpra upgrade. (MAC dmg hasn't changed yet.) MAC client says: 0.12.8 (svn revision 4676 with 0 local changes) I suppose I could go look at the SVN tree, but it would be nice if the MAC UI and the download server identified exactly what release. (0.12.8.1 ?) I've downloaded new DMGs only to find out their the same as my current. From antoine at nagafix.co.uk Tue Jan 17 11:08:58 2012 From: antoine at nagafix.co.uk (Antoine Martin) Date: Tue, 17 Jan 2012 18:08:58 +0700 Subject: [winswitch] Xpra dump In-Reply-To: <20120115145456.GG25606@debshine> References: <20120115145456.GG25606@debshine> Message-ID: <4F1556CA.80708@nagafix.co.uk> On 01/15/2012 09:54 PM, Maciej Pijanka wrote: > Hello > > > I have tried to use xpra, but even copying exact example from man page (xpra start :7; DISPLAY=:7 xterm &; xpra attach :7) > wont let me see xterm window all i am getting is > $ xpra attach :7; echo $DISPLAY > Invalid MIT-MAGIC-COOKIE-1 key/usr/lib/pymodules/python2.6/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display > warnings.warn(str(e), _gtk.Warning) "Invalid MIT-MAGIC-COOKIE-1" This tells me that there is probably a problem with your xauth setup.. Can you actually run *any* X11 commands from that session? > /usr/lib/xpra/xpra/xposix/gui.py:15: GtkWarning: gdk_display_get_name: assertion `GDK_IS_DISPLAY (display)' failed > _display = gtk.gdk.get_display() > Traceback (most recent call last): > File "/usr/bin/xpra", line 7, in > xpra.scripts.main.main(__file__, sys.argv) > File "/usr/lib/xpra/xpra/scripts/main.py", line 194, in main > run_client(parser, options, args, mode=="detach") > File "/usr/lib/xpra/xpra/scripts/main.py", line 301, in run_client > from xpra.client import XpraClient > File "/usr/lib/xpra/xpra/client.py", line 23, in > from xpra.platform.gui import ClientExtras > File "/usr/lib/xpra/xpra/platform/gui.py", line 16, in > from xpra.xposix.gui import * > File "/usr/lib/xpra/xpra/xposix/gui.py", line 16, in > assert _display, "cannot open the display with GTK, is DISPLAY set?" > AssertionError: cannot open the display with GTK, is DISPLAY set? > :0.0 > > > any hints whats wrong here? Hmm, that is quite odd, can you try running this from the command line: python -c "import pygtk;pygtk.require('2.0');\ import gtk;print(gtk.gdk.get_display())" If that does not work then there is little xpra can do as this means gtk cannot access your display. Antoine > if that matters, its debian 6.0.3, plus backports from which xpra package is > but i remember something similar when i tried xpra from source too, > > From antoine at nagafix.co.uk Wed Jan 18 18:04:58 2012 From: antoine at nagafix.co.uk (Antoine Martin) Date: Thu, 19 Jan 2012 01:04:58 +0700 Subject: [winswitch] MAC client is having problems with Applications In-Reply-To: References: Message-ID: <4F1709CA.9020204@nagafix.co.uk> Sorry for the slow reply, had to revert test machines (Ubuntu/Mac) to your specific version for testing. And I cannot reproduce.. Feel free to create a ticket where more details can be recorded. On 01/13/2012 08:20 PM, Troy Cauble wrote: > I'm using a MAC client and Ubuntu server. > Applications don't start at all, but Desktops do. Hmm, that's a bit odd. Have you tried with NX instead of Xpra? What are the versions of winswitch and xpra on the Ubuntu server? Have you looked at the winswitch server log file? > This was true a couple of days ago before the recent Xpra release. > It's still true after the Ubuntu Xpra upgrade. (MAC dmg hasn't changed yet.) > > > MAC client says: 0.12.8 > (svn revision 4676 with 0 local changes) > > I suppose I could go look at the SVN tree, but it would be nice > if the MAC UI and the download server identified exactly what > release. If the UI says 0.12.8 then that's what it is. > (0.12.8.1 ?) I've downloaded new DMGs only to find > out their the same as my current. I don't really want to change the web pages everytime, suggestions welcome. Antoine From antoine at nagafix.co.uk Wed Jan 18 21:05:09 2012 From: antoine at nagafix.co.uk (Antoine Martin) Date: Thu, 19 Jan 2012 04:05:09 +0700 Subject: [winswitch] [ANNOUNCE] xpra 0.0.7.34 Message-ID: <4F173405.3060908@nagafix.co.uk> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, This release contains some critical bug fixes, all users are strongly advised to upgrade. Distributors should review and either upgrade or cherry pick the fixes. This is the first release supported on OpenBSD, the porting effort was very valuable for finding latent bugs. As usual, the source can be found here: http://xpra.org/src/ And the binaries here: http://winswitch.org/downloads/ There has not been a winswitch release for a while, this will come next. Release details: * security: restrict access to run-xpra script (chmod) CVE-2012-0750 * security: cursor data sent to the client was too big (exposing server memory) - no CVE * fix thread leak - properly this time, SIGUSR1 now dumps all threads * off-by-one keyboard mapping error could cause modifiers to be lost * pure python/cython method for finding modifier mappings (faster and more reliable) * retry socket read/write after temporary error EINTR * avoid warnings when asked to refresh windows which are now hidden * auto-refresh was using an incorrect window size * logging formatting fixes (only shown with logging on) * hide picture encoding menu when mmap in use (since it is then ignored) Many thanks to those who tested trunk during this release cycle. Cheers Antoine -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk8XNAUACgkQGK2zHPGK1rvxUACdGpsC4S7bDPf8nwV/FLIfnMkG 6C4AnioobulF7GecTR3lpyKo01o4Y5Xw =S5t6 -----END PGP SIGNATURE----- From troycauble at gmail.com Thu Jan 19 18:46:03 2012 From: troycauble at gmail.com (Troy Cauble) Date: Thu, 19 Jan 2012 13:46:03 -0500 Subject: [winswitch] MAC client is having problems with Applications In-Reply-To: <4F1709CA.9020204@nagafix.co.uk> References: <4F1709CA.9020204@nagafix.co.uk> Message-ID: >> ?(0.12.8.1 ?) ?I've downloaded new DMGs only to find >> out their the same as my current. > I don't really want to change the web pages everytime, suggestions welcome. https://winswitch.org/dists/osx/x86/ gives a Apache directory listing. I imagine Apache can be configured to serve the file times on those pages. From antoine at nagafix.co.uk Thu Jan 19 18:54:42 2012 From: antoine at nagafix.co.uk (Antoine Martin) Date: Fri, 20 Jan 2012 01:54:42 +0700 Subject: [winswitch] MAC client is having problems with Applications In-Reply-To: References: <4F1709CA.9020204@nagafix.co.uk> Message-ID: <4F1866F2.5090200@nagafix.co.uk> On 01/20/2012 01:46 AM, Troy Cauble wrote: >>> (0.12.8.1 ?) I've downloaded new DMGs only to find >>> out their the same as my current. >> I don't really want to change the web pages everytime, suggestions welcome. > > https://winswitch.org/dists/osx/x86/ > > gives a Apache directory listing. > I imagine Apache can be configured to serve the file times on those pages. If that's enough, then it's done! Antoine From antoine at nagafix.co.uk Fri Jan 20 21:05:19 2012 From: antoine at nagafix.co.uk (Antoine Martin) Date: Sat, 21 Jan 2012 04:05:19 +0700 Subject: [winswitch] [ANNOUNCE] winswitch 0.12.9 Message-ID: <4F19D70F.2020000@nagafix.co.uk> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Version 0.12.9 is available now: http://winswitch.org/downloads/ It only contains minor bug fixes (details below) and the Mac OS X version restores compatibility with new versions of Xpra and an improved Dock. Cheers Antoine Full release notes: * fixes for OpenBSD, now fully supported * fix compatibility with pycrypto 2.5 * fix headless client (winswitch_client) was not starting * fix for non-automatic TCP port connection mode * fix start application dialog could fail * handle new Xpra options (some require 'advanced mode' to be enabled) * upgraded to pycrypto 2.5 on Windows and OS X * reduce size of encryption keys on Windows to make it start faster * handle SIGUSR1/SIGUSR2 for debugging purposes * do not show screen size selection widget for seamless sessions * ensure the local timezone is always present in the list of default options * UI enhancements to prevent windows getting squashed or resized -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk8Z1w8ACgkQGK2zHPGK1rscbwCfcjVUfSPTVGz2jQ0hIeGmAQt6 YCMAnigHDu+i/OaodEMPPn6acU3Xj5hC =Pj+f -----END PGP SIGNATURE-----