tag #742 pending fixed #742 4.0.3.2 thanks Hello, X2Go issue #742 (src:x2goclient) 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=x2goclient.git;a=commitdiff;h=fd1151e The issue will most likely be fixed in src:x2goclient (4.0.3.2). light+love X2Go Git Admin (on behalf of the sender of this mail) --- commit fd1151e48ad325c18857f1d3daceb5b8e5edda9d Author: Mike DePaulo <mikedep333@gmail.com> Date: Sun Jan 25 09:52:38 2015 -0500 Update Changelog about #742 diff --git a/debian/changelog b/debian/changelog index 9e4d06b..e50be3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -58,6 +58,10 @@ x2goclient (4.0.3.2-0x2go1) UNRELEASED; urgency=medium functionality, not the SSH server functionality. 0.6.4 also added 4 features related to ECDSA keys. - Windows: Fix compatibility with PulseAudio 6.0 + - Windows: Remove workaround for audio input with old versions of + PulseAudio (calling parec once per second) + (Fixes: #742) + Thanks George Trakatelis (uom.edu.gr) for submitting this change. - Windows: Enable X2Go Client for Windows to build under VS2010 nmake (but not the VS2010 IDE due to a Qt4 Visual Studio Add-in limitation) Note that the official builds are still build under MinGW.
Processing commands for control@bugs.x2go.org:
tag #742 pending Bug #742 [x2goclient] Executing parec seems unnecessary now that X2Go Client for Windows 4.0.3.0 uses PulseAudio 5.0 Ignoring request to alter tags of bug #742 to the same tags previously set fixed #742 4.0.3.2 Bug #742 [x2goclient] Executing parec seems unnecessary now that X2Go Client for Windows 4.0.3.0 uses PulseAudio 5.0 There is no source info for the package 'x2goclient' at version '4.0.3.2' with architecture '' Unable to make a source version for version '4.0.3.2' Ignoring request to alter fixed versions of bug #742 to the same values previously set thanks Stopping processing here.
742: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=742 X2Go Bug Tracking System Contact owner@bugs.x2go.org with problems
Hi Mike#2 and Mihai, I just traced x2goclient's code back and found that the last release of x2goclient for Windows that executed parec was 3.99.2.2. The programming error I'm referring to was introduced in release 3.99.3.0.
From then on, parec never had the chance to execute. In fact, executing it makes x2goclient really slow.
So, to be precise, this fix removes an unnecessary endless check testing if it's time to execute parec. I don't know if it's worth mentioning it and I don't have a clue about the implications (if any) of the error back in November 2012 (when x2goclient 3.99.3.0 was out). George
-----Original Message----- From: Mike DePaulo [mailto:mikedep333@gmail.com] Sent: Sunday, January 25, 2015 4:53 PM To: 742-submitter@bugs.x2go.org Cc: control@bugs.x2go.org; 742@bugs.x2go.org Subject: Bug#742: X2Go issue (in src:x2goclient) has been marked as pending for release
tag #742 pending fixed #742 4.0.3.2 thanks
Hello,
X2Go issue #742 (src:x2goclient) 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=x2goclient.git;a=commitdiff;h=fd1151e
The issue will most likely be fixed in src:x2goclient (4.0.3.2).
light+love X2Go Git Admin (on behalf of the sender of this mail)
commit fd1151e48ad325c18857f1d3daceb5b8e5edda9d Author: Mike DePaulo <mikedep333@gmail.com> Date: Sun Jan 25 09:52:38 2015 -0500
Update Changelog about #742
diff --git a/debian/changelog b/debian/changelog index 9e4d06b..e50be3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -58,6 +58,10 @@ x2goclient (4.0.3.2-0x2go1) UNRELEASED; urgency=medium functionality, not the SSH server functionality. 0.6.4 also added 4 features related to ECDSA keys. - Windows: Fix compatibility with PulseAudio 6.0 limitation)
- Windows: Remove workaround for audio input with old versions of
PulseAudio (calling parec once per second)
(Fixes: #742)
change.Thanks George Trakatelis (uom.edu.gr) for submitting this
- Windows: Enable X2Go Client for Windows to build under VS2010 nmake (but not the VS2010 IDE due to a Qt4 Visual Studio Add-in
Note that the official builds are still build under MinGW.