From blade.eric at gmail.com Wed Oct 1 01:05:06 2014 From: blade.eric at gmail.com (Eric Blade) Date: Tue, 30 Sep 2014 20:05:06 -0400 Subject: [winswitch] How to specify newer version of Xpra on Windows? In-Reply-To: References: Message-ID: Win-Switch Menu->Configuration->Tick Advanced Options, then go to the Protocols tab, click the Xpra.exe and locate the correct one, apply, save. On Tue, Sep 30, 2014 at 2:21 PM, S. Lee Gooding wrote: > Hey everyone, > > I just recently discovered Window Switch. It is a fantastic tool! I noticed > that the binary setup for windows is using an older version of Xpra. I > would like to use a newer version if possible. How do I tell Window Switch > to use my newer install of Xpra, rather than the bundled version? > > Thanks! > _______________________________________________ > shifter-users mailing list > shifter-users at lists.devloop.org.uk > http://lists.devloop.org.uk/mailman/listinfo/shifter-users > -- Eric Blade - 707-99-BLADE http://www.ericbla.de/ When they broke open molecules, they found they were only stuffed with atoms. But when they broke open atoms, they found them stuffed with explosions. "I hate how the assembly directions for my new desk are more difficult to understand than the programming languages I use while at the desk."- Phil Miller From antoine at nagafix.co.uk Wed Oct 1 04:29:25 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Wed, 01 Oct 2014 10:29:25 +0700 Subject: [winswitch] [ANNOUNCE] xpra 0.14.8 (many fixes) Message-ID: <542B7515.1000001@nagafix.co.uk> Hi, This minor update fixes a large number of non critical bugs. Updating is recommended. Release notes: * fix shadow servers * fix DPI issues with MS Windows client and high DPI displays * fix codec version lookup code and add numpy version * fix command line parsing on builds without server components * fix command line help text for system-tray option * fix missing default config on OSX * fix bug in icon change handler * fix MS Windows shadow servers using 100% CPU * fix client side error message when windows disappear * fix transparency detection for some windows * use new icon consistently * try harder to enable webp on some platforms * honour nvenc GPU device selection * remove old unused code 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 From ntlong0210 at gmail.com Thu Oct 2 11:31:53 2014 From: ntlong0210 at gmail.com (Long Nguyen Thanh) Date: Thu, 2 Oct 2014 17:31:53 +0700 Subject: [winswitch] [XPRA] server is not responding Message-ID: Hi, I have a trouble with xpra. Server-side: Ubuntu 12.04 xpra 0.14-8. Client-side: Windows 7 xpra 0.14-8 Command: xpra start :100 --start-child=xterm --bind-tcp=0.0.0.0:10000 --no-pulseaudio xpra attach tcp:IP:10000 After using xpra about 30 minutes / 1 hour, xpra is not responding: Error message: server is not responding, drawing spinner over the windows. I found a reference track, but I can't resolve my trouble. https://www.xpra.org/trac/ticket/306 From antoine at nagafix.co.uk Thu Oct 2 11:37:52 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Thu, 02 Oct 2014 17:37:52 +0700 Subject: [winswitch] [XPRA] server is not responding In-Reply-To: References: Message-ID: <542D2B00.3090908@nagafix.co.uk> On 02/10/14 17:31, Long Nguyen Thanh wrote: > Hi, > > I have a trouble with xpra. > Server-side: Ubuntu 12.04 xpra 0.14-8. > Client-side: Windows 7 xpra 0.14-8 > Command: > xpra start :100 --start-child=xterm --bind-tcp=0.0.0.0:10000 --no-pulseaudio > xpra attach tcp:IP:10000 > > After using xpra about 30 minutes / 1 hour, xpra is not responding: > Error message: server is not responding, drawing spinner over the windows. > I found a reference track, but I can't resolve my trouble. > https://www.xpra.org/trac/ticket/306 Is the server still reachable? Can you get "xpra info" from it when this happens? Can you use the bug report tool from the tray menu to capture some data? If so, put some of that information in a ticket and we can try to resolve it, otherwise there just isn't enough information in this email to try to identify the cause of the problem. Cheers Antoine From hernantz at gmail.com Mon Oct 6 01:58:59 2014 From: hernantz at gmail.com (hernantz) Date: Sun, 05 Oct 2014 21:58:59 -0300 Subject: [winswitch] Getting UnboundLocalError when playing with xpra + docker Message-ID: <5431E953.8050304@gmail.com> Hi there, I'm getting an error when trying to use xpra + docker with the docker-desktop image[0]: UnboundLocalError: local variable 'xkbmap_query_struct' referenced before assignment (Full traceback[1]) Xpra version: xpra v0.14.8 OS: Ubuntu 12.04 Is this a known bug? May it be that my OS version is too old? Thanks in advance. hernantz [0] https://github.com/rogaha/docker-desktop [1] http://pastebin.com/RrVdyUqS From antoine at nagafix.co.uk Mon Oct 6 03:27:08 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Mon, 06 Oct 2014 09:27:08 +0700 Subject: [winswitch] Getting UnboundLocalError when playing with xpra + docker In-Reply-To: <5431E953.8050304@gmail.com> References: <5431E953.8050304@gmail.com> Message-ID: <5431FDFC.7080903@nagafix.co.uk> On 06/10/14 07:58, hernantz wrote: > Hi there, > I'm getting an error when trying to use xpra + docker with the > docker-desktop image[0]: > UnboundLocalError: local variable 'xkbmap_query_struct' referenced > before assignment (Full traceback[1]) > Xpra version: xpra v0.14.8 > OS: Ubuntu 12.04 > Is this a known bug? It is and it isn't. The fix for the missing "xkbmap_query_struct" exists: http://xpra.org/trac/changeset/7873/xpra But you should not be able to hit this codepath if your xpra installation is clean. Did you install from source or mix installation or something? Which package are you using? (the full Debian package version string) Cheers Antoine > May it be that my OS version is too old? > Thanks in advance. > hernantz > > [0] https://github.com/rogaha/docker-desktop > [1] http://pastebin.com/RrVdyUqS > > _______________________________________________ > shifter-users mailing list > shifter-users at lists.devloop.org.uk > http://lists.devloop.org.uk/mailman/listinfo/shifter-users From ntlong0210 at gmail.com Tue Oct 7 03:15:51 2014 From: ntlong0210 at gmail.com (Long Nguyen Thanh) Date: Tue, 7 Oct 2014 09:15:51 +0700 Subject: [winswitch] lz4 for ubuntu 12.04 Message-ID: Hi all, Currently, xpra in ubuntu 12.04 is only support zlib compression. Now I want to my OS can support lz4 . I think I must install python-lz4 package. But this package is not available in Ubuntu 12.04. I tried installing or buiding similiar with lz4 https://github.com/steeve/python-lz4 https://pypi.python.org/pypi/lz4 But not success. So, can we use lz4 compression in Ubuntu 12.04 ? From antoine at nagafix.co.uk Tue Oct 7 10:38:54 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Tue, 07 Oct 2014 16:38:54 +0700 Subject: [winswitch] lz4 for ubuntu 12.04 In-Reply-To: References: Message-ID: <5433B4AE.2080700@nagafix.co.uk> On 07/10/14 09:15, Long Nguyen Thanh wrote: > Hi all, > > Currently, xpra in ubuntu 12.04 is only support zlib compression. Now I > want to my OS can support lz4 . I think I must install python-lz4 package. > But this package is not available in Ubuntu 12.04. I tried installing or > buiding similiar with lz4 > https://github.com/steeve/python-lz4 > https://pypi.python.org/pypi/lz4 > But not success. Until someone backports python-lz4 (or even python-lzo which is still an improvement over zlib) for those old distros, try as root: easy_install lz4 > So, can we use lz4 compression in Ubuntu 12.04 ? Cheers Antoine From ntlong0210 at gmail.com Tue Oct 7 11:33:37 2014 From: ntlong0210 at gmail.com (Long Nguyen Thanh) Date: Tue, 7 Oct 2014 10:33:37 +0000 Subject: [winswitch] lz4 for ubuntu 12.04 In-Reply-To: <5433B4AE.2080700@nagafix.co.uk> References: <5433B4AE.2080700@nagafix.co.uk> Message-ID: Hi, On Tue, Oct 7, 2014 at 9:38 AM, Antoine Martin wrote: > On 07/10/14 09:15, Long Nguyen Thanh wrote: > > Hi all, > > > > Currently, xpra in ubuntu 12.04 is only support zlib compression. Now I > > want to my OS can support lz4 . I think I must install python-lz4 > package. > > But this package is not available in Ubuntu 12.04. I tried installing or > > buiding similiar with lz4 > > https://github.com/steeve/python-lz4 > > https://pypi.python.org/pypi/lz4 > > But not success. > Until someone backports python-lz4 (or even python-lzo which is still an > improvement over zlib) for those old distros, try as root: > easy_install lz4 > Thank you, I stopped at 'pip install lz4' and didn't use the second command. It's works. Thanks for your time :) > > So, can we use lz4 compression in Ubuntu 12.04 ? > > 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 Tue Oct 7 17:09:05 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Tue, 07 Oct 2014 23:09:05 +0700 Subject: [winswitch] [ANNOUNCE] xpra 0.14.9 (small fixes) Message-ID: <54341021.3070809@nagafix.co.uk> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, This minor update fixes only a few small bugs, there is no urgency to update though apparently some bash system updates may cause compatibility issues if you don't: * fix x11 keymap layout detection * fix IPv6 parsing * fix shellshock bash env compatibility issue * fix clipboard auto-disabled too early * fix event handlers wrongly called twice * fix command line error message format 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 v2 iEYEARECAAYFAlQ0ECEACgkQGK2zHPGK1rtjjACfa/4WNkPSNptBMzz92VrD/OX4 tacAn3kKoCSqBDfEgAgFtS4Eki14k7UL =kyDq -----END PGP SIGNATURE----- From lukashaase at gmx.at Tue Oct 7 19:56:07 2014 From: lukashaase at gmx.at (lukashaase at gmx.at) Date: Tue, 7 Oct 2014 20:56:07 +0200 Subject: [winswitch] Missing dependencies in CentOS 5.4 -> Bug? Message-ID: Hi, I added the the repository as described on the winswitch homepage but when I run I get: yum install xpra Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * addons: centos.mirrors.hoobly.com * base: centos.mirrors.hoobly.com * extras: mirror.keystealth.org * rpmforge: mirror.webnx.com * rpmforge-extras: mirror.webnx.com * rpmforge-testing: mirror.webnx.com * updates: mirror.supremebytes.com Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package xpra.x86_64 0:0.14.8-1.el5_10 set to be updated --> Processing Dependency: ffmpeg-xpra for package: xpra --> Processing Dependency: python-netifaces for package: xpra --> Processing Dependency: libavutil.so.54(LIBAVUTIL_54)(64bit) for package: xpra --> Processing Dependency: libwebp-xpra for package: xpra --> Processing Dependency: libvpx-xpra for package: xpra --> Processing Dependency: x264-xpra for package: xpra --> Processing Dependency: python-crypto for package: xpra --> Processing Dependency: libswscale.so.3(LIBSWSCALE_3)(64bit) for package: xpra --> Processing Dependency: libavcodec.so.56(LIBAVCODEC_56)(64bit) for package: xpra --> Processing Dependency: libavcodec.so.56()(64bit) for package: xpra --> Processing Dependency: libavutil.so.54()(64bit) for package: xpra --> Processing Dependency: libx264.so.142()(64bit) for package: xpra --> Processing Dependency: libvpx.so.1()(64bit) for package: xpra --> Processing Dependency: libwebp.so.5()(64bit) for package: xpra --> Processing Dependency: libswscale.so.3()(64bit) for package: xpra --> Running transaction check ---> Package ffmpeg-xpra.x86_64 0:2.3.3-1 set to be updated ---> Package libvpx-xpra.x86_64 0:1.3.0-1 set to be updated ---> Package libwebp-xpra.x86_64 0:0.4.1-1 set to be updated ---> Package python-crypto.x86_64 0:2.6.1-2 set to be updated --> Processing Dependency: libgmp.so.3()(64bit) for package: python-crypto ---> Package python-netifaces.x86_64 0:0.10.4-2 set to be updated ---> Package x264-xpra.x86_64 0:20140814-1 set to be updated ---> Package xpra.x86_64 0:0.14.8-1.el5_10 set to be updated --> Processing Dependency: libavutil.so.54(LIBAVUTIL_54)(64bit) for package: xpra --> Processing Dependency: libswscale.so.3(LIBSWSCALE_3)(64bit) for package: xpra --> Processing Dependency: libavcodec.so.56(LIBAVCODEC_56)(64bit) for package: xpra --> Processing Dependency: libavcodec.so.56()(64bit) for package: xpra --> Processing Dependency: libavutil.so.54()(64bit) for package: xpra --> Processing Dependency: libswscale.so.3()(64bit) for package: xpra --> Running transaction check ---> Package gmp.x86_64 0:4.1.4-10.el5 set to be updated ---> Package xpra.x86_64 0:0.14.8-1.el5_10 set to be updated --> Processing Dependency: libavutil.so.54(LIBAVUTIL_54)(64bit) for package: xpra --> Processing Dependency: libswscale.so.3(LIBSWSCALE_3)(64bit) for package: xpra --> Processing Dependency: libavcodec.so.56(LIBAVCODEC_56)(64bit) for package: xpra --> Processing Dependency: libavcodec.so.56()(64bit) for package: xpra --> Processing Dependency: libavutil.so.54()(64bit) for package: xpra --> Processing Dependency: libswscale.so.3()(64bit) for package: xpra --> Finished Dependency Resolution xpra-0.14.8-1.el5_10.x86_64 from winswitch has depsolving problems --> Missing Dependency: libavutil.so.54()(64bit) is needed by package xpra-0.14.8-1.el5_10.x86_64 (winswitch) xpra-0.14.8-1.el5_10.x86_64 from winswitch has depsolving problems --> Missing Dependency: libavutil.so.54(LIBAVUTIL_54)(64bit) is needed by package xpra-0.14.8-1.el5_10.x86_64 (winswitch) xpra-0.14.8-1.el5_10.x86_64 from winswitch has depsolving problems --> Missing Dependency: libavcodec.so.56(LIBAVCODEC_56)(64bit) is needed by package xpra-0.14.8-1.el5_10.x86_64 (winswitch) xpra-0.14.8-1.el5_10.x86_64 from winswitch has depsolving problems --> Missing Dependency: libavcodec.so.56()(64bit) is needed by package xpra-0.14.8-1.el5_10.x86_64 (winswitch) xpra-0.14.8-1.el5_10.x86_64 from winswitch has depsolving problems --> Missing Dependency: libswscale.so.3(LIBSWSCALE_3)(64bit) is needed by package xpra-0.14.8-1.el5_10.x86_64 (winswitch) xpra-0.14.8-1.el5_10.x86_64 from winswitch has depsolving problems --> Missing Dependency: libswscale.so.3()(64bit) is needed by package xpra-0.14.8-1.el5_10.x86_64 (winswitch) Error: Missing Dependency: libswscale.so.3()(64bit) is needed by package xpra-0.14.8-1.el5_10.x86_64 (winswitch) Error: Missing Dependency: libavutil.so.54(LIBAVUTIL_54)(64bit) is needed by package xpra-0.14.8-1.el5_10.x86_64 (winswitch) Error: Missing Dependency: libavutil.so.54()(64bit) is needed by package xpra-0.14.8-1.el5_10.x86_64 (winswitch) Error: Missing Dependency: libswscale.so.3(LIBSWSCALE_3)(64bit) is needed by package xpra-0.14.8-1.el5_10.x86_64 (winswitch) Error: Missing Dependency: libavcodec.so.56()(64bit) is needed by package xpra-0.14.8-1.el5_10.x86_64 (winswitch) Error: Missing Dependency: libavcodec.so.56(LIBAVCODEC_56)(64bit) is needed by package xpra-0.14.8-1.el5_10.x86_64 (winswitch) You could try using --skip-broken to work around the problem You could try running: package-cleanup --problems package-cleanup --dupes rpm -Va --nofiles --nodigest The program package-cleanup is found in the yum-utils package. Indeed, the package requires e.g. libswscale.so.3, while the packages on rpmforge contain 0.11 and ffmpeg-xpra contains /usr/lib64/xpra/libswscale.so.2 I succeed manually installing an older version with "rpm" but this runs pretty unstable. Thanks! Lukas From antoine at nagafix.co.uk Wed Oct 8 02:54:37 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Wed, 08 Oct 2014 08:54:37 +0700 Subject: [winswitch] Missing dependencies in CentOS 5.4 -> Bug? In-Reply-To: References: Message-ID: <5434995D.5040004@nagafix.co.uk> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 08/10/14 01:56, lukashaase at gmx.at wrote: > Hi, > > I added the the repository as described on the winswitch homepage but when I run I get: > > yum install xpra (snip) > Error: Missing Dependency: libswscale.so.3()(64bit) is needed by package xpra-0.14.8-1.el5_10.x86_64 (winswitch) > Error: Missing Dependency: libavutil.so.54(LIBAVUTIL_54)(64bit) is needed by package xpra-0.14.8-1.el5_10.x86_64 (winswitch) > Error: Missing Dependency: libavutil.so.54()(64bit) is needed by package xpra-0.14.8-1.el5_10.x86_64 (winswitch) > Error: Missing Dependency: libswscale.so.3(LIBSWSCALE_3)(64bit) is needed by package xpra-0.14.8-1.el5_10.x86_64 (winswitch) > Error: Missing Dependency: libavcodec.so.56()(64bit) is needed by package xpra-0.14.8-1.el5_10.x86_64 (winswitch) > Error: Missing Dependency: libavcodec.so.56(LIBAVCODEC_56)(64bit) is needed by package xpra-0.14.8-1.el5_10.x86_64 (winswitch) (snip) > Indeed, the package requires e.g. libswscale.so.3, while the packages on rpmforge contain 0.11 and ffmpeg-xpra contains /usr/lib64/xpra/libswscale.so.2 Indeed, the 0.14.8 RPMs had been built against ffmpeg 2.4 and only ffmpeg 2.3.x was in the repository. My mistake. (and 0.14.9 which was released yesterday is also built against ffmpeg 2.4) ffmpeg 2.4 was pushed the repository yesterday though, just before your post. This should fix all those dependencies issues: yum clean all; yum update Cheers Antoine > I succeed manually installing an older version with "rpm" but this runs pretty unstable. > > > Thanks! > Lukas > > > > > > > > > _______________________________________________ > shifter-users mailing list > shifter-users at lists.devloop.org.uk > http://lists.devloop.org.uk/mailman/listinfo/shifter-users -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlQ0mVwACgkQGK2zHPGK1rttrACcDl+nCXazsIjf5ZCOIzcJRB3Y 53wAn2rRT6C/b5ba1G8Tf2MfBghOjF+S =+Enw -----END PGP SIGNATURE----- From rdt at cs.queensu.ca Wed Oct 8 05:09:37 2014 From: rdt at cs.queensu.ca (Bob Tennent) Date: Wed, 08 Oct 2014 00:09:37 -0400 Subject: [winswitch] Missing dependencies in CentOS 5.4 -> Bug? In-Reply-To: <5434995D.5040004@nagafix.co.uk> References: <5434995D.5040004@nagafix.co.uk> Message-ID: <20141008050937.vU1rkFs0%rdt@cs.queensu.ca> >|ffmpeg 2.4 was pushed the repository yesterday though, just before your >|post. >|This should fix all those dependencies issues: >|yum clean all; yum update Yes, but now I can't attach to a running 0.14.9 server: % see /home/rdt/.xpra/:100.log 2014-10-08 00:03:30,818 failed to load the mdns avahi publisher: No module named avahi 2014-10-08 00:03:30,818 either fix your installation or use the '--no-mdns' flag 2014-10-08 00:03:30,880 your version of PyGTK is too old - expect some bugs 2014-10-08 00:03:30,882 found previous Xpra instance 2014-10-08 00:03:30,889 server uuid is 138b9517095742509c9006306a919c2a 2014-10-08 00:03:30,989 using notification forwarder: DBUSNotificationsForwarder(org.freedesktop.Notifications) 2014-10-08 00:03:30,991 xpra server version 0.14.9 (runknown) 2014-10-08 00:03:30,992 running with pid 25012 2014-10-08 00:03:31,013 xpra is ready. % xpra attach ssh:******:100 2014-10-08 00:04:12,592 xpra client version 0.14.9 2014-10-08 00:04:13,023 OpenGL_accelerate module loaded 2014-10-08 00:04:13,023 Using accelerated ArrayDatatype 2014-10-08 00:04:13,177 detected keyboard: rules=evdev, model=pc105inet, layout=us 2014-10-08 00:04:13,178 desktop size is 3600x2000 with 1 screen(s): 2014-10-08 00:04:13,178 ':0.0' (855x474 mm) workarea: 2560x1406 2014-10-08 00:04:13,178 DVI-D-0 2560x1440 at 0x560 (597x336 mm) Ambiguous output redirect. 2014-10-08 00:04:13,720 disconnected without receiving a single packet, not an xpra server? 2014-10-08 00:04:13,720 (maybe it does not support 'unknown' compression or 'bencode' packet encoding) 2014-10-08 00:04:13,721 Connection lost From ntlong0210 at gmail.com Wed Oct 8 10:04:48 2014 From: ntlong0210 at gmail.com (Long Nguyen Thanh) Date: Wed, 8 Oct 2014 09:04:48 +0000 Subject: [winswitch] disconnect xpra if call "xpra info" usually Message-ID: Hi all, I use this cmd to get current opening windows at client: xpra info --password-file= | grep windows= I call it every 10 seconds. ==> Sometimes, xpra was disconnected. If I stop call it, xpra is OK. It's a bug ? Or cos another cause ? :) From antoine at nagafix.co.uk Wed Oct 8 10:08:21 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Wed, 08 Oct 2014 16:08:21 +0700 Subject: [winswitch] disconnect xpra if call "xpra info" usually In-Reply-To: References: Message-ID: <5434FF05.3030206@nagafix.co.uk> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 08/10/14 16:04, Long Nguyen Thanh wrote: > Hi all, > > I use this cmd to get current opening windows at client: > xpra info --password-file= | grep windows= > > I call it every 10 seconds. > ==> Sometimes, xpra was disconnected. > > If I stop call it, xpra is OK. > It's a bug ? Or cos another cause ? Sounds like a serious bug. Please file a ticket with more details: http://xpra.org/trac/wiki/ReportingBugs Thanks Antoine -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlQ0/wUACgkQGK2zHPGK1rulUwCfSM73S72XL0Cii7v+6WlrSSLK 7Y4Anjjl/dNX9ZR2CRIoqzy2c/fOW9fR =pLmN -----END PGP SIGNATURE----- From antoine at nagafix.co.uk Wed Oct 8 10:12:30 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Wed, 08 Oct 2014 16:12:30 +0700 Subject: [winswitch] Missing dependencies in CentOS 5.4 -> Bug? In-Reply-To: <20141008050937.vU1rkFs0%rdt@cs.queensu.ca> References: <5434995D.5040004@nagafix.co.uk> <20141008050937.vU1rkFs0%rdt@cs.queensu.ca> Message-ID: <5434FFFE.2010201@nagafix.co.uk> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 08/10/14 11:09, Bob Tennent wrote: > >|ffmpeg 2.4 was pushed the repository yesterday though, just before your > >|post. > >|This should fix all those dependencies issues: > >|yum clean all; yum update > > Yes, but now I can't attach to a running 0.14.9 server: (snip) > % xpra attach ssh:******:100 > 2014-10-08 00:04:12,592 xpra client version 0.14.9 > 2014-10-08 00:04:13,023 OpenGL_accelerate module loaded > 2014-10-08 00:04:13,023 Using accelerated ArrayDatatype > 2014-10-08 00:04:13,177 detected keyboard: rules=evdev, model=pc105inet, layout=us > 2014-10-08 00:04:13,178 desktop size is 3600x2000 with 1 screen(s): > 2014-10-08 00:04:13,178 ':0.0' (855x474 mm) workarea: 2560x1406 > 2014-10-08 00:04:13,178 DVI-D-0 2560x1440 at 0x560 (597x336 mm) > Ambiguous output redirect. That's odd. What login shell does this user have? The shell syntax was changed in 0.14.x, but nothing new here since 0.14.0 There was also a bug in 0.14.9-1, I have just rebuilt 0.14.9-2 specifically for CentOS 5.x The strange thing is that I don't see how this bug could have caused the error message you posted! Please try the same thing again: yum clean all && yum update To see if the updated package fixes it. Cheers Antoine -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlQ0//4ACgkQGK2zHPGK1rtdSgCdGFVSoZwEMltOmHc0+RFwX/hY nWIAn2G03lNCR/iUfSqY8e/DmfyC3JlS =EGKD -----END PGP SIGNATURE----- From ntlong0210 at gmail.com Wed Oct 8 10:32:24 2014 From: ntlong0210 at gmail.com (Long Nguyen Thanh) Date: Wed, 8 Oct 2014 09:32:24 +0000 Subject: [winswitch] disconnect xpra if call "xpra info" usually In-Reply-To: <5434FF05.3030206@nagafix.co.uk> References: <5434FF05.3030206@nagafix.co.uk> Message-ID: Hi, Xpra was disconnected, so tray icon of xpra was disappeared. How can I file a bug report without it ( tray icon )? On Wed, Oct 8, 2014 at 9:08 AM, Antoine Martin wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 08/10/14 16:04, Long Nguyen Thanh wrote: > > Hi all, > > > > I use this cmd to get current opening windows at client: > > xpra info --password-file= | grep windows= > > > > I call it every 10 seconds. > > ==> Sometimes, xpra was disconnected. > > > > If I stop call it, xpra is OK. > > It's a bug ? Or cos another cause ? > Sounds like a serious bug. > Please file a ticket with more details: > http://xpra.org/trac/wiki/ReportingBugs > > Thanks > Antoine > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2 > > iEYEARECAAYFAlQ0/wUACgkQGK2zHPGK1rulUwCfSM73S72XL0Cii7v+6WlrSSLK > 7Y4Anjjl/dNX9ZR2CRIoqzy2c/fOW9fR > =pLmN > -----END PGP SIGNATURE----- > > _______________________________________________ > shifter-users mailing list > shifter-users at lists.devloop.org.uk > http://lists.devloop.org.uk/mailman/listinfo/shifter-users > From ntlong0210 at gmail.com Wed Oct 8 10:35:22 2014 From: ntlong0210 at gmail.com (Long Nguyen Thanh) Date: Wed, 8 Oct 2014 09:35:22 +0000 Subject: [winswitch] [XPRA] server is not responding In-Reply-To: <542D2B00.3090908@nagafix.co.uk> References: <542D2B00.3090908@nagafix.co.uk> Message-ID: Until now, I don't see that bug again. If It's still appear. I will send the bug report file. On Thu, Oct 2, 2014 at 10:37 AM, Antoine Martin wrote: > On 02/10/14 17:31, Long Nguyen Thanh wrote: > > Hi, > > > > I have a trouble with xpra. > > Server-side: Ubuntu 12.04 xpra 0.14-8. > > Client-side: Windows 7 xpra 0.14-8 > > Command: > > xpra start :100 --start-child=xterm --bind-tcp=0.0.0.0:10000 > --no-pulseaudio > > xpra attach tcp:IP:10000 > > > > After using xpra about 30 minutes / 1 hour, xpra is not responding: > > Error message: server is not responding, drawing spinner over the > windows. > > I found a reference track, but I can't resolve my trouble. > > https://www.xpra.org/trac/ticket/306 > Is the server still reachable? > Can you get "xpra info" from it when this happens? > Can you use the bug report tool from the tray menu to capture some data? > If so, put some of that information in a ticket and we can try to > resolve it, otherwise there just isn't enough information in this email > to try to identify the cause of the problem. > > Cheers > Antoine > _______________________________________________ > shifter-users mailing list > shifter-users at lists.devloop.org.uk > http://lists.devloop.org.uk/mailman/listinfo/shifter-users > From ntlong0210 at gmail.com Wed Oct 8 10:57:29 2014 From: ntlong0210 at gmail.com (Long Nguyen Thanh) Date: Wed, 8 Oct 2014 16:57:29 +0700 Subject: [winswitch] current using window is on top Message-ID: Hi, After use xpra about 30 minutes -> 1 hour. Bellow bug appear: Reproduce: 1. Start xpra : xpra start :100 --start-child=xterm --bind-tcp=0.0.0.0:10000 2. Attach xpra: xpra attach tcp:IP:10000 3. Use some apps : firefox, chrome,... 4. Bug: Current using window is on top with other windows. Use "raise windows" under tray icon menu and it's ok. I attached the bug report. From antoine at nagafix.co.uk Wed Oct 8 11:22:18 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Wed, 08 Oct 2014 17:22:18 +0700 Subject: [winswitch] current using window is on top In-Reply-To: References: Message-ID: <5435105A.2010901@nagafix.co.uk> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 08/10/14 16:57, Long Nguyen Thanh wrote: > Hi, > > After use xpra about 30 minutes -> 1 hour. Bellow bug appear: > Reproduce: > 1. Start xpra : xpra start :100 --start-child=xterm --bind-tcp=0.0.0.0:10000 > 2. Attach xpra: xpra attach tcp:IP:10000 > 3. Use some apps : firefox, chrome,... > 4. Bug: > Current using window is on top with other windows. > Use "raise windows" under tray icon menu and it's ok. I do not understand the bug you are describing. Please use the bug tracker. > I attached the bug report. There is nothing attached, maybe the mailing list scrubbed it. Antoine -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlQ1EFoACgkQGK2zHPGK1ruF5QCcD14rVpjI+I9jK5YNQVut3DYh 4EoAnR8Jk5nAEWu4CydCEOBnC39rUK96 =i8kR -----END PGP SIGNATURE----- From rdt at cs.queensu.ca Wed Oct 8 11:38:45 2014 From: rdt at cs.queensu.ca (Bob Tennent) Date: Wed, 08 Oct 2014 06:38:45 -0400 Subject: [winswitch] Missing dependencies in CentOS 5.4 -> Bug? In-Reply-To: <5434FFFE.2010201@nagafix.co.uk> References: <5434995D.5040004@nagafix.co.uk> <20141008050937.vU1rkFs0%rdt@cs.queensu.ca> <5434FFFE.2010201@nagafix.co.uk> Message-ID: <20141008113845.tlQDs3o+%rdt@cs.queensu.ca> >|> Yes, but now I can't attach to a running 0.14.9 server: >|(snip) >|> % xpra attach ssh:******:100 >|> 2014-10-08 00:04:12,592 xpra client version 0.14.9 >|> 2014-10-08 00:04:13,023 OpenGL_accelerate module loaded >|> 2014-10-08 00:04:13,023 Using accelerated ArrayDatatype >|> 2014-10-08 00:04:13,177 detected keyboard: rules=evdev, >|model=pc105inet, layout=us >|> 2014-10-08 00:04:13,178 desktop size is 3600x2000 with 1 screen(s): >|> 2014-10-08 00:04:13,178 ':0.0' (855x474 mm) workarea: 2560x1406 >|> 2014-10-08 00:04:13,178 DVI-D-0 2560x1440 at 0x560 (597x336 mm) >|> Ambiguous output redirect. >|That's odd. What login shell does this user have? tcsh >|The shell syntax was changed in 0.14.x, but nothing new here since 0.14.0 >| >|There was also a bug in 0.14.9-1, I have just rebuilt 0.14.9-2 >|specifically for CentOS 5.x >|The strange thing is that I don't see how this bug could have caused the >|error message you posted! >|Please try the same thing again: >|yum clean all && yum update >|To see if the updated package fixes it. Running Centos-6.5 32-bit. That repo doesn't have a 0.14.9-2. xpra-0.14.4-1 works as a client. Bob T. P.S. The new *-xpra packages make it quite hard to revert to an earlier version. AFAIK one has to explicitly remove all of them and install older versions by hand. It would be easier if they were all bundled into the xpra package. From antoine at nagafix.co.uk Wed Oct 8 11:50:42 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Wed, 08 Oct 2014 17:50:42 +0700 Subject: [winswitch] Missing dependencies in CentOS 5.4 -> Bug? In-Reply-To: <20141008113845.tlQDs3o+%rdt@cs.queensu.ca> References: <5434995D.5040004@nagafix.co.uk> <20141008050937.vU1rkFs0%rdt@cs.queensu.ca> <5434FFFE.2010201@nagafix.co.uk> <20141008113845.tlQDs3o+%rdt@cs.queensu.ca> Message-ID: <54351702.2000002@nagafix.co.uk> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Please always CC the list. On 08/10/14 17:38, Bob Tennent wrote: > >|> Yes, but now I can't attach to a running 0.14.9 server: > >|(snip) > >|> % xpra attach ssh:******:100 > >|> 2014-10-08 00:04:12,592 xpra client version 0.14.9 > >|> 2014-10-08 00:04:13,023 OpenGL_accelerate module loaded > >|> 2014-10-08 00:04:13,023 Using accelerated ArrayDatatype > >|> 2014-10-08 00:04:13,177 detected keyboard: rules=evdev, > >|model=pc105inet, layout=us > >|> 2014-10-08 00:04:13,178 desktop size is 3600x2000 with 1 screen(s): > >|> 2014-10-08 00:04:13,178 ':0.0' (855x474 mm) workarea: 2560x1406 > >|> 2014-10-08 00:04:13,178 DVI-D-0 2560x1440 at 0x560 (597x336 mm) > >|> Ambiguous output redirect. > >|That's odd. What login shell does this user have? > > tcsh Ah, maybe that's the problem. This could be related to one of those tickets: http://xpra.org/trac/ticket/666 http://xpra.org/trac/ticket/597 More than likely, this change: http://xpra.org/trac/changeset/7520/xpra > >|The shell syntax was changed in 0.14.x, but nothing new here since 0.14.0 > >| > >|There was also a bug in 0.14.9-1, I have just rebuilt 0.14.9-2 > >|specifically for CentOS 5.x > >|The strange thing is that I don't see how this bug could have caused the > >|error message you posted! > >|Please try the same thing again: > >|yum clean all && yum update > >|To see if the updated package fixes it. > > Running Centos-6.5 32-bit. That repo doesn't have a > 0.14.9-2. No, it doesn't. The rebuild was for CentOS 5.x as per above. The title of this thread is about CentOS 5, not 6. > xpra-0.14.4-1 works as a client. > > Bob T. > > P.S. The new *-xpra packages make it quite hard to revert > to an earlier version. AFAIK one has to explicitly remove > all of them and install older versions by hand. Older xpra builds should be compatible with most of the newer dependencies. The ones that are not compatible will be detected by yum. > It would be > easier if they were all bundled into the xpra package. Absolutely no chance of ever doing this. This is what is done on OSX and mswindows (not by choice) and is maintenance and packaging nightmare. Antoine -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlQ1FwIACgkQGK2zHPGK1rtd5wCeKL6fCwKMYH5h2Ja5b57ev9+M btUAn0WVdyECe8SO/jlgVbw++Flht9K3 =5UbH -----END PGP SIGNATURE----- From rdt at cs.queensu.ca Wed Oct 8 12:10:26 2014 From: rdt at cs.queensu.ca (Bob Tennent) Date: Wed, 08 Oct 2014 07:10:26 -0400 Subject: [winswitch] Missing dependencies in CentOS 5.4 -> Bug? In-Reply-To: <54351702.2000002@nagafix.co.uk> References: <5434995D.5040004@nagafix.co.uk> <20141008050937.vU1rkFs0%rdt@cs.queensu.ca> <5434FFFE.2010201@nagafix.co.uk> <20141008113845.tlQDs3o+%rdt@cs.queensu.ca> <54351702.2000002@nagafix.co.uk> Message-ID: <20141008121026.yq6ARw5T%rdt@cs.queensu.ca> >|> Running Centos-6.5 32-bit. That repo doesn't have a >|> 0.14.9-2. >|No, it doesn't. The rebuild was for CentOS 5.x as per above. >|The title of this thread is about CentOS 5, not 6. The missing dependencies affected Centos-6 as well. >|> xpra-0.14.4-1 works as a client. >|> >|> P.S. The new *-xpra packages make it quite hard to revert >|> to an earlier version. AFAIK one has to explicitly remove >|> all of them and install older versions by hand. >|Older xpra builds should be compatible with most of the newer >|dependencies. >|The ones that are not compatible will be detected by yum. Yum tells you which libraries are incompatible. Then you have the additional step I didn't mention of figuring out which packages are problematic. >|> It would be >|> easier if they were all bundled into the xpra package. >|Absolutely no chance of ever doing this. >|This is what is done on OSX and mswindows (not by choice) and is >|maintenance and packaging nightmare. In that case, I'll stick with a version that works. I can't help you debug latest releases if I can't get back easily to a working system. From antoine at nagafix.co.uk Wed Oct 8 13:40:44 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Wed, 08 Oct 2014 19:40:44 +0700 Subject: [winswitch] Missing dependencies in CentOS 6.4 -> Bug? (not CentOS 5) In-Reply-To: <20141008121026.yq6ARw5T%rdt@cs.queensu.ca> References: <5434995D.5040004@nagafix.co.uk> <20141008050937.vU1rkFs0%rdt@cs.queensu.ca> <5434FFFE.2010201@nagafix.co.uk> <20141008113845.tlQDs3o+%rdt@cs.queensu.ca> <54351702.2000002@nagafix.co.uk> <20141008121026.yq6ARw5T%rdt@cs.queensu.ca> Message-ID: <543530CC.2030505@nagafix.co.uk> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 08/10/14 18:10, Bob Tennent wrote: > >|> Running Centos-6.5 32-bit. That repo doesn't have a > >|> 0.14.9-2. > >|No, it doesn't. The rebuild was for CentOS 5.x as per above. > >|The title of this thread is about CentOS 5, not 6. > > The missing dependencies affected Centos-6 as well. Yes, this bit was about the tcsh bug though and a CentOS 5 only rebuild that could have helped. But since you are talking about CentOS 6, this is moot. (thread title updated) > >|> xpra-0.14.4-1 works as a client. > >|> > >|> P.S. The new *-xpra packages make it quite hard to revert > >|> to an earlier version. AFAIK one has to explicitly remove > >|> all of them and install older versions by hand. > >|Older xpra builds should be compatible with most of the newer > >|dependencies. > >|The ones that are not compatible will be detected by yum. > > Yum tells you which libraries are incompatible. Then you have the > additional step I didn't mention of figuring out which packages > are problematic. Correct, but you do not have to remove "all of them". AFAIK, only one: ffmpeg-xpra Expanding on that: this is a "mistake" that I made in upgrading to ffmpeg 2.4 The key selling point of splitting libraries into their own package is that you can update them individually, and have repeatable builds - more or less. The problem comes when a version is abandoned upstream: there are no good solutions then. The split library only allow you to track upstream for as long as it is binary compatible. And ffmpeg 2.4 and 2.3, as you found out, are not. The 0.14.x branch is long term support, the current plan is for about 18 month. Sticking with the exact same ffmpeg release that was available on day one is just not an option.. I'm open to suggestions, but I hope that noone is suggesting doing a libav fork all over again! > >|> It would be > >|> easier if they were all bundled into the xpra package. > >|Absolutely no chance of ever doing this. > >|This is what is done on OSX and mswindows (not by choice) and is > >|maintenance and packaging nightmare. > > In that case, I'll stick with a version that works. I can't > help you debug latest releases if I can't get back easily to > a working system. Never mind, I'm pretty sure that "tcsh" is all we needed to know to tackle this anyway. Cheers Antoine -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlQ1MMwACgkQGK2zHPGK1rsNPACdEKMNr9uaqflzXfbaBZNKAlzS E4sAn27seRnK+X8TsIljrH78cvCejgzT =qpbq -----END PGP SIGNATURE----- From rdt at cs.queensu.ca Wed Oct 8 14:21:12 2014 From: rdt at cs.queensu.ca (Bob Tennent) Date: Wed, 08 Oct 2014 09:21:12 -0400 Subject: [winswitch] tcsh bug in Centos 6 and 7 (was "missing dependencies ..." ) In-Reply-To: <543530CC.2030505@nagafix.co.uk> References: <5434995D.5040004@nagafix.co.uk> <20141008050937.vU1rkFs0%rdt@cs.queensu.ca> <5434FFFE.2010201@nagafix.co.uk> <20141008113845.tlQDs3o+%rdt@cs.queensu.ca> <54351702.2000002@nagafix.co.uk> <20141008121026.yq6ARw5T%rdt@cs.queensu.ca> <543530CC.2030505@nagafix.co.uk> Message-ID: <20141008142112.hh/DE3MW%rdt@cs.queensu.ca> >|Yes, this bit was about the tcsh bug though and a CentOS 5 only rebuild >|that could have helped. >|But since you are talking about CentOS 6, this is moot. (thread title >|updated) The "tcsh bug" affects Centos-7 too. Thread title updated again. >|Never mind, I'm pretty sure that "tcsh" is all we needed to know to >|tackle this anyway. Have you considered setting up separate "stable" and "testing" repos? Best, Bob T. From antoine at nagafix.co.uk Wed Oct 8 15:37:58 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Wed, 08 Oct 2014 21:37:58 +0700 Subject: [winswitch] current using window is on top In-Reply-To: References: <5435105A.2010901@nagafix.co.uk> Message-ID: <54354C46.9030507@nagafix.co.uk> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Please always CC the list. > Maybe mailing list scrubbed my bug report in mail title "current using windows is on top". Please receive receive it in this mail. Thanks :) (snip) > > Current using window is on top with other windows. > > Use "raise windows" under tray icon menu and it's ok. > I do not understand the bug you are describing. > Please use the bug tracker. I have to ask again: I still do not understand, please use the bug tracker and try to describe the bug a bit better. Which window is on top of what, and why should it / should it not be. How do I reproduce this problem, etc. Thanks Antoine -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlQ1TEYACgkQGK2zHPGK1rsARwCcC6e3MzC5pONkj4yDqyqmjvlD /HoAn1sM1G0ZM6LO931QWNm+fDOb0f0S =R5ry -----END PGP SIGNATURE----- From antoine at nagafix.co.uk Wed Oct 8 17:27:00 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Wed, 08 Oct 2014 23:27:00 +0700 Subject: [winswitch] tcsh bug (was "missing dependencies ..." ) In-Reply-To: <20141008142112.hh/DE3MW%rdt@cs.queensu.ca> References: <5434995D.5040004@nagafix.co.uk> <20141008050937.vU1rkFs0%rdt@cs.queensu.ca> <5434FFFE.2010201@nagafix.co.uk> <20141008113845.tlQDs3o+%rdt@cs.queensu.ca> <54351702.2000002@nagafix.co.uk> <20141008121026.yq6ARw5T%rdt@cs.queensu.ca> <543530CC.2030505@nagafix.co.uk> <20141008142112.hh/DE3MW%rdt@cs.queensu.ca> Message-ID: <543565D4.1030302@nagafix.co.uk> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 08/10/14 20:21, Bob Tennent wrote: > >|Yes, this bit was about the tcsh bug though and a CentOS 5 only rebuild > >|that could have helped. > >|But since you are talking about CentOS 6, this is moot. (thread title > >|updated) > > The "tcsh bug" affects Centos-7 too. Thread title updated again. The tcsh bug is distro-agnostic, updated the title again! :) And we now have a fix for it too: http://xpra.org/trac/changeset/7912 Works-for-me(tm), and unless someone shouts, it will go in the next stable update. > >|Never mind, I'm pretty sure that "tcsh" is all we needed to know to > >|tackle this anyway. > > Have you considered setting up separate "stable" and > "testing" repos? Well, we do have "stable" and "beta" - which is meant to be like "testing" under a different name. (I assume we're using Debian style terminology here) Things will get even more interesting when we have both stable 0.14.x release and 0.15 / 0.16 at the same time.. in the same repository. Talking about which: I've just uploaded a 0.15.0 beta build here: http://xpra.org/beta/ Which includes the fix for your tcsh problem. The beta is in pretty good shape as I haven't really had enough time to get disruptive features in and break things, yet. Cheers Antoine -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlQ1ZdQACgkQGK2zHPGK1ruhtgCdEtEW7gc9zPeR4Op4HnBJhLPn SmwAnRDV9b22LH+OUoHuCr8GEk6v+V2X =AfMb -----END PGP SIGNATURE----- From lukashaase at gmx.at Wed Oct 8 23:05:40 2014 From: lukashaase at gmx.at (Lukas Haase) Date: Thu, 9 Oct 2014 00:05:40 +0200 Subject: [winswitch] Missing dependencies in CentOS 5.4 -> Bug? In-Reply-To: References: Message-ID: Hi, On Wed, 08 Oct 2014 08:54:37 +0700 Antoine Martin wrote: > On 08/10/14 01:56, lukashaase at gmx.at wrote: >> Hi, >> >> I added the the repository as described on the winswitch homepage but when I run I get: >> >> yum install xpra (snip) >> Error: Missing Dependency: libswscale.so.3()(64bit) is needed by package xpra-0.14.8-1.el5_10.x86_64 (winswitch) >> Error: Missing Dependency: libavutil.so.54(LIBAVUTIL_54)(64bit) is needed by package xpra-0.14.8-1.el5_10.x86_64 (winswitch) >> Error: Missing Dependency: libavutil.so.54()(64bit) is needed by package xpra-0.14.8-1.el5_10.x86_64 (winswitch) >> Error: Missing Dependency: libswscale.so.3(LIBSWSCALE_3)(64bit) is needed by package xpra-0.14.8-1.el5_10.x86_64 (winswitch) >> Error: Missing Dependency: libavcodec.so.56()(64bit) is needed by package xpra-0.14.8-1.el5_10.x86_64 (winswitch) >> Error: Missing Dependency: libavcodec.so.56(LIBAVCODEC_56)(64bit) is needed by package xpra-0.14.8-1.el5_10.x86_64 (winswitch) >(snip) >> Indeed, the package requires e.g. libswscale.so.3, while the packages on rpmforge contain 0.11 and >> ffmpeg-xpra contains /usr/lib64/xpra/libswscale.so.2 > > Indeed, the 0.14.8 RPMs had been built against ffmpeg 2.4 and only > ffmpeg 2.3.x was in the repository. My mistake. > (and 0.14.9 which was released yesterday is also built against ffmpeg 2.4) > ffmpeg 2.4 was pushed the repository yesterday though, just before your > post. > This should fix all those dependencies issues: > yum clean all; yum update Thanks Antoine. Unfortunately this did not really do it: # yum install xpra [...] --> Finished Dependency Resolution xpra-0.14.9-2.el5_11.x86_64 from winswitch has depsolving problems --> Missing Dependency: python-netifaces is needed by package xpra-0.14.9-2.el5_11.x86_64 (winswitch) xpra-0.14.9-2.el5_11.x86_64 from winswitch has depsolving problems --> Missing Dependency: libvpx.so.1()(64bit) is needed by package xpra-0.14.9-2.el5_11.x86_64 (winswitch) xpra-0.14.9-2.el5_11.x86_64 from winswitch has depsolving problems --> Missing Dependency: libvpx-xpra is needed by package xpra-0.14.9-2.el5_11.x86_64 (winswitch) xpra-0.14.9-2.el5_11.x86_64 from winswitch has depsolving problems --> Missing Dependency: libwebp-xpra is needed by package xpra-0.14.9-2.el5_11.x86_64 (winswitch) xpra-0.14.9-2.el5_11.x86_64 from winswitch has depsolving problems --> Missing Dependency: libwebp.so.5()(64bit) is needed by package xpra-0.14.9-2.el5_11.x86_64 (winswitch) Error: Missing Dependency: libwebp.so.5()(64bit) is needed by package xpra-0.14.9-2.el5_11.x86_64 (winswitch) Error: Missing Dependency: python-netifaces is needed by package xpra-0.14.9-2.el5_11.x86_64 (winswitch) Error: Missing Dependency: libvpx-xpra is needed by package xpra-0.14.9-2.el5_11.x86_64 (winswitch) Error: Missing Dependency: libwebp-xpra is needed by package xpra-0.14.9-2.el5_11.x86_64 (winswitch) Error: Missing Dependency: libvpx.so.1()(64bit) is needed by package xpra-0.14.9-2.el5_11.x86_64 (winswitch) You could try using --skip-broken to work around the problem You could try running: package-cleanup --problems package-cleanup --dupes rpm -Va --nofiles --nodigest The program package-cleanup is found in the yum-utils package. It seems there are other problems now. # cat /etc/redhat-release CentOS release 5.11 (Final) # uname -a Linux server 2.6.18-164.15.1.el5 #1 SMP Wed Mar 17 11:30:06 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux # cat /etc/yum.repos.d/winswitch.repo [winswitch] name=Winswitch $releasever - $basearch enabled=1 metadata_expire=7d gpgcheck=1 gpgkey=http://winswitch.org/gpg.asc baseurl=http://winswitch.org/dists/CentOS/$releasever/$basearch/ I ran "yum update" to get my system up-to-date and I also activated rpmforge, rpmforge-extras and even rpmforge-testing. Do you see any issue here? Thank you! Lukas PS: Sorry I had digest mode set on so I could not reply to your message directly. Hope I didn't mess up to much. I deactivated digest more for future responses. From antoine at nagafix.co.uk Thu Oct 9 04:54:10 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Thu, 09 Oct 2014 10:54:10 +0700 Subject: [winswitch] Missing dependencies in CentOS 5.11 In-Reply-To: References: Message-ID: <543606E2.2060806@nagafix.co.uk> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 (snip) >> This should fix all those dependencies issues: >> yum clean all; yum update > > Thanks Antoine. > > Unfortunately this did not really do it: > > # yum install xpra > [...] > --> Finished Dependency Resolution > xpra-0.14.9-2.el5_11.x86_64 from winswitch has depsolving problems > --> Missing Dependency: python-netifaces is needed by package xpra-0.14.9-2.el5_11.x86_64 (winswitch) > xpra-0.14.9-2.el5_11.x86_64 from winswitch has depsolving problems > --> Missing Dependency: libvpx.so.1()(64bit) is needed by package xpra-0.14.9-2.el5_11.x86_64 (winswitch) > xpra-0.14.9-2.el5_11.x86_64 from winswitch has depsolving problems > --> Missing Dependency: libvpx-xpra is needed by package xpra-0.14.9-2.el5_11.x86_64 (winswitch) > xpra-0.14.9-2.el5_11.x86_64 from winswitch has depsolving problems > --> Missing Dependency: libwebp-xpra is needed by package xpra-0.14.9-2.el5_11.x86_64 (winswitch) > xpra-0.14.9-2.el5_11.x86_64 from winswitch has depsolving problems > --> Missing Dependency: libwebp.so.5()(64bit) is needed by package xpra-0.14.9-2.el5_11.x86_64 (winswitch) > Error: Missing Dependency: libwebp.so.5()(64bit) is needed by package xpra-0.14.9-2.el5_11.x86_64 (winswitch) > Error: Missing Dependency: python-netifaces is needed by package xpra-0.14.9-2.el5_11.x86_64 (winswitch) > Error: Missing Dependency: libvpx-xpra is needed by package xpra-0.14.9-2.el5_11.x86_64 (winswitch) > Error: Missing Dependency: libwebp-xpra is needed by package xpra-0.14.9-2.el5_11.x86_64 (winswitch) > Error: Missing Dependency: libvpx.so.1()(64bit) is needed by package xpra-0.14.9-2.el5_11.x86_64 (winswitch) > You could try using --skip-broken to work around the problem > You could try running: package-cleanup --problems > package-cleanup --dupes > rpm -Va --nofiles --nodigest > The program package-cleanup is found in the yum-utils package. > > It seems there are other problems now. Yes, indeed. Different cause, similar symptom. (thread title updated again!) I had not /really/ noticed that CentOS 5.11 had been released. And so the new xpra builds ended up in dists/CentOS/5.11/, but their dependencies did not... When I tested the repository in my CentOS 5.x test system, it already had the libraries downloaded and installed from the CentOS 5.10 repository.. so everything worked OK and I didn't notice. Sorry about that. I have now rebuilt everything for 5.11 (rather than just copied over), so this should work again on a clean install: yum clean all;yum update And this time I have tested it from scratch to be sure. (snip) > I ran "yum update" to get my system up-to-date and I also activated rpmforge, rpmforge-extras and even rpmforge-testing. We do not depend on any other repository but the default core OS. > Do you see any issue here? Nope, just my mistake.. Cheers Antoine > > > Thank you! > > Lukas > > > PS: Sorry I had digest mode set on so I could not reply to your message directly. Hope I didn't mess up to much. I deactivated digest more for future responses. > > > _______________________________________________ > shifter-users mailing list > shifter-users at lists.devloop.org.uk > http://lists.devloop.org.uk/mailman/listinfo/shifter-users -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlQ2BuEACgkQGK2zHPGK1ru91QCZAS8ZlnaT/Z+Gf19EHmZKi9Gu 8OIAnjYSKiydUQ/6SPVpE82di5XAx83a =8mFH -----END PGP SIGNATURE----- From lukashaase at gmx.at Thu Oct 9 05:40:18 2014 From: lukashaase at gmx.at (Lukas Haase) Date: Thu, 9 Oct 2014 06:40:18 +0200 Subject: [winswitch] Missing dependencies in CentOS 5.11 In-Reply-To: <543606E2.2060806@nagafix.co.uk> References: , <543606E2.2060806@nagafix.co.uk> Message-ID: Amazing, thanks so much for your quick help! Works like a charm now. Lukas? ? Gesendet:?Mittwoch, 08. Oktober 2014 um 20:54 Uhr Von:?"Antoine Martin" An:?shifter-users at lists.devloop.org.uk Betreff:?Re: [winswitch] Missing dependencies in CentOS 5.11 > [...] > It seems there are other problems now. Yes, indeed. Different cause, similar symptom. (thread title updated again!) I had not /really/ noticed that CentOS 5.11 had been released. And so the new xpra builds ended up in dists/CentOS/5.11/, but their dependencies did not... When I tested the repository in my CentOS 5.x test system, it already had the libraries downloaded and installed from the CentOS 5.10 repository.. so everything worked OK and I didn't notice. Sorry about that. I have now rebuilt everything for 5.11 (rather than just copied over), so this should work again on a clean install: yum clean all;yum update And this time I have tested it from scratch to be sure. (snip) > I ran "yum update" to get my system up-to-date and I also activated rpmforge, rpmforge-extras and even rpmforge-testing. We do not depend on any other repository but the default core OS. > Do you see any issue here? Nope, just my mistake.. [...] From ntlong0210 at gmail.com Mon Oct 13 08:26:15 2014 From: ntlong0210 at gmail.com (Long Nguyen Thanh) Date: Mon, 13 Oct 2014 14:26:15 +0700 Subject: [winswitch] [XPRA] server is not responding In-Reply-To: References: <542D2B00.3090908@nagafix.co.uk> Message-ID: Hi all, This error was appear again. I attached bug report info: https://www.xpra.org/trac/ticket/712 On Wed, Oct 8, 2014 at 4:35 PM, Long Nguyen Thanh wrote: > Until now, I don't see that bug again. If It's still appear. I will send > the bug report file. > > On Thu, Oct 2, 2014 at 10:37 AM, Antoine Martin > wrote: > >> On 02/10/14 17:31, Long Nguyen Thanh wrote: >> > Hi, >> > >> > I have a trouble with xpra. >> > Server-side: Ubuntu 12.04 xpra 0.14-8. >> > Client-side: Windows 7 xpra 0.14-8 >> > Command: >> > xpra start :100 --start-child=xterm --bind-tcp=0.0.0.0:10000 >> --no-pulseaudio >> > xpra attach tcp:IP:10000 >> > >> > After using xpra about 30 minutes / 1 hour, xpra is not responding: >> > Error message: server is not responding, drawing spinner over the >> windows. >> > I found a reference track, but I can't resolve my trouble. >> > https://www.xpra.org/trac/ticket/306 >> Is the server still reachable? > > Can you get "xpra info" from it when this happens? >> > I can't get "xpra info" > Can you use the bug report tool from the tray menu to capture some data? >> > If so, put some of that information in a ticket and we can try to >> resolve it, otherwise there just isn't enough information in this email >> to try to identify the cause of the problem. >> >> Cheers >> Antoine >> _______________________________________________ >> shifter-users mailing list >> shifter-users at lists.devloop.org.uk >> http://lists.devloop.org.uk/mailman/listinfo/shifter-users >> > > From ntlong0210 at gmail.com Fri Oct 17 01:43:28 2014 From: ntlong0210 at gmail.com (Long Nguyen Thanh) Date: Fri, 17 Oct 2014 07:43:28 +0700 Subject: [winswitch] current using window is on top In-Reply-To: <54354C46.9030507@nagafix.co.uk> References: <5435105A.2010901@nagafix.co.uk> <54354C46.9030507@nagafix.co.uk> Message-ID: Hi, I created a reference ticket at here. http://xpra.org/trac/ticket/713 On Wed, Oct 8, 2014 at 9:37 PM, Antoine Martin wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Please always CC the list. > > > Maybe mailing list scrubbed my bug report in mail title "current using > windows is on top". Please receive receive it in this mail. Thanks :) > (snip) > > > Current using window is on top with other windows. > > > Use "raise windows" under tray icon menu and it's ok. > > I do not understand the bug you are describing. > > Please use the bug tracker. > I have to ask again: I still do not understand, please use the bug tracker > and try to describe the bug a bit better. > Which window is on top of what, and why should it / should it not be. > How do I reproduce this problem, etc. > > Thanks > Antoine > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2 > > iEYEARECAAYFAlQ1TEYACgkQGK2zHPGK1rsARwCcC6e3MzC5pONkj4yDqyqmjvlD > /HoAn1sM1G0ZM6LO931QWNm+fDOb0f0S > =R5ry > -----END PGP SIGNATURE----- > > From antoine at nagafix.co.uk Sat Oct 25 17:49:13 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Sat, 25 Oct 2014 18:49:13 +0200 Subject: [winswitch] [ANNOUNCE] xpra 0.14.10 (important fixes) Message-ID: <544BD489.6010701@nagafix.co.uk> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, This minor update fixes some important bugs, some of which can cause crashes or deadlocks. Upgrading is strongly recommended: * fix crash with JPEG encoding and OpenGL * fix deadlocks with sound on connection shutdown * fix server errors with clients supporting very limited encodings * fix compatibility with Fedora 21+ Xorg suid script * fix compatibility with some login shells (ie: tcsh) * fix warnings with NVENC and newer Nvidia driver versions * fix warning with newer versions of Python Pillow Binary builds (OSX and MS Windows) and the RPM repositories have also been updated with: * built with Cython 0.21.1 * libwebp 0.4.2 * Python Pillow 2.6.1 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 iEYEARECAAYFAlRL1IYACgkQGK2zHPGK1rtBIgCdHPtCv7jmZFl0TCGGRcX8Z8jI uKsAn06iFKBVCtb3rwA58MMrwlHnFdAF =5pjY -----END PGP SIGNATURE----- From johnss1221 at gmail.com Mon Oct 27 02:30:18 2014 From: johnss1221 at gmail.com (John Smith) Date: Mon, 27 Oct 2014 09:30:18 +0700 Subject: [winswitch] Get xpra 0.14-10 package in precise Message-ID: Hi, I know xpra 0.14-10 version has been released. But I can't see this version for precise ( Ubuntu 12.04 ) https://www.xpra.org/dists/precise/main/binary-amd64/ https://www.xpra.org/dists/precise/main/binary-i386/ From antoine at nagafix.co.uk Mon Oct 27 10:11:51 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Mon, 27 Oct 2014 11:11:51 +0100 Subject: [winswitch] Get xpra 0.14.10 package in precise In-Reply-To: References: Message-ID: <544E1A67.3050904@nagafix.co.uk> On 27/10/14 03:30, John Smith wrote: > Hi, > > I know xpra 0.14-10 version has been released. But I can't see this version > for precise ( Ubuntu 12.04 ) > https://www.xpra.org/dists/precise/main/binary-amd64/ > https://www.xpra.org/dists/precise/main/binary-i386/ Sorry about that. Try again now and it should pick it up. BTW, it is: 0.14.10 and not 0.14-10 (there's a RFC explaining the difference) Cheers Antoine From rdt at cs.queensu.ca Mon Oct 27 11:50:55 2014 From: rdt at cs.queensu.ca (Bob Tennent) Date: Mon, 27 Oct 2014 07:50:55 -0400 Subject: [winswitch] [ANNOUNCE] xpra 0.14.10 (important fixes) Message-ID: <20141027125055.VCAIpq1s%rdt@cs.queensu.ca> On CentOS-6: ---> Package xorg-x11-drv-dummy.i386 0:0.3.6-3.el6 will be updated ---> Package xorg-x11-drv-dummy.i386 0:0.3.6-15.xpra1.el6 will be an update --> Processing Dependency: xserver-abi(videodrv-15) >= 0 for package: xorg-x11-drv-dummy-0.3.6-15.xpra1.el6.i386 Packages skipped because of dependency problems: xorg-x11-drv-dummy-0.3.6-15.xpra1.el6.i386 from winswitch Bob T. From antoine at nagafix.co.uk Tue Oct 28 10:41:43 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Tue, 28 Oct 2014 11:41:43 +0100 Subject: [winswitch] [ANNOUNCE] xpra 0.14.10 (important fixes) In-Reply-To: <20141027125055.VCAIpq1s%rdt@cs.queensu.ca> References: <20141027125055.VCAIpq1s%rdt@cs.queensu.ca> Message-ID: <544F72E7.4000306@nagafix.co.uk> On 27/10/14 12:50, Bob Tennent wrote: > On CentOS-6: Which exact version are you running? My guess is that this is a 6.5 without the continuous release repo (CR). > ---> Package xorg-x11-drv-dummy.i386 0:0.3.6-3.el6 will be updated > ---> Package xorg-x11-drv-dummy.i386 0:0.3.6-15.xpra1.el6 will be an update > --> Processing Dependency: xserver-abi(videodrv-15) >= 0 for package: xorg-x11-drv-dummy-0.3.6-15.xpra1.el6.i386 > > Packages skipped because of dependency problems: > xorg-x11-drv-dummy-0.3.6-15.xpra1.el6.i386 from winswitch Ah, the never ending joys of packaging... Sorry about that. The continuous release (CR) for CentOS 6 recently upgraded their X11 server ABI prior to the move from 6.5 to 6.6. And so the automated "6.5 CR" builds overwrote the "6.5 proper" packages with the 6.6 ABI break.. I had spotted this problem shortly after the packages landed on the repo and rebuilt everything. Maybe you just got unlucky and got the packages downloaded just then? You should just be able to do: yum clean all && yum update Works for me here without CR enabled. I am in the process of rebuilding all the dummy packages with a version bump so that a simple "yum update" should now pick them up on the next yum repo refresh without needing the "yum clean". Sadly, it does mean that we can't support CR, only "proper" releases. Suggestions on how to handle this update process better are always welcome. Cheers Antoine From rdt at cs.queensu.ca Tue Oct 28 13:08:45 2014 From: rdt at cs.queensu.ca (Bob Tennent) Date: Tue, 28 Oct 2014 09:08:45 -0400 Subject: [winswitch] [ANNOUNCE] xpra 0.14.10 (important fixes) In-Reply-To: <544F72E7.4000306@nagafix.co.uk> References: <20141027125055.VCAIpq1s%rdt@cs.queensu.ca> <544F72E7.4000306@nagafix.co.uk> Message-ID: <544f955d.VBld4BhaavczhJWr%rdt@cs.queensu.ca> >|> On CentOS-6: >|Which exact version are you running? CentOS release 6.5 (Final) >|My guess is that this is a 6.5 without the continuous release repo (CR). I don't know anything about a CR repo. >|> ---> Package xorg-x11-drv-dummy.i386 0:0.3.6-3.el6 will be updated >|> ---> Package xorg-x11-drv-dummy.i386 0:0.3.6-15.xpra1.el6 will be >|an update >|> --> Processing Dependency: xserver-abi(videodrv-15) >= 0 for package: >|xorg-x11-drv-dummy-0.3.6-15.xpra1.el6.i386 >|> >|> Packages skipped because of dependency problems: >|> xorg-x11-drv-dummy-0.3.6-15.xpra1.el6.i386 from winswitch >| >|The continuous release (CR) for CentOS 6 recently upgraded their X11 >|server ABI prior to the move from 6.5 to 6.6. >|And so the automated "6.5 CR" builds overwrote the "6.5 proper" packages >|with the 6.6 ABI break.. >|I had spotted this problem shortly after the packages landed on the repo >|and rebuilt everything. Maybe you just got unlucky and got the packages >|downloaded just then? >|You should just be able to do: >|yum clean all && yum update >|Works for me here without CR enabled. Doesn't work for me. >|I am in the process of rebuilding all the dummy packages >|with a version bump so that a simple "yum update" should >|now pick them up on the next yum repo refresh without >|needing the "yum clean". Thanks. Bob T. From antoine at nagafix.co.uk Tue Oct 28 14:50:25 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Tue, 28 Oct 2014 15:50:25 +0100 Subject: [winswitch] [ANNOUNCE] xpra 0.14.10 (important fixes) In-Reply-To: <544f955d.VBld4BhaavczhJWr%rdt@cs.queensu.ca> References: <20141027125055.VCAIpq1s%rdt@cs.queensu.ca> <544F72E7.4000306@nagafix.co.uk> <544f955d.VBld4BhaavczhJWr%rdt@cs.queensu.ca> Message-ID: <544FAD31.80309@nagafix.co.uk> (snip) > >|You should just be able to do: > >|yum clean all && yum update > >|Works for me here without CR enabled. > > Doesn't work for me. Any details? For a start, you should now be seeing a package named "xorg-x11-drv-dummy-0.3.6-15.xpra2.el6" replacing the "xpra1" version yum was trying to install previously: http://xpra.org/dists/CentOS/6.5/x86_64/xorg-x11-drv-dummy-0.3.6-15.xpra2.el6.x86_64.rpm md5sum: 4908cc370d1f058a9330e66353505eb6 xorg-x11-drv-dummy-0.3.6-15.xpra2.el6.x86_64.rpm Antoine From antoine at nagafix.co.uk Tue Oct 28 15:12:39 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Tue, 28 Oct 2014 16:12:39 +0100 Subject: [winswitch] [ANNOUNCE] xpra 0.14.10 (important fixes) In-Reply-To: <544FAD31.80309@nagafix.co.uk> References: <20141027125055.VCAIpq1s%rdt@cs.queensu.ca> <544F72E7.4000306@nagafix.co.uk> <544f955d.VBld4BhaavczhJWr%rdt@cs.queensu.ca> <544FAD31.80309@nagafix.co.uk> Message-ID: <544FB267.5000902@nagafix.co.uk> On 28/10/14 15:50, Antoine Martin wrote: > (snip) >> >|You should just be able to do: >> >|yum clean all && yum update >> >|Works for me here without CR enabled. >> >> Doesn't work for me. > Any details? > For a start, you should now be seeing a package named > "xorg-x11-drv-dummy-0.3.6-15.xpra2.el6" replacing the "xpra1" version > yum was trying to install previously: > http://xpra.org/dists/CentOS/6.5/x86_64/xorg-x11-drv-dummy-0.3.6-15.xpra2.el6.x86_64.rpm > md5sum: > 4908cc370d1f058a9330e66353505eb6 > xorg-x11-drv-dummy-0.3.6-15.xpra2.el6.x86_64.rpm I must have forgotten to push the update to the repo download (no idea why it worked when I tested as it shouldn't have - and no time to investigate). The one you want is: md5sum 92f4435d755cb25dd4ae01a070b71c98 xorg-x11-drv-dummy-0.3.6-15.xpra2.el6.x86_64.rpm Antoine From johnss1221 at gmail.com Tue Oct 28 10:35:15 2014 From: johnss1221 at gmail.com (John Smith) Date: Tue, 28 Oct 2014 17:35:15 +0700 Subject: [winswitch] xpra 0.15.0(beta) package for precise Message-ID: Hi, How can I download xpra 0.15.0 package for precise ? I tried to find at here http://xpra.org/beta/precise/main/binary-amd64/ http://xpra.org/beta/precise/main/binary-i386/ but can't see it. Thanks :) From antoine at nagafix.co.uk Tue Oct 28 15:21:20 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Tue, 28 Oct 2014 16:21:20 +0100 Subject: [winswitch] xpra 0.15.0(beta) package for precise In-Reply-To: References: Message-ID: <544FB470.2090105@nagafix.co.uk> On 28/10/14 11:35, John Smith wrote: > Hi, > > How can I download xpra 0.15.0 package for precise ? > I tried to find at here > http://xpra.org/beta/precise/main/binary-amd64/ > http://xpra.org/beta/precise/main/binary-i386/ > but can't see it. That's becaue there isn't one, and there won't be one. 0.15 will drop support for outdated distros, including CentOS 5 and Ubuntu Precise. Sorry. 0.14 will continue to support those old distros for about 18 months or so. Antoine From johnss1221 at gmail.com Tue Oct 28 15:45:36 2014 From: johnss1221 at gmail.com (John Smith) Date: Tue, 28 Oct 2014 22:45:36 +0700 Subject: [winswitch] shifter-users Digest, Vol 44, Issue 5 In-Reply-To: References: Message-ID: Hi, I saw an answer for my question with title "Get xpra 0.14-10 in precise" at email "shifter-users Digest, Vol 44, Issue 5" but I didn't receive any reply email. On Tue, Oct 28, 2014 at 9:50 PM, wrote: > Send shifter-users mailing list submissions to > shifter-users at lists.devloop.org.uk > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.devloop.org.uk/mailman/listinfo/shifter-users > or, via email, send a message with subject or body 'help' to > shifter-users-request at lists.devloop.org.uk > > You can reach the person managing the list at > shifter-users-owner at lists.devloop.org.uk > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of shifter-users digest..." > > > Today's Topics: > > 1. Re: [XPRA] server is not responding (Long Nguyen Thanh) > 2. Re: current using window is on top (Long Nguyen Thanh) > 3. [ANNOUNCE] xpra 0.14.10 (important fixes) (Antoine Martin) > 4. Get xpra 0.14-10 package in precise (John Smith) > 5. Re: Get xpra 0.14.10 package in precise (Antoine Martin) > 6. Re: [ANNOUNCE] xpra 0.14.10 (important fixes) (Bob Tennent) > 7. Re: [ANNOUNCE] xpra 0.14.10 (important fixes) (Antoine Martin) > 8. Re: [ANNOUNCE] xpra 0.14.10 (important fixes) (Bob Tennent) > 9. Re: [ANNOUNCE] xpra 0.14.10 (important fixes) (Antoine Martin) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 13 Oct 2014 14:26:15 +0700 > From: Long Nguyen Thanh > To: Antoine Martin > Cc: shifter-users at lists.devloop.org.uk > Subject: Re: [winswitch] [XPRA] server is not responding > Message-ID: > < > CADxrEtZeJavKg2f9hQmMxOcjOjVZ5DoiqGEnFE3AY6YOiyC9Fg at mail.gmail.com> > Content-Type: text/plain; charset=UTF-8 > > Hi all, > > This error was appear again. I attached bug report info: > https://www.xpra.org/trac/ticket/712 > > On Wed, Oct 8, 2014 at 4:35 PM, Long Nguyen Thanh > wrote: > > > Until now, I don't see that bug again. If It's still appear. I will send > > the bug report file. > > > > On Thu, Oct 2, 2014 at 10:37 AM, Antoine Martin > > wrote: > > > >> On 02/10/14 17:31, Long Nguyen Thanh wrote: > >> > Hi, > >> > > >> > I have a trouble with xpra. > >> > Server-side: Ubuntu 12.04 xpra 0.14-8. > >> > Client-side: Windows 7 xpra 0.14-8 > >> > Command: > >> > xpra start :100 --start-child=xterm --bind-tcp=0.0.0.0:10000 > >> --no-pulseaudio > >> > xpra attach tcp:IP:10000 > >> > > >> > After using xpra about 30 minutes / 1 hour, xpra is not responding: > >> > Error message: server is not responding, drawing spinner over the > >> windows. > >> > I found a reference track, but I can't resolve my trouble. > >> > https://www.xpra.org/trac/ticket/306 > >> Is the server still reachable? > > > > Can you get "xpra info" from it when this happens? > >> > > I can't get "xpra info" > > > Can you use the bug report tool from the tray menu to capture some data? > >> > > If so, put some of that information in a ticket and we can try to > >> resolve it, otherwise there just isn't enough information in this email > >> to try to identify the cause of the problem. > >> > >> Cheers > >> Antoine > >> _______________________________________________ > >> shifter-users mailing list > >> shifter-users at lists.devloop.org.uk > >> http://lists.devloop.org.uk/mailman/listinfo/shifter-users > >> > > > > > > > ------------------------------ > > Message: 2 > Date: Fri, 17 Oct 2014 07:43:28 +0700 > From: Long Nguyen Thanh > To: Antoine Martin > Cc: Xpra and Winswitch ML > Subject: Re: [winswitch] current using window is on top > Message-ID: > < > CADxrEtakUSK0mQu2r9T3HH4Gp8c57pn4oAoxiruEZ1hAaTLmBg at mail.gmail.com> > Content-Type: text/plain; charset=UTF-8 > > Hi, > I created a reference ticket at here. > http://xpra.org/trac/ticket/713 > > On Wed, Oct 8, 2014 at 9:37 PM, Antoine Martin > wrote: > > > > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > Please always CC the list. > > > > > Maybe mailing list scrubbed my bug report in mail title "current using > > windows is on top". Please receive receive it in this mail. Thanks :) > > (snip) > > > > Current using window is on top with other windows. > > > > Use "raise windows" under tray icon menu and it's ok. > > > I do not understand the bug you are describing. > > > Please use the bug tracker. > > I have to ask again: I still do not understand, please use the bug > tracker > > and try to describe the bug a bit better. > > Which window is on top of what, and why should it / should it not be. > > How do I reproduce this problem, etc. > > > > Thanks > > Antoine > > -----BEGIN PGP SIGNATURE----- > > Version: GnuPG v2 > > > > iEYEARECAAYFAlQ1TEYACgkQGK2zHPGK1rsARwCcC6e3MzC5pONkj4yDqyqmjvlD > > /HoAn1sM1G0ZM6LO931QWNm+fDOb0f0S > > =R5ry > > -----END PGP SIGNATURE----- > > > > > > > ------------------------------ > > Message: 3 > Date: Sat, 25 Oct 2014 18:49:13 +0200 > From: Antoine Martin > To: Xpra-Winswitch ML > Subject: [winswitch] [ANNOUNCE] xpra 0.14.10 (important fixes) > Message-ID: <544BD489.6010701 at nagafix.co.uk> > Content-Type: text/plain; charset=utf-8 > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > > This minor update fixes some important bugs, some of which can cause > crashes or deadlocks. Upgrading is strongly recommended: > * fix crash with JPEG encoding and OpenGL > * fix deadlocks with sound on connection shutdown > * fix server errors with clients supporting very limited encodings > * fix compatibility with Fedora 21+ Xorg suid script > * fix compatibility with some login shells (ie: tcsh) > * fix warnings with NVENC and newer Nvidia driver versions > * fix warning with newer versions of Python Pillow > > Binary builds (OSX and MS Windows) and the RPM repositories have also > been updated with: > * built with Cython 0.21.1 > * libwebp 0.4.2 > * Python Pillow 2.6.1 > > 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 > > iEYEARECAAYFAlRL1IYACgkQGK2zHPGK1rtBIgCdHPtCv7jmZFl0TCGGRcX8Z8jI > uKsAn06iFKBVCtb3rwA58MMrwlHnFdAF > =5pjY > -----END PGP SIGNATURE----- > > > ------------------------------ > > Message: 4 > Date: Mon, 27 Oct 2014 09:30:18 +0700 > From: John Smith > To: shifter-users at lists.devloop.org.uk > Subject: [winswitch] Get xpra 0.14-10 package in precise > Message-ID: > < > CANcjxJChH+4DUpE5jYHtc2-QgjqKoH3hgtaihj1WXDCqXc30zA at mail.gmail.com> > Content-Type: text/plain; charset=UTF-8 > > Hi, > > I know xpra 0.14-10 version has been released. But I can't see this version > for precise ( Ubuntu 12.04 ) > https://www.xpra.org/dists/precise/main/binary-amd64/ > https://www.xpra.org/dists/precise/main/binary-i386/ > > > ------------------------------ > > Message: 5 > Date: Mon, 27 Oct 2014 11:11:51 +0100 > From: Antoine Martin > To: shifter-users at lists.devloop.org.uk > Subject: Re: [winswitch] Get xpra 0.14.10 package in precise > Message-ID: <544E1A67.3050904 at nagafix.co.uk> > Content-Type: text/plain; charset=windows-1252 > > On 27/10/14 03:30, John Smith wrote: > > Hi, > > > > I know xpra 0.14-10 version has been released. But I can't see this > version > > for precise ( Ubuntu 12.04 ) > > https://www.xpra.org/dists/precise/main/binary-amd64/ > > https://www.xpra.org/dists/precise/main/binary-i386/ > Sorry about that. Try again now and it should pick it up. > BTW, it is: 0.14.10 and not 0.14-10 (there's a RFC explaining the > difference) > > Cheers > Antoine > > > > > ------------------------------ > > Message: 6 > Date: Mon, 27 Oct 2014 07:50:55 -0400 > From: Bob Tennent > To: shifter-users at lists.devloop.org.uk > Subject: Re: [winswitch] [ANNOUNCE] xpra 0.14.10 (important fixes) > Message-ID: <20141027125055.VCAIpq1s%rdt at cs.queensu.ca> > Content-Type: text/plain; charset=US-ASCII > > > On CentOS-6: > > ---> Package xorg-x11-drv-dummy.i386 0:0.3.6-3.el6 will be updated > ---> Package xorg-x11-drv-dummy.i386 0:0.3.6-15.xpra1.el6 will be an update > --> Processing Dependency: xserver-abi(videodrv-15) >= 0 for package: > xorg-x11-drv-dummy-0.3.6-15.xpra1.el6.i386 > > Packages skipped because of dependency problems: > xorg-x11-drv-dummy-0.3.6-15.xpra1.el6.i386 from winswitch > > Bob T. > > > > ------------------------------ > > Message: 7 > Date: Tue, 28 Oct 2014 11:41:43 +0100 > From: Antoine Martin > To: shifter-users at lists.devloop.org.uk > Subject: Re: [winswitch] [ANNOUNCE] xpra 0.14.10 (important fixes) > Message-ID: <544F72E7.4000306 at nagafix.co.uk> > Content-Type: text/plain; charset=windows-1252 > > On 27/10/14 12:50, Bob Tennent wrote: > > On CentOS-6: > Which exact version are you running? > My guess is that this is a 6.5 without the continuous release repo (CR). > > ---> Package xorg-x11-drv-dummy.i386 0:0.3.6-3.el6 will be updated > > ---> Package xorg-x11-drv-dummy.i386 0:0.3.6-15.xpra1.el6 will be an > update > > --> Processing Dependency: xserver-abi(videodrv-15) >= 0 for package: > xorg-x11-drv-dummy-0.3.6-15.xpra1.el6.i386 > > > > Packages skipped because of dependency problems: > > xorg-x11-drv-dummy-0.3.6-15.xpra1.el6.i386 from winswitch > Ah, the never ending joys of packaging... Sorry about that. > > The continuous release (CR) for CentOS 6 recently upgraded their X11 > server ABI prior to the move from 6.5 to 6.6. > And so the automated "6.5 CR" builds overwrote the "6.5 proper" packages > with the 6.6 ABI break.. > I had spotted this problem shortly after the packages landed on the repo > and rebuilt everything. Maybe you just got unlucky and got the packages > downloaded just then? > You should just be able to do: > yum clean all && yum update > Works for me here without CR enabled. > I am in the process of rebuilding all the dummy packages with a version > bump so that a simple "yum update" should now pick them up on the next > yum repo refresh without needing the "yum clean". > > Sadly, it does mean that we can't support CR, only "proper" releases. > Suggestions on how to handle this update process better are always welcome. > > Cheers > Antoine > > > > > ------------------------------ > > Message: 8 > Date: Tue, 28 Oct 2014 09:08:45 -0400 > From: Bob Tennent > To: shifter-users at lists.devloop.org.uk, Antoine Martin > > Subject: Re: [winswitch] [ANNOUNCE] xpra 0.14.10 (important fixes) > Message-ID: <544f955d.VBld4BhaavczhJWr%rdt at cs.queensu.ca> > Content-Type: text/plain; charset=us-ascii > > >|> On CentOS-6: > > >|Which exact version are you running? > > CentOS release 6.5 (Final) > > >|My guess is that this is a 6.5 without the continuous release repo (CR). > > I don't know anything about a CR repo. > > >|> ---> Package xorg-x11-drv-dummy.i386 0:0.3.6-3.el6 will be updated > >|> ---> Package xorg-x11-drv-dummy.i386 0:0.3.6-15.xpra1.el6 will be > >|an update > >|> --> Processing Dependency: xserver-abi(videodrv-15) >= 0 for package: > >|xorg-x11-drv-dummy-0.3.6-15.xpra1.el6.i386 > >|> > >|> Packages skipped because of dependency problems: > >|> xorg-x11-drv-dummy-0.3.6-15.xpra1.el6.i386 from winswitch > >| > >|The continuous release (CR) for CentOS 6 recently upgraded their X11 > >|server ABI prior to the move from 6.5 to 6.6. > >|And so the automated "6.5 CR" builds overwrote the "6.5 proper" packages > >|with the 6.6 ABI break.. > >|I had spotted this problem shortly after the packages landed on the repo > >|and rebuilt everything. Maybe you just got unlucky and got the packages > >|downloaded just then? > >|You should just be able to do: > >|yum clean all && yum update > >|Works for me here without CR enabled. > > Doesn't work for me. > > >|I am in the process of rebuilding all the dummy packages > >|with a version bump so that a simple "yum update" should > >|now pick them up on the next yum repo refresh without > >|needing the "yum clean". > > Thanks. > > Bob T. > > > ------------------------------ > > Message: 9 > Date: Tue, 28 Oct 2014 15:50:25 +0100 > From: Antoine Martin > To: Bob Tennent , > shifter-users at lists.devloop.org.uk > Subject: Re: [winswitch] [ANNOUNCE] xpra 0.14.10 (important fixes) > Message-ID: <544FAD31.80309 at nagafix.co.uk> > Content-Type: text/plain; charset=windows-1252 > > (snip) > > >|You should just be able to do: > > >|yum clean all && yum update > > >|Works for me here without CR enabled. > > > > Doesn't work for me. > Any details? > For a start, you should now be seeing a package named > "xorg-x11-drv-dummy-0.3.6-15.xpra2.el6" replacing the "xpra1" version > yum was trying to install previously: > > http://xpra.org/dists/CentOS/6.5/x86_64/xorg-x11-drv-dummy-0.3.6-15.xpra2.el6.x86_64.rpm > md5sum: > 4908cc370d1f058a9330e66353505eb6 > xorg-x11-drv-dummy-0.3.6-15.xpra2.el6.x86_64.rpm > > Antoine > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > shifter-users mailing list > shifter-users at lists.devloop.org.uk > http://lists.devloop.org.uk/mailman/listinfo/shifter-users > > > ------------------------------ > > End of shifter-users Digest, Vol 44, Issue 5 > ******************************************** > From utku at um-ic.com Tue Oct 28 15:27:50 2014 From: utku at um-ic.com (Utku Altunkaya) Date: Tue, 28 Oct 2014 17:27:50 +0200 Subject: [winswitch] xpra 0.14.10 - RPM installation issues Message-ID: <544FB5F6.8040005@um-ic.com> Hi, We have several workstations running different Linux flavors, namely CentOS 5.11, CentOS 6.5 and Fedora 20. I was able to update XPRA to version 0.14.10 on all of them by running "yum update xpra", but a regular "yum update" fails due to package issues. * On CentOS 6.5, I also have the problem that was already reported. I don't have the Continuous Release repo enabled, and even after a yum cleanup, I still get the same error: ---> Package xorg-x11-drv-dummy.x86_64 0:0.3.6-3.el6 will be updated ---> Package xorg-x11-drv-dummy.x86_64 0:0.3.6-15.xpra2.el6 will be an update --> Processing Dependency: xserver-abi(videodrv-15) >= 0 for package: xorg-x11-drv-dummy-0.3.6-15.xpra2.el6.x86_64 --> Finished Dependency Resolution Error: Package: xorg-x11-drv-dummy-0.3.6-15.xpra2.el6.x86_64 (winswitch) Requires: xserver-abi(videodrv-15) >= 0 I noticed that you've refreshed the repo and the package version was incremented from xpra1 to xpra2, but that hasn't solved the issue somehow. * On Fedora 20, I keep getting a package signing error: Package python-pillow-2.6.1-1.fc20.x86_64.rpm is not signed * I'm also experimenting with CentOS 7.0, and I cannot install xpra at all. "yum install xpra" fails with --> Processing Dependency: libfakeXinerama for package: xpra-0.14.10-1.el7_0.x86_64 --> Processing Dependency: python-lz4 for package: xpra-0.14.10-1.el7_0.x86_64 --> Finished Dependency Resolution Error: Package: xpra-0.14.10-1.el7_0.x86_64 (winswitch) Requires: libfakeXinerama Error: Package: xpra-0.14.10-1.el7_0.x86_64 (winswitch) Requires: python-lz4 When I check the repo (https://www.xpra.org/dists/CentOS/7.0/x86_64/) I can see that several RPMs are available for both packages, but "yum list libfakeXinerama" and "yum list python-lz4" returns nothing. Could the repodata be outdated? Best regards. Utku Altunkaya // From antoine at nagafix.co.uk Tue Oct 28 16:00:19 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Tue, 28 Oct 2014 17:00:19 +0100 Subject: [winswitch] xpra 0.14.10 - RPM installation issues In-Reply-To: <544FB5F6.8040005@um-ic.com> References: <544FB5F6.8040005@um-ic.com> Message-ID: <544FBD93.6060308@nagafix.co.uk> > ---> Package xorg-x11-drv-dummy.x86_64 0:0.3.6-3.el6 will be updated > ---> Package xorg-x11-drv-dummy.x86_64 0:0.3.6-15.xpra2.el6 will be an > update > --> Processing Dependency: xserver-abi(videodrv-15) >= 0 for package: > xorg-x11-drv-dummy-0.3.6-15.xpra2.el6.x86_64 > --> Finished Dependency Resolution > Error: Package: xorg-x11-drv-dummy-0.3.6-15.xpra2.el6.x86_64 (winswitch) > Requires: xserver-abi(videodrv-15) >= 0 > > I noticed that you've refreshed the repo and the package version was > incremented from xpra1 to xpra2, but that hasn't solved the issue somehow. Can you try this one again: yum clean all && yum update > * On Fedora 20, I keep getting a package signing error: > > Package python-pillow-2.6.1-1.fc20.x86_64.rpm is not signed How odd. Some packages seem to have made it to the repo without the signature. This one amongst others. (libwebp also, this affected Fedora 19 and 20 only) Fixed. > * I'm also experimenting with CentOS 7.0, and I cannot install xpra at > all. "yum install xpra" fails with > > --> Processing Dependency: libfakeXinerama for package: > xpra-0.14.10-1.el7_0.x86_64 > --> Processing Dependency: python-lz4 for package: > xpra-0.14.10-1.el7_0.x86_64 > --> Finished Dependency Resolution > Error: Package: xpra-0.14.10-1.el7_0.x86_64 (winswitch) > Requires: libfakeXinerama > Error: Package: xpra-0.14.10-1.el7_0.x86_64 (winswitch) > Requires: python-lz4 > > When I check the repo (https://www.xpra.org/dists/CentOS/7.0/x86_64/) I > can see that several RPMs are available for both packages, but "yum list > libfakeXinerama" and "yum list python-lz4" returns nothing. Could the > repodata be outdated? It was. Sorry about that... again it was my mistake. The repo got cleaned up between RHEL7-beta and the final release, and I didn't re-generate the repodata. Fixed. It *should* all be OK now. I hope. Let me know if you have any other problems. Cheers Antoine > Best regards. > Utku Altunkaya > > // > _______________________________________________ > shifter-users mailing list > shifter-users at lists.devloop.org.uk > http://lists.devloop.org.uk/mailman/listinfo/shifter-users From utku at um-ic.com Tue Oct 28 19:06:48 2014 From: utku at um-ic.com (Utku Altunkaya) Date: Tue, 28 Oct 2014 21:06:48 +0200 Subject: [winswitch] xpra 0.14.10 - RPM installation issues In-Reply-To: <544FBD93.6060308@nagafix.co.uk> References: <544FB5F6.8040005@um-ic.com> <544FBD93.6060308@nagafix.co.uk> Message-ID: <544FE948.1060501@um-ic.com> On 28/10/14 18:00, Antoine Martin wrote: > >> ---> Package xorg-x11-drv-dummy.x86_64 0:0.3.6-3.el6 will be updated >> ---> Package xorg-x11-drv-dummy.x86_64 0:0.3.6-15.xpra2.el6 will be an >> update >> --> Processing Dependency: xserver-abi(videodrv-15) >= 0 for package: >> xorg-x11-drv-dummy-0.3.6-15.xpra2.el6.x86_64 >> --> Finished Dependency Resolution >> Error: Package: xorg-x11-drv-dummy-0.3.6-15.xpra2.el6.x86_64 (winswitch) >> Requires: xserver-abi(videodrv-15) >= 0 >> >> I noticed that you've refreshed the repo and the package version was >> incremented from xpra1 to xpra2, but that hasn't solved the issue somehow. > Can you try this one again: > yum clean all && yum update > >> * On Fedora 20, I keep getting a package signing error: >> >> Package python-pillow-2.6.1-1.fc20.x86_64.rpm is not signed > How odd. Some packages seem to have made it to the repo without the > signature. > This one amongst others. (libwebp also, this affected Fedora 19 and 20 only) > Fixed. >> * I'm also experimenting with CentOS 7.0, and I cannot install xpra at >> all. "yum install xpra" fails with >> >> --> Processing Dependency: libfakeXinerama for package: >> xpra-0.14.10-1.el7_0.x86_64 >> --> Processing Dependency: python-lz4 for package: >> xpra-0.14.10-1.el7_0.x86_64 >> --> Finished Dependency Resolution >> Error: Package: xpra-0.14.10-1.el7_0.x86_64 (winswitch) >> Requires: libfakeXinerama >> Error: Package: xpra-0.14.10-1.el7_0.x86_64 (winswitch) >> Requires: python-lz4 >> >> When I check the repo (https://www.xpra.org/dists/CentOS/7.0/x86_64/) I >> can see that several RPMs are available for both packages, but "yum list >> libfakeXinerama" and "yum list python-lz4" returns nothing. Could the >> repodata be outdated? > It was. Sorry about that... again it was my mistake. > The repo got cleaned up between RHEL7-beta and the final release, and I > didn't re-generate the repodata. > Fixed. > > It *should* all be OK now. I hope. > Let me know if you have any other problems. > > Cheers > Antoine Indeed, CentOS 6.5, CentOS 7.0 and Fedora 20, all repos are back to normal. Thank you for fixing them so quickly. However, we use tcsh as our login shell, and I'm still seeing the "Ambiguous output redirect." error described in Ticket #666, despite having updated both server and client sides to v0.14.10. I'll gather more data and create a proper report for you. Best regards. Utku Altunkaya From johnss1221 at gmail.com Wed Oct 29 01:38:35 2014 From: johnss1221 at gmail.com (John Smith) Date: Wed, 29 Oct 2014 08:38:35 +0700 Subject: [winswitch] xpra control argument Message-ID: Hi, xpra control :DISPLAY help will return 1st argument of "xpra control" xpra control :100 help "control supports: hello, help, debug, encoding, auto-refresh, quality, min-quality, speed, min-speed, compression, encoder, refresh, sound-output, scaling, suspend, resume, name, ungrab, key, focus, client" How to get 2nd argument ? I know only a bit of it. xpra control :100 encoding => 2nd arg will be rgb, png, jpeg, ... Thanks From rdt at cs.queensu.ca Wed Oct 29 15:57:45 2014 From: rdt at cs.queensu.ca (Bob Tennent) Date: Wed, 29 Oct 2014 11:57:45 -0400 Subject: [winswitch] [ANNOUNCE] xpra 0.14.10 (important fixes) Message-ID: <20141029165745.YgKWO+wN%rdt@cs.queensu.ca> Now xorg-x11-drv-dummy-0.3.6-15.xpra2 seems to be blocking updates of the xorg-x11 packages for CentOS-6.6. Bob T. From antoine at nagafix.co.uk Thu Oct 30 09:12:18 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Thu, 30 Oct 2014 16:12:18 +0700 Subject: [winswitch] xpra control argument In-Reply-To: References: Message-ID: <545200F2.4000005@nagafix.co.uk> On 29/10/14 08:38, John Smith wrote: > Hi, > > xpra control :DISPLAY help will return 1st argument of "xpra control" > xpra control :100 help > "control supports: hello, help, debug, encoding, auto-refresh, quality, > min-quality, speed, min-speed, compression, encoder, refresh, sound-output, > scaling, suspend, resume, name, ungrab, key, focus, client" > > How to get 2nd argument ? I know only a bit of it. > xpra control :100 encoding => 2nd arg will be rgb, png, jpeg, ... You can try: xpra control :100 encoding help The "help" argument is supported by some of the control options, and others are deemed to be too obvious (ie: quality, speed, etc) This interface is not meant to be API stable, so you will not find anything about it in the man page. You may find some examples in the original ticket: http://xpra.org/trac/ticket/461 Cheers Antoine From antoine at nagafix.co.uk Thu Oct 30 10:19:22 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Thu, 30 Oct 2014 17:19:22 +0700 Subject: [winswitch] xorg-x11-drv-dummy and CentOS 6.6 upgrade (was xpra 0.14.10) In-Reply-To: <20141029165745.YgKWO+wN%rdt@cs.queensu.ca> References: <20141029165745.YgKWO+wN%rdt@cs.queensu.ca> Message-ID: <545210AA.5010107@nagafix.co.uk> On 29/10/14 22:57, Bob Tennent wrote: > Now xorg-x11-drv-dummy-0.3.6-15.xpra2 seems to be blocking > updates of the xorg-x11 packages for CentOS-6.6. Short answer: Should be OK now. The new 6.6 repo contains freshly built dummy packages with a version bump for the dummy driver. So, just: yum update Long answer: It isn't because of the "new" dummy package, though it may look like it. As I mentioned before, there is an Xorg server ABI bump in most CentOS releases, including 6.6 Whenever the new release lands on the CentOS repositories, and this is always unannounced with CentOS (..), we have to upgrade and rebuild everything - or at the very least the dummy driver - and push the new repository to the download area, and of course test the whole thing. Because I do sleep, sometimes, there will always be a delay between the CentOS release and package delivery. Sorry about that. Since I do not bump the release number of every single package everytime there is an OS release update, you can force a more complete package reinstall (which should be "better" as those packages are actually built on CentOS 6.6): yum clean all && yum reinstall ffmpeg-xpra libfakeXinerama libvpx-xpra libwebp-xpra python-crypto python-lz4 python-netifaces python-pillow python-rencode x264-xpra xpra And more if you also install the optional accelerated OpenGL client libraries: yum reinstall PyOpenGL PyOpenGL-accelerate Cheers Antoine PS: the beta repository has packages for mp3 sound support and 0.15 beta builds From ntlong0210 at gmail.com Fri Oct 31 01:26:26 2014 From: ntlong0210 at gmail.com (Long Nguyen Thanh) Date: Fri, 31 Oct 2014 08:26:26 +0700 Subject: [winswitch] xpra control argument In-Reply-To: <545200F2.4000005@nagafix.co.uk> References: <545200F2.4000005@nagafix.co.uk> Message-ID: Hi all, I also need more info about this command. I tried : xpra control :DISPLAY encoding help Result is "set encoding to help for 2 windows" But encoding must be rgb, png, jpeg, webp,... Try with other 1st argument : xpra control :DISPLAY client help Result is "client control command 'help' forwarded to 0 clients In this ticket , I found "xpra control :DISPLAY client show_session_info" It will show session info dialog in client-side. Can I get more 2nd, 3rd argument similiar with 'show_session_info' ? Maybe 'show_bug_report', 'show_bug_report save path' , or 'raise_windows' ? Can I get all info in statistic tab of session info and put it to a file by a/some command(s) at client-side ? On Thu, Oct 30, 2014 at 4:12 PM, Antoine Martin wrote: > On 29/10/14 08:38, John Smith wrote: > > Hi, > > > > xpra control :DISPLAY help will return 1st argument of "xpra control" > > xpra control :100 help > > "control supports: hello, help, debug, encoding, auto-refresh, quality, > > min-quality, speed, min-speed, compression, encoder, refresh, > sound-output, > > scaling, suspend, resume, name, ungrab, key, focus, client" > > > > How to get 2nd argument ? I know only a bit of it. > > xpra control :100 encoding => 2nd arg will be rgb, png, jpeg, ... > You can try: > xpra control :100 encoding help > The "help" argument is supported by some of the control options, and > others are deemed to be too obvious (ie: quality, speed, etc) > This interface is not meant to be API stable, so you will not find > anything about it in the man page. > You may find some examples in the original ticket: > http://xpra.org/trac/ticket/461 > > 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 Fri Oct 31 03:38:02 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Fri, 31 Oct 2014 10:38:02 +0700 Subject: [winswitch] xpra control argument In-Reply-To: References: <545200F2.4000005@nagafix.co.uk> Message-ID: <5453041A.70901@nagafix.co.uk> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 31/10/14 08:26, Long Nguyen Thanh wrote: > Hi all, > > I also need more info about this command. > I tried : > xpra control :DISPLAY encoding help > Result is "set encoding to help for 2 windows" encoding does not support "help" It is one of the ones deemed too "obvious": as you figured out, the encoding options are the same as everywhere else. See man page. See also: xpra attach --encoding=help > But encoding must be rgb, png, jpeg, webp,... > Try with other 1st argument : > xpra control :DISPLAY client help > Result is "client control command 'help' forwarded to 0 clients > Inthis ticket , I found "xpra control :DISPLAY client show_session_info" > It will show session info dialog in client-side. > Can I get more 2nd, 3rd argument similiar with 'show_session_info' ? Maybe 'show_bug_report', 'show_bug_report save path' , or 'raise_windows' ? Sure, if someone implements it. Feel free to file tickets for that. > Can I get all info in statistic tab of session info and put it to a file by a/some command(s) at client-side ? "xpra info" contains this data, and more. Antoine > > > On Thu, Oct 30, 2014 at 4:12 PM, Antoine Martin > wrote: > > On 29/10/14 08:38, John Smith wrote: > > Hi, > > > > xpra control :DISPLAY help will return 1st argument of "xpra control" > > xpra control :100 help > > "control supports: hello, help, debug, encoding, auto-refresh, quality, > > min-quality, speed, min-speed, compression, encoder, refresh, > sound-output, > > scaling, suspend, resume, name, ungrab, key, focus, client" > > > > How to get 2nd argument ? I know only a bit of it. > > xpra control :100 encoding => 2nd arg will be rgb, png, jpeg, ... > You can try: > xpra control :100 encoding help > The "help" argument is supported by some of the control options, and > others are deemed to be too obvious (ie: quality, speed, etc) > This interface is not meant to be API stable, so you will not find > anything about it in the man page. > You may find some examples in the original ticket: > http://xpra.org/trac/ticket/461 > > Cheers > Antoine > > _______________________________________________ > shifter-users mailing list > shifter-users at lists.devloop.org.uk > http://lists.devloop.org.uk/mailman/listinfo/shifter-users > > -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlRTBBkACgkQGK2zHPGK1rt+cwCbB/bh3hT3L1F+SSQOGzDnAdcK UxQAn1KiGms3d08Pd6VMEAuasVeMYUGz =OxYp -----END PGP SIGNATURE-----