The branch, release/4.0.1.x has been updated
via afa555fcfdb84dcc005a38f7b0644813dde1e625 (commit)
from 97f863c86780bd84dc487105f6645056010431e6 (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 afa555fcfdb84dcc005a38f7b0644813dde1e625
Author: Mike Gabriel <mike.gabriel(a)das-…
[View More]netzwerkteam.de>
Date: Mon Aug 5 12:18:41 2013 +0200
Fix automatic keyboard setup (via x2gosetkeyboard) while resuming a session. (Fixes: #285).
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 2 ++
x2goserver/bin/x2goresume-session | 6 ++++--
2 files changed, 6 insertions(+), 2 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index f0269f5..8493262 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ x2goserver (4.0.1.7-0~x2go1) UNRELEASED; urgency=low
Xsession.options they get symlinked into /etc/x2go. Otherwise Xsession.d
and Xsession.options are created under /etc/x2go as empty dir/file.
(Fixes: #278).
+ - Fix automatic keyboard setup (via x2gosetkeyboard) while resuming a session.
+ (Fixes: #285).
* /debian/control:
- Update LONG_DESCRIPTIONS.
- Move xfonts-base from Recommends: field to Depends: field (bin:package
diff --git a/x2goserver/bin/x2goresume-session b/x2goserver/bin/x2goresume-session
index f492d62..9c8e2bc 100755
--- a/x2goserver/bin/x2goresume-session
+++ b/x2goserver/bin/x2goresume-session
@@ -133,12 +133,14 @@ KTSTR=`echo "$KTSTR" | sed "s/\//\\\\\\\\\//"`
X2GO_KBD_TYPE=`echo "$X2GO_KBD_TYPE" | sed "s/\//\\\\\\\\\//"`
if [ "$X2GO_SET_KBD" == "0" ] || [ "$X2GO_KBD_TYPE" == "auto" ]; then
- X2GO_KBD_TYPE="null\/null"
+ keyboard_type="null\/null"
+else
+ keyboard_type="$X2GO_KBD_TYPE"
fi
NEWOPTIONS=`echo "$OPTIONS" | sed -e "s/$LSTR/link=$X2GO_LINK/"\
-e "s/$PSTR/pack=$X2GO_PACK/"\
- -e "s/$KTSTR/kbtype=$X2GO_KBD_TYPE/"\
+ -e "s/$KTSTR/kbtype=$keyboard_type/"\
-e "s/$GSTR/geometry=$X2GO_GEOMETRY/"\
-e "s/$RSTR/resize=$X2GO_RESIZE/"\
-e "s/$LISTSTR/listen=$GR_PORT/"\
hooks/post-receive
--
x2goserver.git (X2Go Server)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2goserver.git" (X2Go Server).
[View Less]
The branch, master has been updated
via 88acc5fef88df9c2e40b8ba356b950f5ee519848 (commit)
from 516d847818e55a6ae6b4ce7cb122195b046a157c (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 88acc5fef88df9c2e40b8ba356b950f5ee519848
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de…
[View More]>
Date: Mon Aug 5 12:18:41 2013 +0200
Fix automatic keyboard setup (via x2gosetkeyboard) while resuming a session. (Fixes: #285).
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 2 ++
x2goserver/bin/x2goresume-session | 6 ++++--
2 files changed, 6 insertions(+), 2 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 77b61dd..b6ffa89 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -66,6 +66,8 @@ x2goserver (4.0.1.7-0~x2go1) UNRELEASED; urgency=low
Xsession.options they get symlinked into /etc/x2go. Otherwise Xsession.d
and Xsession.options are created under /etc/x2go as empty dir/file.
(Fixes: #278).
+ - Fix automatic keyboard setup (via x2gosetkeyboard) while resuming a session.
+ (Fixes: #285).
* /debian/control:
- Update LONG_DESCRIPTIONS.
- Move xfonts-base from Recommends: field to Depends: field (bin:package
diff --git a/x2goserver/bin/x2goresume-session b/x2goserver/bin/x2goresume-session
index 3d01b0a..f3a1387 100755
--- a/x2goserver/bin/x2goresume-session
+++ b/x2goserver/bin/x2goresume-session
@@ -133,12 +133,14 @@ KTSTR=`echo "$KTSTR" | sed "s/\//\\\\\\\\\//"`
X2GO_KBD_TYPE=`echo "$X2GO_KBD_TYPE" | sed "s/\//\\\\\\\\\//"`
if [ "$X2GO_SET_KBD" == "0" ] || [ "$X2GO_KBD_TYPE" == "auto" ]; then
- X2GO_KBD_TYPE="null\/null"
+ keyboard_type="null\/null"
+else
+ keyboard_type="$X2GO_KBD_TYPE"
fi
NEWOPTIONS=`echo "$OPTIONS" | sed -e "s/$LSTR/link=$X2GO_LINK/"\
-e "s/$PSTR/pack=$X2GO_PACK/"\
- -e "s/$KTSTR/kbtype=$X2GO_KBD_TYPE/"\
+ -e "s/$KTSTR/kbtype=$keyboard_type/"\
-e "s/$GSTR/geometry=$X2GO_GEOMETRY/"\
-e "s/$RSTR/resize=$X2GO_RESIZE/"\
-e "s/$LISTSTR/listen=$GR_PORT/"\
hooks/post-receive
--
x2goserver.git (X2Go Server)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2goserver.git" (X2Go Server).
[View Less]
The branch, master has been updated
via 81c41bdee16b575584f158c4a27893adfeb371c4 (commit)
from 60eebc868465959b63f36c49f54ce73b00cce1e2 (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 81c41bdee16b575584f158c4a27893adfeb371c4
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de…
[View More]>
Date: Mon Aug 5 10:58:43 2013 +0200
follow-up commit for last commit
-----------------------------------------------------------------------
Summary of changes:
x2go/backends/profiles/_file.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
diff --git a/x2go/backends/profiles/_file.py b/x2go/backends/profiles/_file.py
index 31a11f3..ac0c380 100644
--- a/x2go/backends/profiles/_file.py
+++ b/x2go/backends/profiles/_file.py
@@ -154,7 +154,7 @@ class X2GoSessionProfilesFILE(inifiles.X2GoIniFile):
self.iniConfig.remove_section(profile_id)
try: self._cached_profile_ids.remove(profile_id)
except ValueError: pass
- self.add_profile(profile_id=None, **_config)
+ self.add_profile(profile_id=None, force_add=True, **_config)
self._profiles_need_profile_id_renewal = []
self._cached_profile_ids = []
self._cached_profile_names = []
hooks/post-receive
--
python-x2go.git (Python X2Go Client API)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-x2go.git" (Python X2Go Client API).
[View Less]
The branch, master has been updated
via 60eebc868465959b63f36c49f54ce73b00cce1e2 (commit)
from 0c579d265133d482eae4e9a20928965ed3e177b8 (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 60eebc868465959b63f36c49f54ce73b00cce1e2
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de…
[View More]>
Date: Mon Aug 5 10:53:57 2013 +0200
Fix session profile updates with changes to the host parameter.
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 3 ++-
x2go/backends/profiles/_file.py | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 5c32913..9f930ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
python-x2go (0.4.0.8-0~x2go1) UNRELEASED; urgency=low
- * Continue development...
+ * New upstream version (0.4.0.8):
+ - Fix session profile updates with changes to the host parameter.
-- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Sat, 03 Aug 2013 22:32:30 +0200
diff --git a/x2go/backends/profiles/_file.py b/x2go/backends/profiles/_file.py
index 0b9eedb..31a11f3 100644
--- a/x2go/backends/profiles/_file.py
+++ b/x2go/backends/profiles/_file.py
@@ -346,7 +346,7 @@ class X2GoSessionProfilesFILE(inifiles.X2GoIniFile):
else:
return ''
- def add_profile(self, profile_id=None, **kwargs):
+ def add_profile(self, profile_id=None, force_add=False, **kwargs):
"""\
Add a new session profile.
@@ -365,7 +365,7 @@ class X2GoSessionProfilesFILE(inifiles.X2GoIniFile):
if 'name' not in kwargs.keys():
raise X2GoProfileException('session profile parameter ,,name\'\' is missing in method parameters')
- if kwargs['name'] in self.profile_names:
+ if kwargs['name'] in self.profile_names and not force_add:
raise X2GoProfileException('a profile of name ,,%s\'\' already exists' % kwargs['name'])
for key, value in kwargs.items():
hooks/post-receive
--
python-x2go.git (Python X2Go Client API)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-x2go.git" (Python X2Go Client API).
[View Less]
The branch, master has been updated
via 6340a81f55165077ff364099c9e5f62702953176 (commit)
from ab019d75638bfe3479df0b7e3a9aa6de2ac3688f (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 6340a81f55165077ff364099c9e5f62702953176
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de…
[View More]>
Date: Sat Aug 3 22:47:38 2013 +0200
fix wrong German translation
-----------------------------------------------------------------------
Summary of changes:
po/de.po | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
The diff of changes is:
diff --git a/po/de.po b/po/de.po
index b6097e4..35c42c4 100644
--- a/po/de.po
+++ b/po/de.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: PyHoca-GUI VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-08-03 18:26+0200\n"
-"PO-Revision-Date: 2013-08-03 18:27+0100\n"
+"PO-Revision-Date: 2013-08-03 22:46+0100\n"
"Last-Translator: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>\n"
"Language-Team: X2Go i18n <x2go-i18n(a)lists.berlios.de>\n"
"Language: \n"
@@ -1240,7 +1240,7 @@ msgstr ""
"Die/das ausgewählte(n) Sitzungsprofil(e) konnte(n) nicht\n"
"aus der Datei ,,%s'' importiert werden.\n"
"\n"
-"Bitte häufige Fehlerursachen prüfen (Datenträger voll, unzureichender Zugriff, usw)."
+"Hat die Sitzungsprofildatei wirklich ein korrektes Format?"
#: ../pyhoca/wxgui/frontend.py:1165
#, python-format
hooks/post-receive
--
pyhoca-gui.git (Python X2Go Client (wxPython GUI))
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).
[View Less]
The branch, master has been updated
via 0c579d265133d482eae4e9a20928965ed3e177b8 (commit)
from 669b839fac15271e83040650d6aa4352563ed41a (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 0c579d265133d482eae4e9a20928965ed3e177b8
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de…
[View More]>
Date: Sat Aug 3 22:32:45 2013 +0200
Continue development...
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 6 ++++++
x2go/__init__.py | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 108ff7a..5c32913 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-x2go (0.4.0.8-0~x2go1) UNRELEASED; urgency=low
+
+ * Continue development...
+
+ -- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Sat, 03 Aug 2013 22:32:30 +0200
+
python-x2go (0.4.0.7-0~x2go1) unstable; urgency=low
[ Mike Gabriel ]
diff --git a/x2go/__init__.py b/x2go/__init__.py
index 84059cd..0c40bef 100644
--- a/x2go/__init__.py
+++ b/x2go/__init__.py
@@ -183,7 +183,7 @@ Contact
"""
__NAME__ = 'python-x2go'
-__VERSION__ = '0.4.0.7'
+__VERSION__ = '0.4.0.8'
from gevent import monkey
monkey.patch_all()
hooks/post-receive
--
python-x2go.git (Python X2Go Client API)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-x2go.git" (Python X2Go Client API).
[View Less]
The branch, master has been updated
via 669b839fac15271e83040650d6aa4352563ed41a (commit)
from b16e046161dcbdc939e786b498aa979b8916ee89 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
debian/changelog …
[View More]| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 3eb7d5f..108ff7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-python-x2go (0.4.0.7-0~x2go1) UNRELEASED; urgency=low
+python-x2go (0.4.0.7-0~x2go1) unstable; urgency=low
[ Mike Gabriel ]
* New upstream version (0.4.0.7):
@@ -15,7 +15,7 @@ python-x2go (0.4.0.7-0~x2go1) UNRELEASED; urgency=low
* New upstream version (0.4.0.7):
- Remove shbangs from python-x2go library code. (Fixes: #283).
- -- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Sun, 28 Jul 2013 19:48:57 +0200
+ -- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Sat, 03 Aug 2013 22:28:13 +0200
python-x2go (0.4.0.6-0~x2go1) unstable; urgency=low
hooks/post-receive
--
python-x2go.git (Python X2Go Client API)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-x2go.git" (Python X2Go Client API).
[View Less]
The branch, build-baikal has been updated
via fab3e25567716020da74f1bbcdac3e61f8d256b9 (commit)
from ffff661e874d1f2303c3c90d5be3f972d6fba4fd (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
debian/…
[View More]changelog | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 9132ba8..51906d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,7 +17,7 @@ python-x2go (0.4.0.6-0~x2go1) unstable; urgency=low
* New upstream version (0.4.0.6):
- Use XFCE as desktop environment in example scripts.
- Make Python X2Go aware of the MATE desktop environment.
- - When resuming session be tolerant towards disrupted connections.
+ - When resuming sessions be tolerant towards disrupted connections.
-- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Sun, 28 Jul 2013 19:42:52 +0200
hooks/post-receive
--
python-x2go.git (Python X2Go Client API)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-x2go.git" (Python X2Go Client API).
[View Less]
The branch, build-baikal has been updated
via b16e046161dcbdc939e786b498aa979b8916ee89 (commit)
from fab3e25567716020da74f1bbcdac3e61f8d256b9 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
debian/…
[View More]changelog | 5 +++++
x2go/forward.py | 2 --
x2go/mimebox.py | 1 -
x2go/mimeboxactions.py | 1 -
x2go/printactions.py | 1 -
x2go/rforward.py | 2 --
6 files changed, 5 insertions(+), 7 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 51906d9..3eb7d5f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
python-x2go (0.4.0.7-0~x2go1) UNRELEASED; urgency=low
+ [ Mike Gabriel ]
* New upstream version (0.4.0.7):
- Drop duplicate method in terminal backend: is_desktop_session().
- Ignore non-registered session UUIDs in X2GoClient.clean_sessions() method.
@@ -10,6 +11,10 @@ python-x2go (0.4.0.7-0~x2go1) UNRELEASED; urgency=low
* /debian/control:
+ Replace LDAP support with session brokerage support in LONG_DESCRIPTION.
+ [ Orion Poplawski ]
+ * New upstream version (0.4.0.7):
+ - Remove shbangs from python-x2go library code. (Fixes: #283).
+
-- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Sun, 28 Jul 2013 19:48:57 +0200
python-x2go (0.4.0.6-0~x2go1) unstable; urgency=low
diff --git a/x2go/forward.py b/x2go/forward.py
index 8e63bf1..387f6b7 100644
--- a/x2go/forward.py
+++ b/x2go/forward.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
#
# Python X2Go is free software; you can redistribute it and/or modify
diff --git a/x2go/mimebox.py b/x2go/mimebox.py
index dcf6d32..90f51f5 100644
--- a/x2go/mimebox.py
+++ b/x2go/mimebox.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
diff --git a/x2go/mimeboxactions.py b/x2go/mimeboxactions.py
index 10ca5e0..7f6a1cb 100644
--- a/x2go/mimeboxactions.py
+++ b/x2go/mimeboxactions.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
diff --git a/x2go/printactions.py b/x2go/printactions.py
index 23a8f83..f96eec0 100644
--- a/x2go/printactions.py
+++ b/x2go/printactions.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
diff --git a/x2go/rforward.py b/x2go/rforward.py
index 7105134..adb780e 100644
--- a/x2go/rforward.py
+++ b/x2go/rforward.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
#
# Python X2Go is free software; you can redistribute it and/or modify
hooks/post-receive
--
python-x2go.git (Python X2Go Client API)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-x2go.git" (Python X2Go Client API).
[View Less]