close #138
thanks
Hello,
we are very hopeful that X2Go issue #138 reported by you
has been resolved in the new release (4.0.2.0) of the
X2Go source project »src:x2goclient«.
You can view the complete changelog entry of src:x2goclient (4.0.2.0)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goclient.
http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=cbe900f245206ad…
If you feel that the issue has not been resolved satisfyingly, feel
free to reopen this bug report or submit a follow-up report with
further observations described based on the new released version
of src:x2goclient.
Thanks a lot for contributing to X2Go!!!
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
X2Go Component: src:x2goclient
Version: 4.0.2.0-0x2go1
Status: RELEASE
Date: Thu, 10 Apr 2014 13:47:56 +0200
Fixes: 138 349 422 440 446 448 453
Changes:
x2goclient (4.0.2.0-0x2go1) RELEASED; urgency=low
.
[ Oleksandr Shneyder ]
* New upstream version (4.0.2.0):
- Revrite SSH Classes to support libssh fix.
- Add Class HelpDialog to show options in scroll area.
- Fix authentication on SSH Broker with key + passphrase.
- Set modmap timer timeout to 10 sec on Mac.
- Fix running xmodmap if X2Go Client not started from terminal.
- Setting keyboard modifiers with xmodmap.
- Fix multimonitor support on Linux.
- Display more version info. Parameters --version, --git, --changelog.
- Don't show GUI dialog for --version, --help, etc, if started
from terminal on linux and mac.
- If no user in session config, display system username in pass form.
- Check if txt/changelog and txt/git exist on config phase.
Rename option "--git" to "--git-info".
- Change x2goclient.nsi for nightly builds.
.
[ Josh Lukens ]
* New upstream version (4.0.2.0):
- Switch to QNetworkAccessManager. Appropriately set content type
header to "application/x-www-form-urlencoded" for HTTP post
requests. (Fixes: #440, #138).
- Fix copy+paste errors in QNetworkAccessManager code.
- Provide support for dynamic authentication IDs. This is
a requirement for using the broker client against brokers
that use some sort of OTP authentication mechanism.
(Fixes: #446).
.
[ Mike Gabriel ]
* New upstream version (4.0.2.0):
- Drop create_text.sh again, implement changelog copying
in distro build files. Implement Git history creation for
nightly builds in build scripts.
- Rename txt/git to txt/git-info (make it compliant with cmdline
options).
- Allow starting shadow sessions from the command line with
option --hidden being enabled. (Fixes: #349).
* debian/control:
+ Build-depend on libssh-dev (>= 0.5.4-2).
+ Bump Standards: to 3.9.5. No changes needed.
* debian/rules:
+ Copy debian/changelog into txt/ subfolder during dh_auto_configure.
+ Create txt/git-info files for ChangeLog.git if it exists.
* x2goclient.spec:
+ Copy ChangeLog (or debian/changelog) into txt/ subfolder during
%setup.
+ Copy ChangeLog.gitlog (if present) into txt/ subfolder during %setup.
+ B-R (epel-7): man2html-core (same as for Fedora builds).
.
[ Mike DePaulo ]
* New upstream version (4.0.2.0):
- Decrease HelpDialog's tab width from 320 to 30
(the width of 10 spaces.) (Fixes: #453)
- Windows: Fix compatibility with PulseAudio 3.0 & later through
new cookie handling. (Fixes: #422)
- Windows: Upgrade included PulseAudio from 1.1 to 5.0.
The 5.0 build is patched for X2Go bug #363. and available here:
https://build.opensuse.org/project/show/home:mikedep333:branches:home:\
mkbosmans:mingw32:pulseaudio
- Windows: Reapply KDE on Windows's patch for Pageant support to
libssh 0.5.5. (Fixes: #448)
Hi all,
I would like to discuss a possible release date for X2Go Client 4.0.2.0.
As I see we need to fix #434 before a release is sensible. Any other
open issues that people would like to see fixed before the release?
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…
TLDR: X2Go Client 4.0.2.0 will now keep on using the old cookie path
like "C:\Users\mike\.x2go\pulse\.pulse-cookie", same as it did with
4.0.1.3, no matter what version of PulseAudio is in use.
Tanuk (the lead developer on PulseAudio) clarified that pulseaudio.exe
(the PulseAudio server) isn't supposed to respect %PULSE_COOKIE%, only
the client libs (on the x2go server) are supposed to respect it. (I
should have read the pulseaudio (1) manpage more closely.) Instead,
pulseaudio.exe respects "auth-cookie", that we need to specify for
"module-native-protocol-tcp" in config.pa. "auth-cookie" doesn't seem
to be in the manpages, but it is specified in the 2nd link below.
https://bugs.freedesktop.org/show_bug.cgi?id=75006http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/Modu…
So I updated X2Go Client's Windows cookie handling logic to specify
old the path for PulseAudio 3.0 & later. I then removed the logic to
accommodate the new path.
The end result is that when X2GoClient 4.0.2.0 is released, we will
keep using the old cookie path, thus simplifying things for any power
users who need to manage their .x2go directory.
This change is in commits:
a6ab2c7879e3fb23edee2acaa4e3e21d978aa201
034afc36143134ce0fe272422bd410ca5125834e
And I've tested this change successfully.
I ran into this today on Ubuntu 14.04 and wanted to just post some updates I found after digging around a bit. Essentially, this doesn’t look like anything X2Go can fix. Since version 3.8, gnome-session refuses to start without 3D acceleration, which isn’t possible over an X2Go session. Unless there’s some workaround added to allow gnome-session without hardware acceleration, we’re probably out of luck. One workaround is to use xfce instead. I haven’t tried this yet myself, but I expect it would probably work fine.
Here are a couple of links with details:
<https://bugs.launchpad.net/bugs/1251281>
<https://groups.google.com/forum/#!msg/synnefo-devel/oo5LiGr4YY4/znfZaqwe0yMJ>
--
Matthew L. Dailey
Senior Systems Engineer
Thayer School of Engineering
Dartmouth College
tag #470 pending
fixed #470 0.0.3.0
thanks
Hello,
X2Go issue #470 (src:x2gobroker) 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=x2gobroker.git;a=commitdiff;h=f635b14
The issue will most likely be fixed in src:x2gobroker (0.0.3.0).
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
commit f635b147e196a112284014007746fa7c5d0ce2c6
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Date: Thu Apr 3 10:35:13 2014 +0200
Add basic support for pulling https_get authmech config from configuration file. (Fixes: #470).
diff --git a/debian/changelog b/debian/changelog
index d7350da..98e95f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -151,6 +151,8 @@ x2gobroker (0.0.3.0-0x2go1) UNRELEASED; urgency=low
- Add auth mechanism https_get. (Fixes: #450).
- Change pre and post scripts to use common codebase across frontends. (Fixes: #469).
- Add ability to have script run in select session after server is selected.
+ - Add basic support for pulling https_get authmech config from configuration file.
+ (Fixes: #470).
-- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Fri, 07 Jun 2013 23:25:30 +0200
Gah. E_NOTENOUGHCAFFEINE. This was supposed to go to the list and
bugtracker as well.
-------- Original-Nachricht --------
Betreff: Re: [X2Go-Dev] Bug#471: ATTENTION @Mike#1 - serious bug in
x2goserver upgrade script (debian wheezy+squeeze)
Datum: Thu, 03 Apr 2014 09:50:09 +0200
Von: Stefan Baur <newsgroups.mail2(a)stefanbaur.de>
Antwort an: Stefan Baur <newsgroups.mail2(a)stefanbaur.de>,
471(a)bugs.x2go.org, x2go-dev(a)lists.berlios.de
An: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Addendum:
This is part of the "ps ax" output on one of the affected machines:
2563 pts/2 S+ 0:00 apt-get upgrade -y
4958 pts/1 S+ 0:00 /usr/bin/perl -w /usr/share/debconf/frontend
/var/lib/dpkg/info/x2goserver.postinst configure 4.0.1.13-0x2go1+
4962 pts/1 Z+ 0:00 [x2goserver.post] <defunct>
5004 pts/1 S+ 0:00 /usr/bin/perl /usr/sbin/x2gocleansessions
manually killing x2gocleansessions (" kill $(pidof x2gocleansessions)")
seems to be a workaround, but still, we need a real fix in the form of
an updated package.
-Stefan
Am 03.04.2014 08:47, schrieb Stefan Baur:
> Package: x2goserver
> Severity: grave
> Version: 4.0.1.14
>
> Hi Mike,
>
> this is happening on
>
> x2goserver (4.0.1.14-0x2go1+git20140402.842+squeeze.main.1)
>
> as well.
>
> Please help! All my machines are stuck in the upgrade process! This is
> not good!
>
> -Stefan
>
>
> -------- Original-Nachricht --------
> Betreff: [X2Go-User] Unable to upgrade
> Datum: Wed, 2 Apr 2014 19:14:53 +0300
> Von: Panayotis Katsaloulis <panayotis(a)panayotis.com>
> An: x2go-user(a)lists.berlios.de
>
> Hello all!
>
> I have installed x2go, I can connect - everything is fine.
> In the past I think there was a problem when I tried to launch a client
> (as xterm session), and which I was unable to properly close, so I
> forced close it.
>
> The problem is that I am unable to upgrade through apt-get upgrade though.
>
> Now when I try to upgrade I get this message:
>
> Processing triggers for menu (2.1.46) ...
> Setting up x2goserver (4.0.1.14-0x2go1+git20140402.842+wheezy.main.1) ...
> Group x2gouser already exists.
> User x2gouser already exists.
> [info] Cleaning up stale X2Go sessions..
>
> … and the screen remains like this forever.
>
> The uname -a command produces the following result:
>
> Linux danube 3.13-1-amd64 #1 SMP Debian 3.13.7-1 (2014-03-25) x86_64
> GNU/Linux
>
> Any help?
>
> --
> Panayotis
>
>
> _______________________________________________
> X2Go-User mailing list
> X2Go-User(a)lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/x2go-user
> _______________________________________________
> X2Go-Dev mailing list
> X2Go-Dev(a)lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/x2go-dev
>
close #471
thanks
Hello,
we are very hopeful that X2Go issue #471 reported by you
has been resolved in the new release (4.0.1.15) of the
X2Go source project »src:x2goserver«.
You can view the complete changelog entry of src:x2goserver (4.0.1.15)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goserver.
http://code.x2go.org/gitweb?p=x2goserver.git;a=commitdiff;h=7e43e787a8ffe26…
If you feel that the issue has not been resolved satisfyingly, feel
free to reopen this bug report or submit a follow-up report with
further observations described based on the new released version
of src:x2goserver.
Thanks a lot for contributing to X2Go!!!
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
X2Go Component: src:x2goserver
Version: 4.0.1.15-0x2go1
Status: RELEASE
Date: Thu, 03 Apr 2014 11:35:50 +0200
Fixes: 471
Changes:
x2goserver (4.0.1.15-0x2go1) RELEASED; urgency=low
.
* New upstream release (4.0.1.15):
+ Fix hanging of x2goserver init script. Cherry-pick a322d8c from master
branch. (Fixes: #471).
+ Add COPYING (GPL-2) file to base project folder.
tag #471 pending
fixed #471 4.0.1.15
thanks
Hello,
X2Go issue #471 (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=336917a
The issue will most likely be fixed in src:x2goserver (4.0.1.15).
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
commit 336917af0dc087e4540fb3d55eb501d2fa4349be
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Date: Sat Mar 8 22:58:14 2014 +0100
Fix hanging of x2goserver init script. Cherry-pick a322d8c from master branch. (Fixes: #471).
diff --git a/debian/changelog b/debian/changelog
index f62c992..515a9dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
x2goserver (4.0.1.15-0x2go1) UNRELEASED; urgency=low
- * Continue development on release branch...
+ * New upstream release (4.0.1.15):
+ + Fix hanging of x2goserver init script. Cherry-pick a322d8c from master
+ branch. (Fixes: #471).
-- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Thu, 03 Apr 2014 10:08:05 +0200
Package: x2goserver
Severity: grave
Version: 4.0.1.14
Hi Mike,
this is happening on
x2goserver (4.0.1.14-0x2go1+git20140402.842+squeeze.main.1)
as well.
Please help! All my machines are stuck in the upgrade process! This is
not good!
-Stefan
-------- Original-Nachricht --------
Betreff: [X2Go-User] Unable to upgrade
Datum: Wed, 2 Apr 2014 19:14:53 +0300
Von: Panayotis Katsaloulis <panayotis(a)panayotis.com>
An: x2go-user(a)lists.berlios.de
Hello all!
I have installed x2go, I can connect - everything is fine.
In the past I think there was a problem when I tried to launch a client
(as xterm session), and which I was unable to properly close, so I
forced close it.
The problem is that I am unable to upgrade through apt-get upgrade though.
Now when I try to upgrade I get this message:
Processing triggers for menu (2.1.46) ...
Setting up x2goserver (4.0.1.14-0x2go1+git20140402.842+wheezy.main.1) ...
Group x2gouser already exists.
User x2gouser already exists.
[info] Cleaning up stale X2Go sessions..
… and the screen remains like this forever.
The uname -a command produces the following result:
Linux danube 3.13-1-amd64 #1 SMP Debian 3.13.7-1 (2014-03-25) x86_64
GNU/Linux
Any help?
--
Panayotis
_______________________________________________
X2Go-User mailing list
X2Go-User(a)lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-user
tag #469 pending
fixed #469 0.0.3.0
thanks
Hello,
X2Go issue #469 (src:x2gobroker) 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=x2gobroker.git;a=commitdiff;h=8018b73
The issue will most likely be fixed in src:x2gobroker (0.0.3.0).
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
commit 8018b7388e551d3d9df690fd2e1eb6ca4deb2ce1
Author: Josh Lukens <jlukens(a)botch.com>
Date: Wed Apr 2 16:30:00 2014 +0200
Change pre and post scripts to use common codebase across frontends. (Fixes: #469). Add ability to have script run in select session after server is selected.
diff --git a/debian/changelog b/debian/changelog
index 15988f0..d7350da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -149,6 +149,8 @@ x2gobroker (0.0.3.0-0x2go1) UNRELEASED; urgency=low
(Fixes: #447).
- Add support to run pre and post authentication scripts. (Fixes: #449).
- Add auth mechanism https_get. (Fixes: #450).
+ - Change pre and post scripts to use common codebase across frontends. (Fixes: #469).
+ - Add ability to have script run in select session after server is selected.
-- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Fri, 07 Jun 2013 23:25:30 +0200