From tchollingsworth at gmail.com Fri Jan 3 01:50:53 2014 From: tchollingsworth at gmail.com (T.C. Hollingsworth) Date: Thu, 2 Jan 2014 18:50:53 -0700 Subject: [winswitch] libwebp soname bump In-Reply-To: <52C4A546.8080003@gmail.com> References: <52C4A546.8080003@gmail.com> Message-ID: Hi, Antoine! libwebp just recently bumped soname. It seems to work fine with python-webm/xpra still so I went ahead and fixed up the split-off Fedora python-webm package. You might want to fix your bundled copy as well so you can get ahead of distros upgrading. :-) Hope you had a wonderful holiday, -T.C. ---------- Forwarded message ---------- From: Sandro Mani Date: Wed, Jan 1, 2014 at 4:31 PM Subject: libwebp soname bump To: Development discussions related to Fedora Hi, I've just updated libwebp in rawhide, which involves a soname bump. Dependencies are python-webm-0.2.2-2.fc20.src.rpm From antoine at nagafix.co.uk Fri Jan 3 05:55:05 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Fri, 03 Jan 2014 12:55:05 +0700 Subject: [winswitch] libwebp soname bump In-Reply-To: References: <52C4A546.8080003@gmail.com> Message-ID: <52C650B9.2030202@nagafix.co.uk> On 03/01/14 08:50, T.C. Hollingsworth wrote: > Hi, Antoine! > > libwebp just recently bumped soname. It seems to work fine with > python-webm/xpra still so I went ahead and fixed up the split-off > Fedora python-webm package. > > You might want to fix your bundled copy as well so you can get ahead > of distros upgrading. :-) Thanks, done: http://xpra.org/trac/changeset/5092/xpra FYI: I've added some information to clarify what this fork adds over the defunct google code project: http://xpra.org/trac/changeset/5091/xpra We add "lossless" encoding support, not lossy as per the specfile changelog I saw... (no biggie) Cheers Antoine From rlevy at ucsd.edu Tue Jan 7 02:00:42 2014 From: rlevy at ucsd.edu (Levy, Roger) Date: Tue, 7 Jan 2014 02:00:42 +0000 Subject: [winswitch] Compiling xpra on precise Message-ID: <7AF0E19F-489F-4349-AE44-7A2F5E295F2D@ucsd.edu> Hi, I?m trying to compile source for the latest version of xpra (xpra-0.10.10) on a server running Ubuntu 12.04 (precise). Following the directions at http://winswitch.org/dev/debian.html I first ran python-crypto python-twisted python-gtk2 and after all these packages installed I ran ./setup.py install --home=install However, this leads to the following error: ERROR: cannot find a valid pkg-config package for ['x264?] I?m not sure where to go from here ? any suggestions? Best & many thanks in advance, Roger From antoine at nagafix.co.uk Tue Jan 7 03:48:01 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Tue, 07 Jan 2014 10:48:01 +0700 Subject: [winswitch] Compiling xpra on precise In-Reply-To: <7AF0E19F-489F-4349-AE44-7A2F5E295F2D@ucsd.edu> References: <7AF0E19F-489F-4349-AE44-7A2F5E295F2D@ucsd.edu> Message-ID: <52CB78F1.30902@nagafix.co.uk> On 07/01/14 09:00, Levy, Roger wrote: > Hi, > > I?m trying to compile source for the latest version of xpra (xpra-0.10.10) on a server running Ubuntu 12.04 (precise). Following the directions at > http://winswitch.org/dev/debian.html Start with the correct instructions, the ones above are for winswitch, xpra's are here: http://xpra.org/trac/wiki/Building#DebianandUbuntu > I first ran > python-crypto python-twisted python-gtk2 > > and after all these packages installed I ran > ./setup.py install --home=install > > However, this leads to the following error: > ERROR: cannot find a valid pkg-config package for ['x264?] As per the page linked to above: For x264 and vpx support, you should install: apt-get install libx264-dev libvpx-dev libswscale-dev libavcodec-dev That said.. > I?m not sure where to go from here ? any suggestions? Use the binary packages we provide, it will save you a lot of grief. If you insist on building from source, and since you are on a distribution (Ubuntu Precise) with known unfixable problems with libav, build without x264 or libav: ./setup.py --without-x264 --without-dec_avcodec Bearing in mind that xpra is an order of magnitude more efficient with x264 enabled.. I can only suggest you use a more up to date distro. Cheers Antoine > Best & many thanks in advance, > > Roger > _______________________________________________ > shifter-users mailing list > shifter-users at lists.devloop.org.uk > http://lists.devloop.org.uk/mailman/listinfo/shifter-users From antoine at nagafix.co.uk Tue Jan 7 09:54:21 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Tue, 07 Jan 2014 16:54:21 +0700 Subject: [winswitch] [ANNOUNCE] xpra 0.10.11 (minor fixes) Message-ID: <52CBCECD.6050602@nagafix.co.uk> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, This version fixes a few minor bugs and an "xpra upgrade" regression introduced by the FreeBSD compatibility fix in 0.10.10. Full release notes: * fix popup windows focus issue * fix "xpra upgrade" subcommand * fix server backtrace in error handler * restore server target information in tray tooltip * fix bencoder error with no-windows switch (missing encoding) * add support for RGBX pixel format required by some clients * avoid ffmpeg "data is not aligned" warning on client * ensure x264 encoding is supported on MS Windows shadow servers Another 0.11 release candidate is also available in the beta area. The source: https://xpra.org/src/ Binaries/repositories: https://winswitch.org/downloads/ Direct binary downloads: https://xpra.org/dists/ Beta: https://xpra.org/beta/ Cheers Antoine -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlLLzskACgkQGK2zHPGK1ruK6ACcD41IPtQFmA4cwSsqw6VRQ8CC FRkAn0WyVlPNtMq+1EabQlbyFY13OZln =9jYZ -----END PGP SIGNATURE----- From jlyonm at gmail.com Thu Jan 9 15:59:47 2014 From: jlyonm at gmail.com (J.L.M.) Date: Thu, 9 Jan 2014 10:59:47 -0500 Subject: [winswitch] Can't install winswitch Message-ID: I am unable to install winswitch on my CentOS 6.5 system. # yum install winswitch Loaded plugins: fastestmirror, security Loading mirror speeds from cached hostfile * base: centos.gravityfish.com * epel: archive.linux.duke.edu * extras: centos.aol.com * rpmfusion-free-updates: mirror.nexcess.net * rpmfusion-nonfree-updates: mirror.nexcess.net * updates: centos.mirror.freedomvoice.com Setting up Install Process No package winswitch available. Error: Nothing to do Indeed, there do not appear to be any winswitch rpm files in the 6.4 or 6.5 folders of the repository, only 6.3. I hope someone can make this available for the latest CentOS. I'm going to try the 6.3 version for now. From antoine at nagafix.co.uk Thu Jan 9 16:05:51 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Thu, 09 Jan 2014 23:05:51 +0700 Subject: [winswitch] Can't install winswitch In-Reply-To: References: Message-ID: <52CEC8DF.1090008@nagafix.co.uk> On 09/01/14 22:59, J.L.M. wrote: > I am unable to install winswitch on my CentOS 6.5 system. (..) Sorry about that. > Indeed, there do not appear to be any winswitch rpm files in the 6.4 or 6.5 > folders of the repository, only 6.3. I hope someone can make this available > for the latest CentOS. I'm going to try the 6.3 version for now. The CentOS 6.3 version should be identical since the code for winswitch is pure python. It should just work. I've just spun some (untested) packages for CentOS 6.4 and 6.5: http://winswitch.org/dists/CentOS/6.4/ http://winswitch.org/dists/CentOS/6.5/ Cheers Antoine From jlyonm at gmail.com Thu Jan 9 16:18:37 2014 From: jlyonm at gmail.com (J.L.M.) Date: Thu, 9 Jan 2014 11:18:37 -0500 Subject: [winswitch] Can't install winswitch In-Reply-To: <52CEC8DF.1090008@nagafix.co.uk> References: <52CEC8DF.1090008@nagafix.co.uk> Message-ID: Wow, that's fast. I did manage to install from the 6.3 rpm. It just had these warnings: Non-fatal POSTIN scriptlet failure in rpm package xpra-0.10.11-1.el6_5.x86_64 chcon: can't apply partial context to unlabeled file `/usr/lib/python2.6/site-packages/xpra/codecs/csc_swscale/colorspace_converter.so' chcon: can't apply partial context to unlabeled file `/usr/lib/python2.6/site-packages/xpra/codecs/dec_avcodec/decoder.so' chcon: can't apply partial context to unlabeled file `/usr/lib/python2.6/site-packages/xpra/codecs/enc_x264/encoder.so' chcon: can't apply partial context to unlabeled file `/usr/lib/python2.6/site-packages/xpra/codecs/vpx/encoder.so' chcon: can't apply partial context to unlabeled file `/usr/lib/python2.6/site-packages/xpra/codecs/vpx/decoder.so' warning: %post(xpra-0.10.11-1.el6_5.x86_64) scriptlet failed, exit status 1 On Thu, Jan 9, 2014 at 11:05 AM, Antoine Martin wrote: > On 09/01/14 22:59, J.L.M. wrote: > > I am unable to install winswitch on my CentOS 6.5 system. > (..) > Sorry about that. > > Indeed, there do not appear to be any winswitch rpm files in the 6.4 or > 6.5 > > folders of the repository, only 6.3. I hope someone can make this > available > > for the latest CentOS. I'm going to try the 6.3 version for now. > The CentOS 6.3 version should be identical since the code for winswitch > is pure python. > It should just work. > I've just spun some (untested) packages for CentOS 6.4 and 6.5: > http://winswitch.org/dists/CentOS/6.4/ > http://winswitch.org/dists/CentOS/6.5/ > > Cheers > Antoine > _______________________________________________ > shifter-users mailing list > shifter-users at lists.devloop.org.uk > http://lists.devloop.org.uk/mailman/listinfo/shifter-users > From antoine at nagafix.co.uk Thu Jan 9 16:37:16 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Thu, 09 Jan 2014 23:37:16 +0700 Subject: [winswitch] Can't install winswitch In-Reply-To: References: <52CEC8DF.1090008@nagafix.co.uk> Message-ID: <52CED03C.4020005@nagafix.co.uk> On 09/01/14 23:18, J.L.M. wrote: > Wow, that's fast. I did manage to install from the 6.3 rpm. It just > had these warnings: > > Non-fatal POSTIN scriptlet failure in rpm package > xpra-0.10.11-1.el6_5.x86_64 > chcon: can't apply partial context to unlabeled file > `/usr/lib/python2.6/site-packages/xpra/codecs/csc_swscale/colorspace_converter.so' (...) Hah, odd. What we're trying to do on all those files as part of the post-install script is simply this: chcon -t texrel_shlib_t /PATH/TO/THEFILE This sets the SELinux file label, and for some reason, it is failing. Do you have SELinux enabled and in "enforcing" mode? If so, you may get some failures at runtime which will prevent you from using those codecs. Which can be a bit of a problem since xpra is *a lot* faster with those codecs enabled. I'll have to try this out on CentOS 6.5 Antoine > chcon: can't apply partial context to unlabeled file > `/usr/lib/python2.6/site-packages/xpra/codecs/dec_avcodec/decoder.so' > chcon: can't apply partial context to unlabeled file > `/usr/lib/python2.6/site-packages/xpra/codecs/enc_x264/encoder.so' > chcon: can't apply partial context to unlabeled file > `/usr/lib/python2.6/site-packages/xpra/codecs/vpx/encoder.so' > chcon: can't apply partial context to unlabeled file > `/usr/lib/python2.6/site-packages/xpra/codecs/vpx/decoder.so' > warning: %post(xpra-0.10.11-1.el6_5.x86_64) scriptlet failed, exit > status 1 > > > > On Thu, Jan 9, 2014 at 11:05 AM, Antoine Martin > wrote: > > On 09/01/14 22:59, J.L.M. wrote: > > I am unable to install winswitch on my CentOS 6.5 system. > (..) > Sorry about that. > > Indeed, there do not appear to be any winswitch rpm files in the > 6.4 or 6.5 > > folders of the repository, only 6.3. I hope someone can make > this available > > for the latest CentOS. I'm going to try the 6.3 version for now. > The CentOS 6.3 version should be identical since the code for > winswitch > is pure python. > It should just work. > I've just spun some (untested) packages for CentOS 6.4 and 6.5: > http://winswitch.org/dists/CentOS/6.4/ > http://winswitch.org/dists/CentOS/6.5/ > > Cheers > Antoine > _______________________________________________ > shifter-users mailing list > shifter-users at lists.devloop.org.uk > > http://lists.devloop.org.uk/mailman/listinfo/shifter-users > > From jlyonm at gmail.com Thu Jan 9 16:39:39 2014 From: jlyonm at gmail.com (J.L.M.) Date: Thu, 9 Jan 2014 11:39:39 -0500 Subject: [winswitch] Can't install winswitch In-Reply-To: <52CED03C.4020005@nagafix.co.uk> References: <52CEC8DF.1090008@nagafix.co.uk> <52CED03C.4020005@nagafix.co.uk> Message-ID: I do not have SELinux enabled. On Thu, Jan 9, 2014 at 11:37 AM, Antoine Martin wrote: > On 09/01/14 23:18, J.L.M. wrote: > > Wow, that's fast. I did manage to install from the 6.3 rpm. It just had > these warnings: > > Non-fatal POSTIN scriptlet failure in rpm package > xpra-0.10.11-1.el6_5.x86_64 > chcon: can't apply partial context to unlabeled file > `/usr/lib/python2.6/site-packages/xpra/codecs/csc_swscale/colorspace_converter.so' > > (...) > Hah, odd. > What we're trying to do on all those files as part of the post-install > script is simply this: > chcon -t texrel_shlib_t /PATH/TO/THEFILE > > This sets the SELinux file label, and for some reason, it is failing. > Do you have SELinux enabled and in "enforcing" mode? If so, you may get > some failures at runtime which will prevent you from using those codecs. > Which can be a bit of a problem since xpra is *a lot* faster with those > codecs enabled. > I'll have to try this out on CentOS 6.5 > > Antoine > > > > chcon: can't apply partial context to unlabeled file > `/usr/lib/python2.6/site-packages/xpra/codecs/dec_avcodec/decoder.so' > chcon: can't apply partial context to unlabeled file > `/usr/lib/python2.6/site-packages/xpra/codecs/enc_x264/encoder.so' > chcon: can't apply partial context to unlabeled file > `/usr/lib/python2.6/site-packages/xpra/codecs/vpx/encoder.so' > chcon: can't apply partial context to unlabeled file > `/usr/lib/python2.6/site-packages/xpra/codecs/vpx/decoder.so' > warning: %post(xpra-0.10.11-1.el6_5.x86_64) scriptlet failed, exit status 1 > > > > On Thu, Jan 9, 2014 at 11:05 AM, Antoine Martin wrote: > >> On 09/01/14 22:59, J.L.M. wrote: >> > I am unable to install winswitch on my CentOS 6.5 system. >> (..) >> Sorry about that. >> > Indeed, there do not appear to be any winswitch rpm files in the 6.4 or >> 6.5 >> > folders of the repository, only 6.3. I hope someone can make this >> available >> > for the latest CentOS. I'm going to try the 6.3 version for now. >> The CentOS 6.3 version should be identical since the code for winswitch >> is pure python. >> It should just work. >> I've just spun some (untested) packages for CentOS 6.4 and 6.5: >> http://winswitch.org/dists/CentOS/6.4/ >> http://winswitch.org/dists/CentOS/6.5/ >> >> Cheers >> Antoine >> _______________________________________________ >> shifter-users mailing list >> shifter-users at lists.devloop.org.uk >> http://lists.devloop.org.uk/mailman/listinfo/shifter-users >> > > > From jlyonm at gmail.com Thu Jan 9 16:43:30 2014 From: jlyonm at gmail.com (J.L.M.) Date: Thu, 9 Jan 2014 11:43:30 -0500 Subject: [winswitch] Enabling Shadowing mode Message-ID: I can't seem to get shadowing mode to work. From what I'm reading, if the application is using xpra, then it should just be available, but I do not see it in the menu. I can only send from one computer to the other. I'm running CentOS 6.5 64 bit and Windows XP. What I would really like is to just send one window of a multi-window application, but if that is not supported, then shadowing is fine, where I will minimize one window on one computer, and minimize the other window on the other computer. From antoine at nagafix.co.uk Thu Jan 9 16:47:19 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Thu, 09 Jan 2014 23:47:19 +0700 Subject: [winswitch] Can't install winswitch In-Reply-To: References: <52CEC8DF.1090008@nagafix.co.uk> <52CED03C.4020005@nagafix.co.uk> Message-ID: <52CED297.2070203@nagafix.co.uk> On 09/01/14 23:39, J.L.M. wrote: > I do not have SELinux enabled. Then you can safely ignore those warnings. I have added your question to the FAQ: http://xpra.org/trac/wiki/FAQ?action=diff&version=31 Antoine > > > On Thu, Jan 9, 2014 at 11:37 AM, Antoine Martin > wrote: > > On 09/01/14 23:18, J.L.M. wrote: >> Wow, that's fast. I did manage to install from the 6.3 rpm. It >> just had these warnings: >> >> Non-fatal POSTIN scriptlet failure in rpm package >> xpra-0.10.11-1.el6_5.x86_64 >> chcon: can't apply partial context to unlabeled file >> `/usr/lib/python2.6/site-packages/xpra/codecs/csc_swscale/colorspace_converter.so' > (...) > Hah, odd. > What we're trying to do on all those files as part of the > post-install script is simply this: > chcon -t texrel_shlib_t /PATH/TO/THEFILE > > This sets the SELinux file label, and for some reason, it is failing. > Do you have SELinux enabled and in "enforcing" mode? If so, you > may get some failures at runtime which will prevent you from using > those codecs. Which can be a bit of a problem since xpra is *a > lot* faster with those codecs enabled. > I'll have to try this out on CentOS 6.5 > > Antoine > > > >> chcon: can't apply partial context to unlabeled file >> `/usr/lib/python2.6/site-packages/xpra/codecs/dec_avcodec/decoder.so' >> chcon: can't apply partial context to unlabeled file >> `/usr/lib/python2.6/site-packages/xpra/codecs/enc_x264/encoder.so' >> chcon: can't apply partial context to unlabeled file >> `/usr/lib/python2.6/site-packages/xpra/codecs/vpx/encoder.so' >> chcon: can't apply partial context to unlabeled file >> `/usr/lib/python2.6/site-packages/xpra/codecs/vpx/decoder.so' >> warning: %post(xpra-0.10.11-1.el6_5.x86_64) scriptlet failed, >> exit status 1 >> >> >> >> On Thu, Jan 9, 2014 at 11:05 AM, Antoine Martin >> > wrote: >> >> On 09/01/14 22:59, J.L.M. wrote: >> > I am unable to install winswitch on my CentOS 6.5 system. >> (..) >> Sorry about that. >> > Indeed, there do not appear to be any winswitch rpm files >> in the 6.4 or 6.5 >> > folders of the repository, only 6.3. I hope someone can >> make this available >> > for the latest CentOS. I'm going to try the 6.3 version for >> now. >> The CentOS 6.3 version should be identical since the code for >> winswitch >> is pure python. >> It should just work. >> I've just spun some (untested) packages for CentOS 6.4 and 6.5: >> http://winswitch.org/dists/CentOS/6.4/ >> http://winswitch.org/dists/CentOS/6.5/ >> >> Cheers >> Antoine >> _______________________________________________ >> shifter-users mailing list >> shifter-users at lists.devloop.org.uk >> >> http://lists.devloop.org.uk/mailman/listinfo/shifter-users >> >> > > From antoine at nagafix.co.uk Thu Jan 9 16:55:34 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Thu, 09 Jan 2014 23:55:34 +0700 Subject: [winswitch] Enabling Shadowing mode In-Reply-To: References: Message-ID: <52CED486.2080008@nagafix.co.uk> On 09/01/14 23:43, J.L.M. wrote: > I can't seem to get shadowing mode to work. From what I'm reading, Can you point me to what you are reading so we are on the same page? (it looks like it may need clarifying or updating) > if the > application is using xpra, then it should just be available, but I do not > see it in the menu. I can only send from one computer to the other. I'm > running CentOS 6.5 64 bit and Windows XP. You can "shadow" an existing display, but not a seamless application running through xpra. xpra supports multiple clients connected simultaneously to the same server, but this feature is experimental, not well tested, and not available via winswitch at present. > What I would really like is to just send one window of a multi-window > application, but if that is not supported, then shadowing is fine, where I > will minimize one window on one computer, and minimize the other window on > the other computer. Even with the current "multi-client" experimental code, this is not going to work: as soon as one of the clients minimizes a window, it will no longer be displayed on the other. This is the most pressing item on the ticket for this feature request: http://xpra.org/trac/ticket/41 It shouldn't particularly difficult to implement, but multi-client support isn't a high priority at the moment. Cheers Antoine From c2z4s9 at gmail.com Fri Jan 10 16:15:29 2014 From: c2z4s9 at gmail.com (Ryan Hamel) Date: Fri, 10 Jan 2014 11:15:29 -0500 Subject: [winswitch] Assertion sizeFactor > 0 failed at libswscale/utils.c:365 Message-ID: Hello all, I have successfully compiled Xpra and start it, and assigned a program to the display. However, when I attempt to connect from another computer the remote program flashes on the screen from a moment and then apparently the Xpra server crashes with the following error: Assertion sizeFactor > 0 failed at libswscale/utils.c:365 Has anyone seen this before? Is there a parameter I can use to disable this feature? Thanks much, c2z4s9 From antoine at nagafix.co.uk Sat Jan 11 03:08:59 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Sat, 11 Jan 2014 10:08:59 +0700 Subject: [winswitch] Assertion sizeFactor > 0 failed at libswscale/utils.c:365 In-Reply-To: References: Message-ID: <52D0B5CB.5020500@nagafix.co.uk> On 10/01/14 23:15, Ryan Hamel wrote: > Hello all, > > I have successfully compiled Xpra and start it, and assigned a program to > the display. However, when I attempt to connect from another computer the > remote program flashes on the screen from a moment and then apparently the > Xpra server crashes with the following error: > > Assertion sizeFactor > 0 failed at libswscale/utils.c:365 > > Has anyone seen this before? Is there a parameter I can use to disable > this feature? You're not saying what distro or version you are on, so this makes it difficult to help you. Do the binary packages not work? If you're on Debian or Ubuntu, you need the libav patches. Without those, libav will often crash - though that's usually client side, not server side. Antoine From antoine at nagafix.co.uk Sun Jan 12 04:49:56 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Sun, 12 Jan 2014 11:49:56 +0700 Subject: [winswitch] Assertion sizeFactor > 0 failed at libswscale/utils.c:365 In-Reply-To: References: <52D0B5CB.5020500@nagafix.co.uk> <52D0B704.1020505@nagafix.co.uk> Message-ID: <52D21EF4.2010104@nagafix.co.uk> Please always CC the list, and subscribe so you get the replies. On 11/01/14 23:25, Ryan Hamel wrote: > I apologize. I'm using OpenSuSE 13.1 > If there is additional information lacking please let me know and I'll > provide whatever information I can. Since this a bug report, more is usually better, see: http://xpra.org/trac/wiki/ReportingBugs In particular, since the problem seems to come from libswscale, the libav version installed would be a good start. openSUSE seems to be using the libav fork and not ffmpeg. Did you try to apply the libav patches? http://xpra.org/trac/browser/xpra/trunk/src/patches My guess is that you'll need pretty much the same patche set as Debian Sid: * libav-nofree * libav-pixfmtconsts * libav-no0RGB Antoine > > > On Fri, Jan 10, 2014 at 10:14 PM, Antoine Martin > > wrote: > > > > > -------- Original Message -------- > Subject: Re: [winswitch] Assertion sizeFactor > 0 failed at > libswscale/utils.c:365 > Date: Sat, 11 Jan 2014 10:08:59 +0700 > From: Antoine Martin > > To: shifter-users at lists.devloop.org.uk > > > > > On 10/01/14 23:15, Ryan Hamel wrote: > > Hello all, > > > > I have successfully compiled Xpra and start it, and assigned a program to > > the display. However, when I attempt to connect from another computer the > > remote program flashes on the screen from a moment and then apparently the > > Xpra server crashes with the following error: > > > > Assertion sizeFactor > 0 failed at libswscale/utils.c:365 > > > > Has anyone seen this before? Is there a parameter I can use to disable > > this feature? > You're not saying what distro or version you are on, so this makes it > difficult to help you. > Do the binary packages not work? > If you're on Debian or Ubuntu, you need the libav patches. Without > those, libav will often crash - though that's usually client side, not > server side. > > Antoine > _______________________________________________ > shifter-users mailing list > shifter-users at lists.devloop.org.uk > http://lists.devloop.org.uk/mailman/listinfo/shifter-users > > > > From c2z4s9 at gmail.com Mon Jan 13 14:25:41 2014 From: c2z4s9 at gmail.com (Ryan Hamel) Date: Mon, 13 Jan 2014 09:25:41 -0500 Subject: [winswitch] Assertion sizeFactor > 0 failed at libswscale/utils.c:365 In-Reply-To: <52D21EF4.2010104@nagafix.co.uk> References: <52D0B5CB.5020500@nagafix.co.uk> <52D0B704.1020505@nagafix.co.uk> <52D21EF4.2010104@nagafix.co.uk> Message-ID: Perhaps I am showing my ignorance here, but I didn't compile up libav (from libav.org) but instead compiled ffmpeg. I thought that is what I installed. The ffmpeg version is reported as N-59690-gc6fe984 (?). liavutil: 52.62.100 libavcoded 55.47.100 libavdevice 55.5.102 libavfilter 4.0.103 libswscale 2.5.101 libswresample 0.17.104 I applied the three patches that you suggested. I am now able to connect to the remote display and remain connected. However, even though I have a window for the remote utility it is blank. I will continue to experiment. On Sat, Jan 11, 2014 at 11:49 PM, Antoine Martin wrote: > Please always CC the list, and subscribe so you get the replies. > > > On 11/01/14 23:25, Ryan Hamel wrote: > > I apologize. I'm using OpenSuSE 13.1 > If there is additional information lacking please let me know and I'll > provide whatever information I can. > > Since this a bug report, more is usually better, see: > http://xpra.org/trac/wiki/ReportingBugs > In particular, since the problem seems to come from libswscale, the libav > version installed would be a good start. > > openSUSE seems to be using the libav fork and not ffmpeg. > Did you try to apply the libav patches? > http://xpra.org/trac/browser/xpra/trunk/src/patches > My guess is that you'll need pretty much the same patche set as Debian Sid: > * libav-nofree > * libav-pixfmtconsts > * libav-no0RGB > > Antoine > > > > > On Fri, Jan 10, 2014 at 10:14 PM, Antoine Martin wrote: > >> >> >> >> -------- Original Message -------- Subject: Re: [winswitch] Assertion >> sizeFactor > 0 failed at libswscale/utils.c:365 Date: Sat, 11 Jan 2014 >> 10:08:59 +0700 From: Antoine Martin To: >> shifter-users at lists.devloop.org.uk >> >> On 10/01/14 23:15, Ryan Hamel wrote: >> > Hello all, >> > >> > I have successfully compiled Xpra and start it, and assigned a program to >> > the display. However, when I attempt to connect from another computer the >> > remote program flashes on the screen from a moment and then apparently the >> > Xpra server crashes with the following error: >> > >> > Assertion sizeFactor > 0 failed at libswscale/utils.c:365 >> > >> > Has anyone seen this before? Is there a parameter I can use to disable >> > this feature? >> You're not saying what distro or version you are on, so this makes it >> difficult to help you. >> Do the binary packages not work? >> If you're on Debian or Ubuntu, you need the libav patches. Without >> those, libav will often crash - though that's usually client side, not >> server side. >> >> Antoine >> _______________________________________________ >> shifter-users mailing listshifter-users at lists.devloop.org.ukhttp://lists.devloop.org.uk/mailman/listinfo/shifter-users >> >> >> >> > > From antoine at nagafix.co.uk Tue Jan 14 10:13:56 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Tue, 14 Jan 2014 17:13:56 +0700 Subject: [winswitch] [ANNOUNCE] xpra 0.10.12 (important bug fixes) Message-ID: <52D50DE4.6050708@nagafix.co.uk> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, This version fixes a few bugs found through extensive testing for he upcoming 0.11 release. Upgrading is strongly recommended as this prevents the use of the webp picture decoder which leaks memory fast (unless specifically selected by the user). Note: up until now, webp was also used as a temporary encoding for smaller screen regions with the h264 and vp8 encodings. Most users would have been affected by this memory leak. Full release notes: * fix missing auto-refresh with lossy colourspace conversion * fix spurious warning from Nvidia OpenGL driver * fix OpenGL client crash with some drivers (ie: VirtualBox) * fix crash in bencoder caused by empty data to encode * fix OSX popup focus issue * fix ffmpeg2 h264 decoding (ie: Fedora 20+) * big warnings about webp leaking memory * generated debuginfo RPMs Another 0.11 release candidate is also available in the beta area. Hopefully the final one, again, but for real this time.. The source: https://xpra.org/src/ Binaries/repositories: https://winswitch.org/downloads/ Direct binary downloads: https://xpra.org/dists/ Beta: https://xpra.org/beta/ Cheers Antoine -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlLVDeQACgkQGK2zHPGK1rvb8gCdHL5CTJLoPPAByG8uW7EzhCZf pBUAn1nqUfcqzKeEnfrMPd0yTiGItV5A =yJor -----END PGP SIGNATURE----- From antoine at nagafix.co.uk Wed Jan 15 16:27:29 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Wed, 15 Jan 2014 23:27:29 +0700 Subject: [winswitch] [ANNOUNCE] xpra 0.10.12 (important bug fixes) In-Reply-To: <52D50DE4.6050708@nagafix.co.uk> References: <52D50DE4.6050708@nagafix.co.uk> Message-ID: <52D6B6F1.4070306@nagafix.co.uk> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The MS Windows installer has been updated to fix the GUI launcher on Vista onwards. Cheers Antoine On 14/01/14 17:13, Antoine Martin wrote: > Hi, > > This version fixes a few bugs found through extensive testing for he > upcoming 0.11 release. Upgrading is strongly recommended as this > prevents the use of the webp picture decoder which leaks memory fast > (unless specifically selected by the user). Note: up until now, webp > was also used as a temporary encoding for smaller screen regions with > the h264 and vp8 encodings. Most users would have been affected by > this memory leak. > > Full release notes: > * fix missing auto-refresh with lossy colourspace conversion > * fix spurious warning from Nvidia OpenGL driver > * fix OpenGL client crash with some drivers (ie: VirtualBox) > * fix crash in bencoder caused by empty data to encode > * fix OSX popup focus issue > * fix ffmpeg2 h264 decoding (ie: Fedora 20+) > * big warnings about webp leaking memory > * generated debuginfo RPMs > > Another 0.11 release candidate is also available in the beta area. > Hopefully the final one, again, but for real this time.. > > The source: > https://xpra.org/src/ > Binaries/repositories: > https://winswitch.org/downloads/ > Direct binary downloads: > https://xpra.org/dists/ > Beta: > https://xpra.org/beta/ > > Cheers > Antoine -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlLWtvEACgkQGK2zHPGK1ruNhgCff76SlUJkUC7N/8fGzj/TAVgx 6JkAnjzEbTR34s/MSll7Agae49mvssSa =kVtS -----END PGP SIGNATURE----- From antoine at nagafix.co.uk Mon Jan 20 11:53:53 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Mon, 20 Jan 2014 18:53:53 +0700 Subject: [winswitch] [ANNOUNCE] xpra 0.11.0 (new major release) Message-ID: <52DD0E51.30709@nagafix.co.uk> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, This new major release brings a number of new exciting and exclusive features: * NVENC support for hardware accelerated h264 encoding on Nvidia cards, this can compress video frames much faster than your CPU ever will: http://xpra.org/trac/wiki/Encodings/nvenc which means that screen updates can get to your client very quickly: http://xpra.org/stats/NVENC/ xpra is the first open source software to support NVENC. * Support for OpenCL and CUDA acceleration of colourspace conversion: http://xpra.org/trac/wiki/CSC * Proxy mode for serving multiple sessions through a single TCP port: http://xpra.org/trac/wiki/ProxyServer * Support for sharing a TCP port with a server: "--tcp-proxy=HOST:PORT" Non-xpra traffic will be forwarded to the target of your choice, which can be very useful for serving both HTTP and xpra from the same port. * New and extensible authentication mechanisms: http://xpra.org/trac/wiki/Authentication * mDNS support: your xpra sessions will be advertised unless you specify the switch "--no-mdns" * support for transparency with OpenGL windows and with 8-bit PNG modes * "remote shadow start" so you can clone an existing remote X11 display to your desktop in one command: "xpra shadow ssh:HOST:0" * Support for faster lz4 compression and a Cython bencoder: http://xpra.org/trac/wiki/PacketEncoding which can make a significant improvement in latency with RGB encoding: http://xpra.org/stats/lz4/ * ffmpeg and libav are no longer required for vpx and x264 support, as we ship a (slower) fallback module. * improved system tray support and native integration * stricter and safer value parsing * more detailed status information via UI and "xpra info" * experimental HTML5 client: http://xpra.org/trac/attachment/ticket/473/xpra-html5.png * non xpra clients are rejected with a more friendly response * libvpx 1.3 and ffmpeg 2.1.3 for OSX, MS Windows and static builds And the usual cleanups and refactorings to make the code easier to work on. The wiki has been updated and has quite a few new pages too: http://xpra.org/trac/wiki The development for version 0.12 is about to start, and we already have quite a few tickets queued up: http://xpra.org/trac/milestone/0.12 But if you have requests or killer features you would like to see added, do let us know. Now, for the usual links: The source: https://xpra.org/src/ Binaries/repositories: https://winswitch.org/downloads/ Direct binary downloads: https://xpra.org/dists/ Beta: https://xpra.org/beta/ Cheers Antoine -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlLdDlAACgkQGK2zHPGK1rtfxwCfQxke6yHhIA9GKFpE0C7wCZ+z kaMAn0DSTVPceIfTeji2EMdleDMGoYqU =M6ES -----END PGP SIGNATURE----- From moocow1452 at gmail.com Mon Jan 20 21:27:56 2014 From: moocow1452 at gmail.com (Joey Carlini) Date: Mon, 20 Jan 2014 16:27:56 -0500 Subject: [winswitch] XPRA and Win Shifter for the Web Message-ID: Hi, I was wondering what the over/under is on the possibility of XPRA being ported to the web through Emscripten or Native Client. Along with being a major win for Chromebooks or other people who want to be able to access an app over the internet, I like the idea of using it for Crouton, a build of linux that installs itself into a Linux Chroot inside a Chromebook, and can be tapped in order to run native apps. This sort of integration would be fantastic, and I was wondering if there was a time table or porting guide I could refer to if I wanted to take a crack at it myself. From antoine at nagafix.co.uk Tue Jan 21 03:55:16 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Tue, 21 Jan 2014 10:55:16 +0700 Subject: [winswitch] XPRA and Win Shifter for the Web In-Reply-To: References: Message-ID: <52DDEFA4.8010606@nagafix.co.uk> On 21/01/14 04:27, Joey Carlini wrote: > Hi, I was wondering what the over/under is on the possibility of XPRA being > ported to the web through Emscripten or Native Client. Along with being a > major win for Chromebooks or other people who want to be able to access an > app over the internet, I like the idea of using it for Crouton, a build of > linux that installs itself into a Linux Chroot inside a Chromebook, and can > be tapped in order to run native apps. This sort of integration would be > fantastic, and I was wondering if there was a time table or porting guide I > could refer to if I wanted to take a crack at it myself. Writing xpra clients is rather easy, I have now written proof-of-concept clients in Java and Javascript in just a matter of days. Then there's the existing Python/GTK client. I would use one of those as a template for a new client. The main difficulty is in finding the support libraries you will need to handle: * compression (optional but recommended): zlib (easy to find) or lz4 * packet encoding (required): a modified bencode (easy-ish) or rencode * windowing system integration (or lack thereof in HTML5 or Android..): platform dependent. Then you just need to implement: * network layer: sending and receiving packets * basic client class: creating windows and painting them There are a number of optional features (notifications, clipboard, bell, better encodings) which you can skip until you find that you really need them. Feel free to create a ticket and post some code and we can help you with it. Cheers Antoine From antoine at nagafix.co.uk Fri Jan 24 08:35:57 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Fri, 24 Jan 2014 15:35:57 +0700 Subject: [winswitch] [ANNOUNCE] xpra 0.11.1 (bug fixes) In-Reply-To: <52D50DE4.6050708@nagafix.co.uk> References: <52D50DE4.6050708@nagafix.co.uk> Message-ID: <52E225ED.2010006@nagafix.co.uk> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, This version fixes only 4 small bugs, none of them are very critical unless you did encounter them: * fix compatibility with old/unsupported servers * fix shadow mode * fix paint issue with transparent tooltips on OSX and MS Windows * fix pixel format typo in OpenGL logging The source: https://xpra.org/src/ Binaries/repositories: https://winswitch.org/downloads/ Direct binary downloads: https://xpra.org/dists/ Beta: https://xpra.org/beta/ Cheers Antoine -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlLiJekACgkQGK2zHPGK1rtSrwCffrlwRgabKhmMtpRhPUgg2LrW 7TUAn3fqWQlNO2XtCsSv1MXvZeELSYV1 =dLjn -----END PGP SIGNATURE----- From antoine at nagafix.co.uk Fri Jan 24 12:40:39 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Fri, 24 Jan 2014 19:40:39 +0700 Subject: [winswitch] WindowSwitch 0.12.20 binaries rebuild with Xpra 0.11.1 Message-ID: <52E25F47.6040808@nagafix.co.uk> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I've uploaded new installers for MS Windows and Mac OSX of Window-Switch 0.12.20 These new images have been rebuilt so as to include the latest Xpra 0.11.1 and fix some very minor bugs. Cheers Antoine -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlLiX0cACgkQGK2zHPGK1rvJtACeMJcH3ThmOnJnryPBLamSC2qO 4BwAmQGzKyHBuMDgk9gKJsWVJYjwUy8I =o9xh -----END PGP SIGNATURE----- From offonoffoffonoff at gmail.com Sun Jan 26 00:12:51 2014 From: offonoffoffonoff at gmail.com (...) Date: Sat, 25 Jan 2014 18:12:51 -0600 Subject: [winswitch] assigning input devices to xpra instance? Message-ID: Hello, I am exploring making a multiseat system (multiple users with multiple monitors/mice/keyboards on one computer) with only one graphics card feeding two terminals. Tutorials on line for doing this all talk about Xephyr. (If you had multiple cards, you'd start an new X server for each user.) The Xephyr dev hates that xypher is used for multiseat and so it really isn't the best tool. Xpra is sort of similar to Xephyr. One thing Xephyr has is the ability to have devices from evdev (/dev/input/) assigned to a particular instance of it, so one mouse and one keyboard only send information to that one Xephyr session. Does Xpra have any functionality like that, or could it be hacked in some way using another program in conjunction with Xpra? Thanks, Elliot From antoine at nagafix.co.uk Sun Jan 26 05:21:14 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Sun, 26 Jan 2014 12:21:14 +0700 Subject: [winswitch] assigning input devices to xpra instance? In-Reply-To: References: Message-ID: <52E49B4A.7040908@nagafix.co.uk> On 26/01/14 07:12, ... wrote: > Hello, > > I am exploring making a multiseat system (multiple users with multiple > monitors/mice/keyboards on one computer) with only one graphics card > feeding two terminals. Tutorials on line for doing this all talk about > Xephyr. (If you had multiple cards, you'd start an new X server for each > user.) The Xephyr dev hates that xypher is used for multiseat and so it > really isn't the best tool. > > Xpra is sort of similar to Xephyr. Not really. Xpra is a window manager, Xephyr is a display manager. Window managers operate on top of a display manager and do not deal with devices. Xpra uses Xvfb or Xdummy, one can use Xephyr with Xpra to get full screen sessions ala VNC, but that's a completely different use case. > One thing Xephyr has is the ability to > have devices from evdev (/dev/input/) assigned to a particular instance of > it, so one mouse and one keyboard only send information to that one Xephyr > session. Does Xpra have any functionality like that, No, and it won't. This is not the right place to do it. > or could it be hacked > in some way using another program in conjunction with Xpra? I don't understand how Xpra would fit in your scheme. My advice: get a cheap second graphics card. Cheers Antoine From varvello at yahoo.com Tue Jan 28 07:56:35 2014 From: varvello at yahoo.com (Davide Varvello) Date: Mon, 27 Jan 2014 23:56:35 -0800 (PST) Subject: [winswitch] Some keys are not working (OSX - Ubuntu) Message-ID: <1390895795.31525.YahooMailNeo@web160103.mail.bf1.yahoo.com> Hi Antoine, ?I've a problem with xpra on ubuntu and win switch on mac. Some keys are not working i.e. arrows, enter, some key modifiers like ctrl+t. My configuration is: win switch 0.12.20 on OS X xpra 0.9.6 on Ubuntu 10.04.4 LTS.? I know you don't support Lucid anymore, but I'm wondering it is something weird on win-switch. TIA Davide From antoine at nagafix.co.uk Tue Jan 28 12:00:18 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Tue, 28 Jan 2014 19:00:18 +0700 Subject: [winswitch] Some keys are not working (OSX - Ubuntu) In-Reply-To: <1390895795.31525.YahooMailNeo@web160103.mail.bf1.yahoo.com> References: <1390895795.31525.YahooMailNeo@web160103.mail.bf1.yahoo.com> Message-ID: <52E79BD2.8030109@nagafix.co.uk> On 28/01/14 14:56, Davide Varvello wrote: > Hi Antoine, > I've a problem with xpra on ubuntu and win switch on mac. Some keys are not working i.e. arrows, enter, some key modifiers like ctrl+t. > > My configuration is: > win switch 0.12.20 on OS X > xpra 0.9.6 on Ubuntu 10.04.4 LTS. > > I know you don't support Lucid anymore, but I'm wondering it is something weird on win-switch. Although 0.9.6 is buggy and old, I don't expect later versions to fare any better in this case since there weren't any significant keyboard related changes since. I am aware of at least one bug which may have an impact: https://www.xpra.org/trac/ticket/483 Can you please file a bug using these guidelines: https://www.xpra.org/trac/wiki/Keyboard#ReportingBugs And we should be able to do something to improve support. Cheers Antoine From varvello at yahoo.com Tue Jan 28 22:01:03 2014 From: varvello at yahoo.com (Davide Varvello) Date: Tue, 28 Jan 2014 23:01:03 +0100 Subject: [winswitch] Some keys are not working (OSX - Ubuntu) In-Reply-To: <52E79BD2.8030109@nagafix.co.uk> References: <1390895795.31525.YahooMailNeo@web160103.mail.bf1.yahoo.com> <52E79BD2.8030109@nagafix.co.uk> Message-ID: <50D9F187-491B-4A90-92CE-1273FFF14C2C@yahoo.com> On Jan 28, 2014, at 13:00, Antoine Martin wrote: > On 28/01/14 14:56, Davide Varvello wrote: >> Hi Antoine, >> I've a problem with xpra on ubuntu and win switch on mac. Some keys are not working i.e. arrows, enter, some key modifiers like ctrl+t. >> >> My configuration is: >> win switch 0.12.20 on OS X >> xpra 0.9.6 on Ubuntu 10.04.4 LTS. >> >> I know you don't support Lucid anymore, but I'm wondering it is something weird on win-switch. > Although 0.9.6 is buggy and old, I don't expect later versions to fare > any better in this case since there weren't any significant keyboard > related changes since. That's strange because I did an apt-get upgrade few weeks ago. Davide > I am aware of at least one bug which may have an impact: > https://www.xpra.org/trac/ticket/483 > > Can you please file a bug using these guidelines: > https://www.xpra.org/trac/wiki/Keyboard#ReportingBugs > And we should be able to do something to improve support. > > Cheers > Antoine > _______________________________________________ > shifter-users mailing list > shifter-users at lists.devloop.org.uk > http://lists.devloop.org.uk/mailman/listinfo/shifter-users From antoine at nagafix.co.uk Wed Jan 29 11:45:39 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Wed, 29 Jan 2014 18:45:39 +0700 Subject: [winswitch] Some keys are not working (OSX - Ubuntu) In-Reply-To: <50D9F187-491B-4A90-92CE-1273FFF14C2C@yahoo.com> References: <1390895795.31525.YahooMailNeo@web160103.mail.bf1.yahoo.com> <52E79BD2.8030109@nagafix.co.uk> <50D9F187-491B-4A90-92CE-1273FFF14C2C@yahoo.com> Message-ID: <52E8E9E3.8030706@nagafix.co.uk> On 29/01/14 05:01, Davide Varvello wrote: > > On Jan 28, 2014, at 13:00, Antoine Martin wrote: > >> On 28/01/14 14:56, Davide Varvello wrote: >>> Hi Antoine, >>> I've a problem with xpra on ubuntu and win switch on mac. Some keys are not working i.e. arrows, enter, some key modifiers like ctrl+t. >>> >>> My configuration is: >>> win switch 0.12.20 on OS X >>> xpra 0.9.6 on Ubuntu 10.04.4 LTS. >>> >>> I know you don't support Lucid anymore, but I'm wondering it is something weird on win-switch. >> Although 0.9.6 is buggy and old, I don't expect later versions to fare >> any better in this case since there weren't any significant keyboard >> related changes since. > That's strange because I did an apt-get upgrade few weeks ago. What did you expect it would do? Ubuntu 10.04 is abandoned for desktop use, that's why you're stuck on 0.9.6.. > Davide >> I am aware of at least one bug which may have an impact: >> https://www.xpra.org/trac/ticket/483 >> >> Can you please file a bug using these guidelines: >> https://www.xpra.org/trac/wiki/Keyboard#ReportingBugs >> And we should be able to do something to improve support. Bump! Antoine From varvello at yahoo.com Wed Jan 29 14:49:58 2014 From: varvello at yahoo.com (Davide Varvello) Date: Wed, 29 Jan 2014 06:49:58 -0800 (PST) Subject: [winswitch] Some keys are not working (OSX - Ubuntu) In-Reply-To: <52E8E9E3.8030706@nagafix.co.uk> References: <1390895795.31525.YahooMailNeo@web160103.mail.bf1.yahoo.com> <52E79BD2.8030109@nagafix.co.uk> <50D9F187-491B-4A90-92CE-1273FFF14C2C@yahoo.com> <52E8E9E3.8030706@nagafix.co.uk> Message-ID: <1391006998.43924.YahooMailNeo@web160104.mail.bf1.yahoo.com> >>> I know you don't support Lucid anymore, but I'm wondering it is something weird on win-switch. >>> Although 0.9.6 is buggy and old, I don't expect later versions to fare >>> any better in this case since there weren't any significant keyboard >>> related changes since. >> That's strange because I did an apt-get upgrade few weeks ago. >What did you expect it would do? >Ubuntu 10.04 is abandoned for desktop use, that's why you're stuck on >0.9.6.. > > >I didn't expect anything, that's why I'm asking! Davide From antoine at nagafix.co.uk Thu Jan 30 00:40:12 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Thu, 30 Jan 2014 07:40:12 +0700 Subject: [winswitch] [ANNOUNCE] xpra 0.11.2 (minor bug fixes) Message-ID: <52E99F6C.7010006@nagafix.co.uk> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, This minor update fixes 4 minor bugs, there is no urgency to update if you are not affected: * fix Cython 0.10 compatibility * fix OpenGL pixel upload alignment code (rare corruption) * fix xpra command line help page tokens * fix compatibility with old versions of the python glib library (ie: CentOS servers) Now, for the usual links: The source: https://xpra.org/src/ Binaries/repositories: https://winswitch.org/downloads/ Direct binary downloads: https://xpra.org/dists/ Beta: https://xpra.org/beta/ Cheers Antoine -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlLpn2gACgkQGK2zHPGK1rvJ4gCePEtCJt4QLQPkuVj5XdfXhr05 ZmYAnj/tyRLmjY+zwAfwM9/5myGxE9vq =wvuJ -----END PGP SIGNATURE-----