X2Go dev team | 6 May 2012 23:32

python-x2go.git - master (branch) updated: 0.1.1.4-232-g3e00713

The branch, master has been updated
       via  3e00713c69fe2416045671bc3912216807fe86dc (commit)
      from  203f5fe9543710232e8cfb894a25910d709afc09 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3e00713c69fe2416045671bc3912216807fe86dc
Author: Mike Gabriel <mike.gabriel@...>
Date:   Sun May 6 23:32:22 2012 +0200

    Ignore X windows with empty title while finding session window..

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog |    1 +
 x2go/utils.py    |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 400e537..457c8a2 100644
--- a/debian/changelog
+++ b/debian/changelog
 <at>  <at>  -121,6 +121,7  <at>  <at>  python-x2go (0.1.2.0-0~x2go1) UNRELEASED; urgency=low
     - Not using gevent to spawn MIME box default applications.
     - Protect session cache from deletion while being processed.
(Continue reading)

X2Go dev team | 7 May 2012 00:36

x2goserver.git - master (branch) updated: 3.1.1.0-12-ge078838

The branch, master has been updated
       via  e07883826b637ad0d6d82db3d515d22b6e8d1481 (commit)
      from  22d7413c1ee6133326095ed344e0c47a391c4deb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e07883826b637ad0d6d82db3d515d22b6e8d1481
Author: Mike Gabriel <mike.gabriel@...>
Date:   Mon May 7 00:36:46 2012 +0200

    Detect desktop session mode to use for Ubuntu precise and later.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog              |    3 +--
 x2goserver/bin/x2goruncommand |   22 +++++++++++++---------
 2 files changed, 14 insertions(+), 11 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index c1a6c95..65019bb 100644
--- a/debian/changelog
+++ b/debian/changelog
 <at>  <at>  -12,8 +12,7  <at>  <at>  x2goserver (3.1.1.1-0~x2go1) UNRELEASED; urgency=low
     - Add feature X2GO_SERVERSIDE_DESKTOPCOMMANDS. Let client provide a generic
       desktop shell command (GNOME, UNITRY, KDE, etc.) which then gets
(Continue reading)

X2Go dev team | 7 May 2012 13:18

x2goserver.git - master (branch) updated: 3.1.1.0-13-g389c5d4

The branch, master has been updated
       via  389c5d45a7b379904537016979b7232151484824 (commit)
      from  e07883826b637ad0d6d82db3d515d22b6e8d1481 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 389c5d45a7b379904537016979b7232151484824
Author: Mike Gabriel <mike.gabriel@...>
Date:   Mon May 7 13:18:02 2012 +0200

    Complete UNITY/GNOME support for Ubuntu/Debian.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog              |    1 +
 x2goserver/bin/x2goruncommand |   43 ++++++++++++++++++++++++++++++++++------
 2 files changed, 37 insertions(+), 7 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 65019bb..f07404d 100644
--- a/debian/changelog
+++ b/debian/changelog
 <at>  <at>  -13,6 +13,7  <at>  <at>  x2goserver (3.1.1.1-0~x2go1) UNRELEASED; urgency=low
       desktop shell command (GNOME, UNITRY, KDE, etc.) which then gets
       translated into an executable command by x2goruncommand.
(Continue reading)

X2Go dev team | 7 May 2012 14:22

x2goserver.git - master (branch) updated: 3.1.1.0-14-gea35506

The branch, master has been updated
       via  ea355064c9a388987117c8765501be55061e47c9 (commit)
      from  389c5d45a7b379904537016979b7232151484824 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ea355064c9a388987117c8765501be55061e47c9
Author: Mike Gabriel <mike.gabriel@...>
Date:   Mon May 7 14:22:33 2012 +0200

    further consolidation of x2goruncommand, cross-tested on Debian wheezy/sid, sid still fails to launch GNOME3

-----------------------------------------------------------------------

Summary of changes:
 x2goserver/bin/x2goruncommand |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

The diff of changes is:
diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand
index 50965f1..541326d 100755
--- a/x2goserver/bin/x2goruncommand
+++ b/x2goserver/bin/x2goruncommand
 <at>  <at>  -93,25 +93,25  <at>  <at>  if [ "$cmd" == "GNOME" ] || [ "$cmd" == "gnome-session" ]; then
 		export DESKTOP_SESSION="gnome"
 	elif [ "$DISTRIB_ID" == "Ubuntu" ] && echo "$DISTRIB_CODENAME" | egrep "^n.*" >/dev/null; then
 		export DESKTOP_SESSION="2d-gnome"
(Continue reading)

X2Go dev team | 7 May 2012 15:53

x2goclient.git - master (branch) updated: 3.99.2.0-10-g4f41b16

The branch, master has been updated
       via  4f41b1600794e06c5a9ec5e14b1621c52f867ae0 (commit)
      from  8c41c073e281b7a7d6a876381096b45458748ec1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4f41b1600794e06c5a9ec5e14b1621c52f867ae0
Author: Oleksandr Shneyder <oleksandr.shneyder@...>
Date:   Mon May 7 15:53:37 2012 +0200

    command line options for username and autostart application

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog |    4 ++++
 onmainwindow.cpp |   34 ++++++++++++++++++++++++++++++++--
 onmainwindow.h   |    2 ++
 3 files changed, 38 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index a54b5c2..126827b 100644
--- a/debian/changelog
+++ b/debian/changelog
 <at>  <at>  -7,6 +7,10  <at>  <at>  x2goclient (3.99.2.1-0~x2go1) UNRELEASED; urgency=low
     - Support recent pulseuadio on windows
