tag #283 pending
fixed #283 0.4.0.7
thanks
Hello,
X2Go issue #283 (src:python-x2go) reported by you has been
fixed in X2Go Git. You can see the changelog below, and you can
check the diff of the fix at:
http://code.x2go.org/gitweb?p=python-x2go.git;a=commitdiff;h=b16e046
The issue will most likely be fixed in src:python-x2go (0.4.0.7).
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
commit b16e046161dcbdc939e786b498aa979b8916ee89
Author: Orion Poplawski <orion(a)cora.nwra.com>
Date: Sat Aug 3 22:27:52 2013 +0200
Remove shbangs from python-x2go library code. (Fixes: #283).
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
Hi all,
we received a feedback from a Debian user of X2Go who suggests to push
the locale settings from the client to the server on the start of an
X2Go session.
I would like to introduce a new parameter for ~/.x2goclient/sessions:
setlocale = {true|false}
The default will be false (to not break current setups).
Feedback, comments?
Mike
--
DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x…
tag #281 pending
fixed #281 3.1.1.1
thanks
Hello,
X2Go issue #281 (src:x2godesktopsharing) reported by you has been
fixed in X2Go Git. You can see the changelog below, and you can
check the diff of the fix at:
http://code.x2go.org/gitweb?p=x2godesktopsharing.git;a=commitdiff;h=e28a0f2
The issue will most likely be fixed in src:x2godesktopsharing (3.1.1.1).
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
commit e28a0f2d7897758810ea4704ee5fc3e8bb666996
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Date: Thu Aug 1 10:07:22 2013 +0200
Update man pages. (Fixes: #281).
diff --git a/debian/changelog b/debian/changelog
index 7dc6717..2fb2287 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
x2godesktopsharing (3.1.1.1-0~x2go1) UNRELEASED; urgency=low
- * Continue development...
+ * New upstream version (3.1.1.1):
+ - Update man pages (Fixes: #281).
-- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Sat, 08 Jun 2013 01:13:44 +0200
Why is there an x2godesktopsharing group? While it is created, it does
not appear to be used that I can see.
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA/CoRA Division FAX: 303-415-9702
3380 Mitchell Lane orion(a)cora.nwra.com
Boulder, CO 80301 http://www.cora.nwra.com
Package: x2gobroker-agent
Severity: wishlist
In X2Go issue #279 there is described the plan to add a script that is
able to detect a list of installed/available desktop shells on an X2Go
Server.
The session broker should be able to query such a list and process its
result accordingly. ,,Process accordingly'' still needs a proper
definition, though.
Mike
--
DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x…
tag #278 pending
fixed #278 4.0.1.7
thanks
Hello,
X2Go issue #278 (src:x2goserver) reported by you has been
fixed in X2Go Git. You can see the changelog below, and you can
check the diff of the fix at:
http://code.x2go.org/gitweb?p=x2goserver.git;a=commitdiff;h=7d0d4ff
The issue will most likely be fixed in src:x2goserver (4.0.1.7).
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
commit 7d0d4ff8085faca966eacf5b013200e1bf016887
Author: Orion Poplawski <orion(a)cora.nwra.com>
Date: Tue Jul 30 22:22:58 2013 +0200
Install Xsession file as executable, make Xsession.d directory location configurable during build process, do not create unused Xsession.options. (Fixes: #278).
diff --git a/debian/changelog b/debian/changelog
index d7f9bbc..ce613a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,9 @@ x2goserver (4.0.1.7-0~x2go1) UNRELEASED; urgency=low
[ Orion Poplawski ]
* New upstream version (4.0.1.7):
- - Install Xsession file as executable.
+ - Install Xsession file as executable, make Xsession.d directory location
+ configurable during build process, do not create unused Xsession.options.
+ (Fixes: #278).
[ Mike Gabriel ]
* /debian/control:
Package: x2goserver
Version: 4.0.1.6
Tags: patch
During the x2goserver Fedora package review we had a couple issues addressed
by the attached patches.
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane orion(a)nwra.com
Boulder, CO 80301 http://www.nwra.com