From partiwm at googlecode.com Wed Oct 12 07:09:15 2011 From: partiwm at googlecode.com (partiwm at googlecode.com) Date: Wed, 12 Oct 2011 14:09:15 -0000 Subject: [Parti-discuss] Issue 25 in partiwm: xpra should handle different ssh ports In-Reply-To: <1-4138783142342026314-6395632064430250885-partiwm=googlecode.com@googlecode.com> References: <1-4138783142342026314-6395632064430250885-partiwm=googlecode.com@googlecode.com> <0-4138783142342026314-6395632064430250885-partiwm=googlecode.com@googlecode.com> Message-ID: <2-4138783142342026314-6395632064430250885-partiwm=googlecode.com@googlecode.com> Comment #2 on issue 25 by chris.al... at gmail.com: xpra should handle different ssh ports http://code.google.com/p/partiwm/issues/detail?id=25 I know this post is old, but I am trying the latest in the repo, and I get the error "xpra: error: no such option: --ssh". Is there a new method to do this, don't see it in the man page. From antoine at nagafix.co.uk Tue Oct 18 02:50:59 2011 From: antoine at nagafix.co.uk (Antoine Martin) Date: Tue, 18 Oct 2011 09:50:59 -0000 Subject: [Parti-discuss] [ANNOUNCE] xpra 0.0.7.28 Message-ID: <4E9D4BBC.9090401@nagafix.co.uk> Hi, Xpra version 0.0.7.28 is now available, in source form here: http://xpra.org/src/ Or as binary packages here: http://winswitch.org/downloads/ This is a major update adding a number of significant enhancements: * much more efficient and backwards compatible network code, prevents a CPU bottleneck on the client * forwarding of system notifications, system bell and custom cursors * system tray menu to make it easier to change settings and disconnect * automatically resize Xdummy to match the client's screen size whenever it changes * PNG image compression support * JPEG and PNG compression are now optional, only available if the Python Imaging Library is installed * scale window icons before sending if they are too big * fixed keyboard mapping for OSX and MS Windows clients * compensate for line jitter causing keys to repeat * fixed cython warnings, unused variables, etc Since I failed to post announcements for the previous releases of Xpra (they were kind of bundled and implied in the winswitch announcements), here is a copy of the release notes for the past few releases: v0.0.7.27 (2011-09-20) * compatibility fix for python 2.4 (remove "with" statement) * slow down updates from windows that refresh continuously v0.0.7.26 (2011-09-20) * minor changes to support the Android client (work in progress) * allow keyboard shortcuts to be specified, default is meta+shift+F4 to quit (disconnects client) * clear modifiers when applying new keymaps to prevent timeouts * reduce context switching in the network read loop code * try harder to close connections cleanly * removed some unused code, fixed some old test code v0.0.7.25 (2011-08-31) * Proper keymap and modifiers support v0.0.7.24 (2011-08-15) * Use raw keycodes whenever possible, should fix keymapping issues for all Unix-like clients * Keyboard fixes for AltGr and special keys for non Unix-like clients v0.0.7.23-2 (2011-07-27) * More keymap fixes.. v0.0.7.23 (2011-07-20) * Try to use setxkbmap before xkbcomp to setup the matching keyboard layout * Handle keyval level (shifted keys) explicitly, should fix missing key mappings * More generic option for setting window titles * Exit if the server dies v0.0.7.22 (2011-06-02) * minor fixes: jpeg, man page, etc (...) Cheers Antoine