(Continue reading)

X2Go dev team | 8 May 2012 09:36

x2godesktopsharing.git - master (branch) updated: 3.0.1.4-2-g6ffe45d

The branch, master has been updated
       via  6ffe45d50b3dacb1725e90a985e1876a6ed44c16 (commit)
      from  3faf29061e1775e6a0fb5d68fa66e5d804d4e393 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6ffe45d50b3dacb1725e90a985e1876a6ed44c16
Author: Milan Knížek <knizek.confy <at> gmail.com>
Date:   Tue May 8 09:36:15 2012 +0200

    Include <sys/unistd.h> in sharetray.cpp, fixes build on Ubuntu 12.10.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog |    4 +++-
 sharetray.cpp    |    1 +
 sharetray.h      |    1 -
 3 files changed, 4 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 4fc14c3..c7b821a 100644
--- a/debian/changelog
+++ b/debian/changelog
 <at>  <at>  -1,6 +1,8  <at>  <at> 
 x2godesktopsharing (3.0.1.5-0~x2go1) UNRELEASED; urgency=low
(Continue reading)

X2Go dev team | 8 May 2012 10:00

python-x2go.git - master (branch) updated: 0.1.1.4-233-g18c58ed

The branch, master has been updated
       via  18c58ed55e34f187de88f584635e5fe2758f5003 (commit)
      from  3e00713c69fe2416045671bc3912216807fe86dc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 18c58ed55e34f187de88f584635e5fe2758f5003
Author: Mike Gabriel <mike.gabriel@...>
Date:   Tue May 8 10:00:09 2012 +0200

    Catch exceptions while calling SSH transport's getpeername() method.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                  |    1 +
 x2go/backends/control/_stdout.py  |   26 +++++++++++++++++++++-----
 x2go/backends/terminal/_stdout.py |    2 +-
 x2go/session.py                   |    4 +++-
 4 files changed, 26 insertions(+), 7 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 457c8a2..14dc935 100644
--- a/debian/changelog
+++ b/debian/changelog
 <at>  <at>  -122,6 +122,7  <at>  <at>  python-x2go (0.1.2.0-0~x2go1) UNRELEASED; urgency=low
(Continue reading)

X2Go dev team | 11 May 2012 12:48

nx-libs.git - master (branch) updated: redist-client/3.5.0.12-5-g45311f7

The branch, master has been updated
       via  45311f783acad296d37a248fb2c702c578ac3059 (commit)
      from  4372dfa53207a3247b8c317392f2672191b54fdf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 45311f783acad296d37a248fb2c702c578ac3059
Author: Mike Gabriel <mike.gabriel@...>
Date:   Fri May 11 12:48:36 2012 +0200

    Add patch: 120_nxagent_libcairo-null-source-drawables.full.patch, solves crashes of GTK
applications based on libcairo 1.12.1+.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                                   |    5 +
 ...agent_libcairo-null-source-drawables.full.patch |  130 ++++++++++++++++++++
 debian/patches/series                              |    1 +
 3 files changed, 136 insertions(+), 0 deletions(-)
 create mode 100644 debian/patches/120_nxagent_libcairo-null-source-drawables.full.patch

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index da4999c..143717e 100644
--- a/debian/changelog
+++ b/debian/changelog
(Continue reading)

X2Go dev team | 11 May 2012 14:19

pyhoca-gui.git - master (branch) updated: 0.1.0.10-236-ge3d22dd

The branch, master has been updated
       via  e3d22dd947f9424598314f589c03ad4284fe3a6d (commit)
      from  d3be56fe6794a891488320343db3cd34b8236b7e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e3d22dd947f9424598314f589c03ad4284fe3a6d
Author: Mike Gabriel <mike.gabriel@...>
Date:   Fri May 11 14:19:10 2012 +0200

    Add options --tray-icon and --tray-icon-connecting to customize the system tray icon (e.g. for branding).

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog         |    2 ++
 pyhoca-gui               |    2 ++
 pyhoca/wxgui/frontend.py |    2 ++
 pyhoca/wxgui/taskbar.py  |   12 ++++++++----
 4 files changed, 14 insertions(+), 4 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index fa0216b..f737d38 100644
--- a/debian/changelog
+++ b/debian/changelog
 <at>  <at>  -124,6 +124,8  <at>  <at>  pyhoca-gui (0.1.2.0-0~x2go1) UNRELEASED; urgency=low
(Continue reading)

X2Go dev team | 11 May 2012 14:46

pyhoca-gui.git - master (branch) updated: 0.1.0.10-237-g9264eee

The branch, master has been updated
       via  9264eee6b541eea834b8f46aa975d465cc350f47 (commit)
      from  e3d22dd947f9424598314f589c03ad4284fe3a6d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9264eee6b541eea834b8f46aa975d465cc350f47
Author: Mike Gabriel <mike.gabriel@...>
Date:   Fri May 11 14:46:33 2012 +0200

    Add option --splash-image that allows to name a custom splash image that gets shown during application startup.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog         |    2 ++
 pyhoca-gui               |    1 +
 pyhoca/wxgui/frontend.py |    2 +-
 pyhoca/wxgui/splash.py   |   16 +++++++++++++---
 4 files changed, 17 insertions(+), 4 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index f737d38..1c7abfb 100644
--- a/debian/changelog
+++ b/debian/changelog
 <at>  <at>  -126,6 +126,8  <at>  <at>  pyhoca-gui (0.1.2.0-0~x2go1) UNRELEASED; urgency=low
(Continue reading)


Gmane