From antoine at nagafix.co.uk Fri Jul 11 22:40:37 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Sat, 12 Jul 2014 04:40:37 +0700 Subject: [winswitch] [ANNOUNCE] xpra 0.13.7 (critical fixes) Message-ID: <53C059D5.3020408@nagafix.co.uk> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, This release fixes some criticial issues, upgrading is strongly recommended. The most important issue in Xpra itself is a bug which was causing the X11 server to leak memory, eventually causing it to crash. On MS Windows, this includes the much talked about LZO / LZ4 fix for various libraries we bundle, and many other library updates (Python, Pillow, PyOpenGL, ffmpeg, x264). The RPM repositories have already received the python-lz4 update a few days ago. The OSX builds are still pending, I will try to find way to get that going again. Release notes: * fix x11 server pixmap memory leak * fix speed and quality values range (1 to 100) * fix nvenc device allocation errors * fix unnecessary refreshes with nvenc * fix "initenv" compatibility with older servers * don't start child when upgrading or shadowing The source: https://xpra.org/src/ Binaries/repositories: https://winswitch.org/downloads/ Direct binary downloads: https://xpra.org/dists/ Beta: https://xpra.org/beta/ Cheers Antoine -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlPAWdEACgkQGK2zHPGK1ruwVgCdE2YObnIkmhz/vaaLQX6kbJ85 roYAniSV9/mHATRqqwxTqKXiU2a7A5BH =gBwW -----END PGP SIGNATURE----- From rdt at cs.queensu.ca Mon Jul 14 16:49:29 2014 From: rdt at cs.queensu.ca (Bob Tennent) Date: Mon, 14 Jul 2014 11:49:29 -0400 Subject: [winswitch] xpra on centos 7 Message-ID: <20140714164929.1snT+BvN%rdt@cs.queensu.ca> The download site didn't have an rpm for this distribution (clone of RHEL 7) so I figured out how to install xpra on CentOS 7. The key is to rebuild Fedora 20 src.rpms. You'll need to do this for PyOpenGL, pygtkglext, gtkglext and xpra, as well as install python3, tkinter, mesa-libGLU-devel, etc. in the usual way. Seems to run OK. Bob T. From ben.campbell95 at gmail.com Mon Jul 14 21:37:51 2014 From: ben.campbell95 at gmail.com (benjamin campbell) Date: Mon, 14 Jul 2014 13:37:51 -0700 Subject: [winswitch] xpra and mouse wheel problem Message-ID: ive seen people post about fixes but i cant seem to get the mouse wheel to work with my xpra setup. is there a configuration i haven't found that i need to set? -ben From antoine at nagafix.co.uk Tue Jul 15 10:48:59 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Tue, 15 Jul 2014 16:48:59 +0700 Subject: [winswitch] xpra and mouse wheel problem In-Reply-To: References: Message-ID: <53C4F90B.8090804@nagafix.co.uk> On 15/07/14 03:37, benjamin campbell wrote: > ive seen people post about fixes but i cant seem to get the mouse wheel to > work with my xpra setup. is there a configuration i haven't found that i > need to set? None whatsoever. If your mouse works then the mouse wheel should work too. What's your client and server OS? Does it work properly with other applications? You may want to run "xev" to see if the events show up. Cheers Antoine From antoine at nagafix.co.uk Tue Jul 15 17:42:13 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Tue, 15 Jul 2014 23:42:13 +0700 Subject: [winswitch] xpra and mouse wheel problem In-Reply-To: References: <53C4F90B.8090804@nagafix.co.uk> Message-ID: <53C559E5.9060206@nagafix.co.uk> On 15/07/14 22:11, benjamin campbell wrote: > client - windows 7 > server - rhel 5 > my mouse wheel works with all local applications but none of the > serverside applications. > xev is picking up no mouse wheel events but it picks up clicks just fine. It could be that RHEL5 is too old to support the mouse wheel. Maybe someone else on the list has more experience with it? (Windows 7 is tested regularly enough that I'm sure I would have been told if it didn't support the mouse wheel) Which nicely brings me to another question: now that RHEL7 is out, I was thinking of dropping support for RHEL5. Is anyone out there still relying on the RHEL5 builds? Thanks Antoine > -ben > > > On Tue, Jul 15, 2014 at 2:48 AM, Antoine Martin > wrote: > > On 15/07/14 03:37, benjamin campbell wrote: > > ive seen people post about fixes but i cant seem to get the > mouse wheel to > > work with my xpra setup. is there a configuration i haven't > found that i > > need to set? > None whatsoever. If your mouse works then the mouse wheel should > work too. > What's your client and server OS? > Does it work properly with other applications? > You may want to run "xev" to see if the events show up. > > 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 Jul 15 21:41:39 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Wed, 16 Jul 2014 03:41:39 +0700 Subject: [winswitch] xpra on centos 7 In-Reply-To: <20140714164929.1snT+BvN%rdt@cs.queensu.ca> References: <20140714164929.1snT+BvN%rdt@cs.queensu.ca> Message-ID: <53C59203.6040404@nagafix.co.uk> On 14/07/14 22:49, Bob Tennent wrote: > The download site didn't have an rpm for this distribution > (clone of RHEL 7) so I figured out how to install xpra on > CentOS 7. The key is to rebuild Fedora 20 src.rpms. You'll > need to do this for PyOpenGL, pygtkglext, gtkglext and xpra, > as well as install python3, tkinter, mesa-libGLU-devel, etc. > in the usual way. Seems to run OK. Thanks for the info. There were RedHat7 builds (based on the public beta release) which should have been usable already. I have now symlinked them as "CentOS", which will be used for all newer builds. I have also just rebuilt everything with CentOS-7 release, you can find all of it here: http://xpra.org/beta/CentOS/7/x86_64/ Unless anything is wrong with this (let me know!), it will be moved to the "release proper" area shortly. Cheers Antoine From rdt at cs.queensu.ca Tue Jul 15 22:54:06 2014 From: rdt at cs.queensu.ca (Bob Tennent) Date: Tue, 15 Jul 2014 17:54:06 -0400 Subject: [winswitch] xpra on centos 7 In-Reply-To: <53C59203.6040404@nagafix.co.uk> References: <20140714164929.1snT+BvN%rdt@cs.queensu.ca> <53C59203.6040404@nagafix.co.uk> Message-ID: <53c5a2fe.wA/BIvLD+RFSdUpi%rdt@cs.queensu.ca> >|On 14/07/14 22:49, Bob Tennent wrote: >|> The download site didn't have an rpm for this distribution >|> (clone of RHEL 7) so I figured out how to install xpra on >|> CentOS 7. The key is to rebuild Fedora 20 src.rpms. You'll >|> need to do this for PyOpenGL, pygtkglext, gtkglext and xpra, >|> as well as install python3, tkinter, mesa-libGLU-devel, etc. >|> in the usual way. Seems to run OK. >|There were RedHat7 builds (based on the public beta release) which >|should have been usable already. libfakeXinerama was missing. >|I have now symlinked them as "CentOS", which will be used for all newer >|builds. >| >|I have also just rebuilt everything with CentOS-7 release, you can find >|all of it here: >|http://xpra.org/beta/CentOS/7/x86_64/ >|Unless anything is wrong with this (let me know!), it will be moved to >|the "release proper" area shortly. Thanks. There's a reference to /share/xpra/icons/xpra.png which should have a /usr prefix. Best, Bob T. From antoine at nagafix.co.uk Thu Jul 24 10:52:28 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Thu, 24 Jul 2014 16:52:28 +0700 Subject: [winswitch] hide window title bar of wbar in xpra In-Reply-To: References: Message-ID: <53D0D75C.1080809@nagafix.co.uk> (Forwarding original email which seems to have got lost) Hi all, (sorry if my english is not good) I used xpra like this: At server: xpra start :100 --start-child=wbar At client: xpra attach ssh:user at hostname:100 I want to remote wbar application from server and display it in client. Everything is fine. I connected wbar. But wbar has a window title bar ( title name, minimize, maximize and close button) and I don't want to show it ( window title bar). So, can I hide it from server-side ? Thank you for any help you can provide in this situation Inline image 3 =>> Inline image 4 From antoine at nagafix.co.uk Thu Jul 24 11:27:49 2014 From: antoine at nagafix.co.uk (Antoine Martin) Date: Thu, 24 Jul 2014 17:27:49 +0700 Subject: [winswitch] hide window title bar of wbar in xpra In-Reply-To: <53D0D75C.1080809@nagafix.co.uk> References: <53D0D75C.1080809@nagafix.co.uk> Message-ID: <53D0DFA5.8030407@nagafix.co.uk> > Hi all, > (sorry if my english is not good) > I used xpra like this: > At server: xpra start :100 --start-child=wbar > At client: xpra attach ssh:user at hostname:100 > I want to remote wbar application from server and display it in client. > Everything is fine. I connected wbar. But wbar has a window title bar ( > title name, minimize, maximize and close button) and I don't want to > show it ( window title bar). > So, can I hide it from server-side ? This application is unmaintained since 2012: https://code.google.com/p/wbar/downloads/list I've just tried it and it didn't even work without xpra on my system... Surprisingly, it did sort of work better via xpra, in that at least a window showed up on the edge of my screen. And it didn't have any title bar, but the application itself doesn't seem to be doing anything. If you do want to track this down, you should provide more information, see here for details: http://xpra.org/trac/wiki/ReportingBugs Cheers Antoine From longnt at viegrid.com Fri Jul 25 04:46:18 2014 From: longnt at viegrid.com (=?UTF-8?B?Tmd1eeG7hW4gVGjDoG5oIExvbmc=?=) Date: Fri, 25 Jul 2014 10:46:18 +0700 Subject: [winswitch] hide window title bar of wbar in xpra In-Reply-To: <53D0DFA5.8030407@nagafix.co.uk> References: <53D0D75C.1080809@nagafix.co.uk> <53D0DFA5.8030407@nagafix.co.uk> Message-ID: Hi all, On Thu, Jul 24, 2014 at 5:27 PM, Antoine Martin wrote: > > > Hi all, > > (sorry if my english is not good) > > I used xpra like this: > > At server: xpra start :100 --start-child=wbar > > At client: xpra attach ssh:user at hostname:100 > > I want to remote wbar application from server and display it in client. > > Everything is fine. I connected wbar. But wbar has a window title bar ( > > title name, minimize, maximize and close button) and I don't want to > > show it ( window title bar). > > So, can I hide it from server-side ? > This application is unmaintained since 2012: > https://code.google.com/p/wbar/downloads/list > I've just tried it and it didn't even work without xpra on my system... > I just use it for an example. > > Surprisingly, it did sort of work better via xpra, in that at least a > window showed up on the edge of my screen. > And it didn't have any title bar, but the application itself doesn't > seem to be doing anything. > OS client : Windows. OS server: Ubuntu 12.04 I've just test again in OS client Ubuntu 14.04, and it didn't have any title bar. So what is the difference between Win'client and Linux'client ? Thanks :) > > If you do want to track this down, you should provide more information, > see here for details: > http://xpra.org/trac/wiki/ReportingBugs > > Cheers > Antoine >