Re: [X2Go-Dev] bugfix in vcxsrv, relevant to x2go?

2023-05-10 Thread Mike DePaulo
As someone who used to maintain our own builds of VcXsrv for the X2Go
project, that is the correct course of action.

On Tue, May 9, 2023 at 7:23 AM Ulrich Sibiller 
wrote:

> Thanks for pointing that out. However, I am using VcXsrv with x2go on
> Windows with a current build of nx. I see a broken clipboard regularly
> but I can fix it every time by selecting on the opposite side of the
> selection (select something on Windows if the previous selection was
> in x2go and vice versa). Then it starts to work again. However, if we
> could get rid of broken clipboards I'd appreciate it anyway.
>
> I think we should try to make marha release a new version onv vcxsrv
> with the patch included. That one can then be included in a new
> release of x2goclient (don't know about any plans) and/or deployed
> separately if by users.
>
> Uli
>
>
> On Tue, May 9, 2023 at 9:38 AM Pär Larsson  wrote:
> >
> > Reposting the url for the vcxsrv bugfix. My email client modified the
> link in the last email.
> >
> > https://sourceforge.net/p/vcxsrv/bugs/114/
> >
> >
> >
> > -Ursprungligt meddelande-
> > Från: Pär Larsson
> > Skickat: den 9 maj 2023 09:35
> > Till: x2go-dev@lists.x2go.org
> > Ämne: bugfix in vcxsrv, relevant to x2go?
> >
> > Hi!
> >
> > I just stumbled across this bug/bugfix for the clipboard in VcXsrv:
> >
> > https://sourceforge.net/p/vcxsrv/bugs/114/
> >
> > Was wondering if it also might explain the longstanding (and quite
> annoying) bug in the x2go windows client where the clipboard fails after a
> while? If so, perhaps updating VcXsrv could fix it?
> >
> > Best,
> >
> > Pär Larsson, Sweden
> >
> >
> >
> > ___
> > x2go-dev mailing list
> > x2go-dev@lists.x2go.org
> > https://lists.x2go.org/listinfo/x2go-dev
> ___
> x2go-dev mailing list
> x2go-dev@lists.x2go.org
> https://lists.x2go.org/listinfo/x2go-dev
>
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev


Re: [X2Go-Dev] Any code changes to vcxsrv?

2023-05-10 Thread Mike DePaulo
FYI: I confirmed that we are using 1.20.6.0 unmodified.

On Mon, May 8, 2023 at 5:02 PM Ulrich Sibiller 
wrote:

> I don't think so. Why?
>
> Uli
>
> Orion Poplawski  schrieb am Mo., 8. Mai 2023, 22:53:
>
>> Are there any code changes to the version of vcxsrv shipped in X2Go
>> client for
>> Windows?
>>
>> Thanks.
>>
>> --
>> Orion Poplawski
>> IT Systems Manager 720-772-5637
>> NWRA, Boulder/CoRA Office FAX: 303-415-9702
>> 3380 Mitchell Lane   or...@nwra.com
>> Boulder, CO 80301 https://www.nwra.com/
>> ___
>> x2go-dev mailing list
>> x2go-dev@lists.x2go.org
>> https://lists.x2go.org/listinfo/x2go-dev
>>
> ___
> x2go-dev mailing list
> x2go-dev@lists.x2go.org
> https://lists.x2go.org/listinfo/x2go-dev
>
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev


Re: [X2Go-Dev] question about X2Go Client + pulseaudio on Windows 10

2020-01-26 Thread Mike DePaulo
On Sun, Jan 26, 2020 at 10:58 AM Mihai Moldovan  wrote:
>
> * On 1/26/20 4:15 PM, Mike DePaulo wrote:
> > I'm assuming this is about the email thread "Pulseaudio issue latest Win 
> > 10."
> >
> > I see that Ionic just added PulseAudio 13.0 to x2goclient-contrib.git (but 
> > not
> > x2goclient.git itself yet).
> > https://code.x2go.org/gitweb?p=x2goclient-contrib.git;a=commit;h=83848f5b86b5cb71598dbe0b3e56db7f753a6bd8
>
> Yep, I haven't seen any new builds yet so decided to fork and work on it. I
> build 13.0 within Leap 15.1 and got rid of the aggregate stuff that now breaks
> due to the repository using multibuilds... or something like that.

OBS may provide pulseaudio with newer dependencies (DLLs from
dependent packages). I don't think it rebuilds it IIRC, just the
download script downloads newer deps.

Pulseaudio will never get a newer version build on OBS unless I myself
work on it (or someone else does on their fork.)
(If OBS supports collaborative development now on repos, I'd very much
like to do that.)


> The change for X2Go Client is stashed in my repo, but not pushed yet, because
> Jenkins is currently broken/down. Upstream bug that I ran into without knowing
> beforehand: https://issues.jenkins-ci.org/browse/JENKINS-60857
>
> I hope that the new weekly build released today will fix that. We won't have 
> new
> builds until that's fixed. Thought about making a list post announcing that, 
> but
> given that they expect a new build today it didn't sound reasonable.

Yeah. A common workaround is to replace the pulseaudio folder under
C:\Program Files (x86)\x2goclient\ with the newer version (same for
VcXsrv), unless the args to launch it have changed. I often test it
that way before I make a commit to x2goclient.git.

> > And I see that he used the OBS to build it like I did:
> > https://build.opensuse.org/project/show/home:Ionic:branches:home:mikedep333:branches:home:mkbosmans:mingw32:pulseaudio
> >
> > I also found this commit that was added to the pulseaudio master branch 
> > (after
> > 13.0) on 2020-01-20. It might be a fix:
> > https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/97d0eda2562af07b7514de075ddf62f9dd678e51
>
> Oh, thanks. Backporting that shouldn't be difficult, so I guess I should do 
> that?

I recommend backporting the patch.

> Mihai

-Mike
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev


Re: [X2Go-Dev] question about X2Go Client + pulseaudio on Windows 10

2020-01-26 Thread Mike DePaulo
Hi Mike#1,

I'm assuming this is about the email thread "Pulseaudio issue latest Win
10."

I see that Ionic just added PulseAudio 13.0 to x2goclient-contrib.git (but
not x2goclient.git itself yet).
https://code.x2go.org/gitweb?p=x2goclient-contrib.git;a=commit;h=83848f5b86b5cb71598dbe0b3e56db7f753a6bd8
And I see that he used the OBS to build it like I did:
https://build.opensuse.org/project/show/home:Ionic:branches:home:mikedep333:branches:home:mkbosmans:mingw32:pulseaudio

I also found this commit that was added to the pulseaudio master branch
(after 13.0) on 2020-01-20. It might be a fix:
https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/97d0eda2562af07b7514de075ddf62f9dd678e51

-Mike

On Thu, Jan 2, 2020 at 8:30 AM Mike Gabriel <
mike.gabr...@das-netzwerkteam.de> wrote:

> Hi Daniel,
>
> On  Mi 25 Dez 2019 22:43:10 CET, info wrote:
>
> > Hi Mike could you also find a workaround for the pulseaudio issue on
> > latest Win 10 ?
> > Sound does not work in X2Go because Pulseaudio can't create a safe
> directory.
> > Yours Daniel
> > (I am no expert and need to use the win binary, but the nightly
> > build before christmas still didn't work).
> >
>
> Redirecting (via Cc:) your question to Michael DePaulo (aka Mike#2 in
> the X2Go Project, whereas I am Mike#1).
>
> ;-)
>
> Mike
> --
>
> DAS-NETZWERKTEAM
> c\o Technik- und Ökologiezentrum Eckernförde
> Mike Gabriel, Marienthaler str. 17, 24340 Eckernförde
> mobile: +49 (1520) 1976 148
> landline: +49 (4351) 850 8940
>
> GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22  0782 9AF4 6B30 2577 1B31
> mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de
>
>
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev


Re: [X2Go-Dev] libssh in Windows X2Go Client

2019-11-07 Thread Mike DePaulo
If you already built 0.9.2 and have a build environment ready to go,
would you be able to forward-port the patch, and share the patch /
binaries with via the 2nd git repo I linked to?

On Thu, Nov 7, 2019 at 1:26 PM Oleksandr Shneyder
 wrote:
>
> Ok, I see. We don't need to rush, but we should think about upgrade of
> libssh one time. I think it's quite important to get rid of this
> annoying issue, when the X2Go Client crashes because of some bug in the
> libssh. I'll see the customer in 3 weeks again and will let you know how
> tests are going. Than we can talk about it again.
>
> regards
> Alex
>
>
> Am 07.11.19 um 12:16 schrieb Mike DePaulo:
> > On Thu, Nov 7, 2019 at 12:24 PM Oleksandr Shneyder
> >  wrote:
> >>
> >> Hi,
> >>
> >> who knows which version of libssh we are using with current Windows
> >> client? Last week I was on site of one of my customers and investigated
> >> the issue when X2Go Client on Windows 10 was not able to open SSH
> >> channel with libssh error "socket error: No error". Apparently customer
> >> has this problem sometimes, not very often. But in case, when customer
> >> opened a session over SSH proxy, he was able to reproduce the issue in
> >> every 3rd-4th connection. I tried to build several versions of libssh
> >> for testing. With 0.7.7 I was still able to reproduce such behavior.
> >> After that I built the most recent version (0.9.2). We're still testing
> >> it, but looks like we don't have this issue any more. So, I was thinking
> >> maybe we should update libssh library in our Windows client.
> >
> >
> > Still 0.7.4:
> > https://code.x2go.org/gitweb?p=x2goclient.git;a=blob;f=copy-deps-win32.bat
> > https://code.x2go.org/gitweb?p=x2goclient-contrib.git;a=tree;f=libssh
> >
> > We still have to patch each version to use pageant (see the folder above).
> > It has always been feasible to forward-port the patch to new minor
> > releases (and micro releases.)
> > However, upstream wants a more generic change in order to merge it:
> > https://bugs.libssh.org/T27
> >
> > -Mike
> >
>
>
> --
> ---
> Oleksandr Shneyder| Email: o.shney...@phoca-gmbh.de
> phoca GmbH| Tel. : 0911 - 14870374 0
> Schleiermacherstr. 2  | Fax. : 0911 - 14870374 9
> D-90491 Nürnberg  | Mobil: 0163 - 49 64 461
>
> Geschäftsführung: Dipl.-Inf. Oleksandr Shneyder
>
> Amtsgericht München   | http://www.phoca-gmbh.de
> HRB 196 658   | http://www.x2go.org
> USt-IdNr.: DE281977973
> ---
>
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev


Re: [X2Go-Dev] libssh in Windows X2Go Client

2019-11-07 Thread Mike DePaulo
On Thu, Nov 7, 2019 at 12:24 PM Oleksandr Shneyder
 wrote:
>
> Hi,
>
> who knows which version of libssh we are using with current Windows
> client? Last week I was on site of one of my customers and investigated
> the issue when X2Go Client on Windows 10 was not able to open SSH
> channel with libssh error "socket error: No error". Apparently customer
> has this problem sometimes, not very often. But in case, when customer
> opened a session over SSH proxy, he was able to reproduce the issue in
> every 3rd-4th connection. I tried to build several versions of libssh
> for testing. With 0.7.7 I was still able to reproduce such behavior.
> After that I built the most recent version (0.9.2). We're still testing
> it, but looks like we don't have this issue any more. So, I was thinking
> maybe we should update libssh library in our Windows client.


Still 0.7.4:
https://code.x2go.org/gitweb?p=x2goclient.git;a=blob;f=copy-deps-win32.bat
https://code.x2go.org/gitweb?p=x2goclient-contrib.git;a=tree;f=libssh

We still have to patch each version to use pageant (see the folder above).
It has always been feasible to forward-port the patch to new minor
releases (and micro releases.)
However, upstream wants a more generic change in order to merge it:
https://bugs.libssh.org/T27

-Mike
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#101: Patch no longer applies

2018-06-04 Thread Mike DePaulo
I am attempting to do some triaging of bugs with patches.

This one no longer applies to master.

mike@executor /cygdrive/c/x2gobuilds/x2goclient/src
$ patch < 
/cygdrive/c/Users/Mike.AD/Downloads/0001-Make-application-suspend-session-on-quit.patch
patching file onmainwindow.cpp
Hunk #1 FAILED at 100.
Hunk #2 succeeded at 862 (offset 69 lines).
Hunk #3 succeeded at 1141 (offset 77 lines).
Hunk #4 FAILED at 1237.
Hunk #5 FAILED at 1403.
Hunk #6 FAILED at 1429.
Hunk #7 succeeded at 5115 (offset 649 lines).
4 out of 7 hunks FAILED -- saving rejects to file onmainwindow.cpp.rej
patching file onmainwindow.h
Hunk #1 succeeded at 613 (offset 51 lines).
Hunk #2 FAILED at 876.
Hunk #3 succeeded at 1101 (offset 91 lines).
1 out of 3 hunks FAILED -- saving rejects to file onmainwindow.h.rej
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev

Re: [X2Go-Dev] [pulseaudio] main.c: User-configured server at localhost:, refusing to start/autospawn.

2018-02-19 Thread Mike DePaulo
Hi Robert,

Whether this is a bug in x2go or an issue with x2go interacts with
PulseAudio, please a file bug with our bug tracker.

I have some comments I would like to add, and I will mention them there.

Also, the high CPU usage may be a separate issue.

-Mike

On Fri, Feb 9, 2018 at 9:51 AM, Robert Kudyba  wrote:
> This seems to happen a couple of times a week. We are on Fedora 27. and just
> upgraded to
> x2goserver-4.1.0.0-0.0x2go1.0.git20180129.1511.heuler.fc27.x86_64
>
> Every so often the logs start filling up with these:
> Feb  9 09:28:33 erdos pulseaudio[2124]: [pulseaudio] main.c: User-configured
> server at localhost:41031, refusing to start/autospawn.
>
> Should we remind users to uncheck the audio box when logging in?
>
> I see there is bug 161, https://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=161
> and 1143, https://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=1143 that are
> quite old but perhaps related. here's a 'ps -auwx | grep x2go' when this
> happens:
>
> user1  20652  0.0  0.0 116572  1696 ?Ss   Feb06   0:00 /bin/bash
> /usr/bin/x2goruncommand 333 20569 user1-333-1517963407_stDMATE_dp32 50324
> mate-session nosnd D
>
> user1  20756  0.0  0.0  32340  1116 ?SFeb06   0:00
> /usr/bin/dbus-run-session /etc/x2go/Xsession
>
> user2 30305  0.0  0.0 116704  3232 ?Ss   Feb08   0:00 bash -l -c
> echo "X2GODATABEGIN:216fe65b-1b56-4b0f-99b9-4f5fd0da8929"; export
> PATH="/usr/local/bin:/usr/bin:/bin";export TERM="dumb"; x2goresume-session
> user2-334-1518126156_stDXFCE_dp32 fullscreen adsl 16m-jpeg-9 us query 0
> both; echo "X2GODATAEND:216fe65b-1b56-4b0f-99b9-4f5fd0da8929";
>
> user2 30396  0.0  0.0 116572  3184 ?SFeb08   0:29 /bin/bash
> /usr/bin/x2goresume-session user2-334-1518126156_stDXFCE_dp32 fullscreen
> adsl 16m-jpeg-9 us query 0 both
>
> user331106  0.0  0.0 116572  1692 ?Ss   Feb06   0:00 /bin/bash
> /usr/bin/x2goruncommand 331 30861 user3-331-1517954980_stDMATE_dp32 41031
> mate-session nosnd D
>
> user331230  0.0  0.0  32340  1116 ?SFeb06   0:00
> /usr/bin/dbus-run-session /etc/x2go/Xsession
>
> user2 32682  0.0  0.0 116704  3216 ?Ss   Feb08   0:00 bash -l -c
> echo "X2GODATABEGIN:c04d2709-19ac-4774-8a7e-0dee1c5164d2"; export
> PATH="/usr/local/bin:/usr/bin:/bin";export TERM="dumb"; x2goresume-session
> user2-335-1518126319_stDMATE_dp32 fullscreen adsl 16m-jpeg-9 us query 0
> both; echo "X2GODATAEND:c04d2709-19ac-4774-8a7e-0dee1c5164d2";
>
> user2 32731  0.0  0n.
> .0 116572  3136 ?SFeb08   0:28 /bin/bash
> /usr/bin/x2goresume-session user2-335-1518126319_stDMATE_dp32 fullscreen
> adsl 16m-jpeg-9 us query 0 both
>
> You can see the server load gets a bit high:
> top - 09:29:24 up 6 days, 16:37,  4 users,  load average: 2.22, 3.07, 2.84
> Tasks: 383 total,   2 running, 295 sleeping,   0 stopped,   0 zombie
> %Cpu(s):  0.8 us,  0.5 sy,  1.6 ni, 87.0 id,  9.8 wa,  0.1 hi,  0.2 si,  0.0
> st
> KiB Mem : 24670328 total,   502868 free,  2891660 used, 21275800 buff/cache
> KiB Swap: 40959996 total, 40601596 free,   358400 used. 21282084 avail Mem
>   PID USER  PR  NIVIRTRESSHR S  %CPU %MEM TIME+ COMMAND
>  3026  20   0  157764  12240   4772 R  41.2  0.0   0:00.07 x2gogetagentsta
>
> So I'm forced to kill the PIDs.
>
> After restarting x2goserver:
> Feb  9 09:32:37 erdos /usr/sbin/x2gocleansessions[4477]:
> user3-331-1517954980_stDMATE_dp32, pid 30861: cleaning up stale X11 socket
> file: /tmp/.X11-unix/X331
>
> Feb  9 09:32:37 erdos /usr/sbin/x2gocleansessions[4477]:
> user3-331-1517954980_stDMATE_dp32, pid 30861: cleaning up stale X11 lock
> file: /tmp/.X331-lock
>
> Side note, why does /var/log/dnf.log have these nightly?
> DEBUG Unknown configuration option: protect = 0 in
> /etc/yum.repos.d/x2go.repo
>
> ___
> x2go-dev mailing list
> x2go-dev@lists.x2go.org
> https://lists.x2go.org/listinfo/x2go-dev
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#1258: Linux is affected

2018-02-19 Thread Mike DePaulo
I can confirm that Linux is affected (including on 4.1.1.0
specifically), and that the commit fixes it.
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#1258: X2Go issue (in src:x2goclient) has been marked as pending for release

2018-02-18 Thread Mike DePaulo
tag #1258 pending
fixed #1258 4.1.1.2
thanks

Hello,

X2Go issue #1258 (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=36cad1d

The issue will most likely be fixed in src:x2goclient (4.1.1.2).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit 36cad1de8183b90d66acfe6673474a75e488d852
Author: Mike DePaulo <mikedep...@gmail.com>
Date:   Sun Feb 18 23:34:31 2018 -0500

Update debian/changelog that commit "Do not attempt to perform Interaction 
with SSH Server" Fixes: #1258

diff --git a/debian/changelog b/debian/changelog
index a0d78f4..2d72061 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ x2goclient (4.1.1.2-0x2go1) UNRELEASED; urgency=medium
 - src/sshmasterconnection.cpp: Do not attempt to perform Interaction with
   SSH Server (e.g. for changing expired password) when using
   GSSAPI/Kerberos because the interaction code does not support it yet.
+  Fixes: #1258
 - Windows: Update PuTTY from 0.68 to 0.70, which fixes PuTTY vulns
   vuln-indirect-dll-hijack-2 & vuln-indirect-dll-hijack-3.
   Note that x2goclient was only ever affected if the permissions on the
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#1258: x2goclient hangs when connecting with Kerberos auth

2018-02-18 Thread Mike DePaulo
Package: x2goclient
Version: 4.1.1.0

When attempting to connect to an X2Go server with GSSAPI/Kerberos
auth, x2goclient hangs indefinitely.

This was observed with nightly builds for Windows, and was assumed to
be Windows-specific.

The fix has already been committed to master. I will update master
with another commit (& change to debian/changelog) stating that this
was fixed:
commit 7cbd8d525309edb8bd05d27ec57ac72e2d8c90e8
Author: Mike DePaulo <mikedep...@gmail.com>
Date:   Sun Feb 18 19:52:22 2018 -0500

Do not attempt to perform Interaction with SSH Server

(e.g. for changing expired password) when using GSSAPI/Kerberos
because the interaction code does not support it yet.


But as I was fixing it, I noticed that Linux & Mac OS X are probably
affected too.

The cause of the issue is that the new Interaction Dialog feature
introduced by this commit contains libssh-specific function calls, but
we use PuTTY binaries on Windows & the OpenSSH ssh client binary on
Linux/MacOS for GSSAPI/Kerberos:
commit 68bbf328132125eaad5c53b0ac82490bf818e42e
Author: Oleksandr Shneyder <o.shney...@phoca-gmbh.de>
Date:   Wed May 10 15:22:11 2017 +0200

Interaction with SSH server (for example for changing expired
password). Fixes: #592.

And the "fix" for this is to bypass that new feature when
GSSAPI/Kerberos auth is used.

I will open up a separate issue about the fact that the Interaction
Dialog feature does not work with GSSAPI/Kerberos.

-Mike
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#1180: "Failed to restore all the required visuals" when switching from VcXsrv 1.19.2.0 to 1.17.0.0-3

2017-05-27 Thread Mike DePaulo
Package: x2goclient
Version: 4.1.0.0
Tags: +build-win32

When you do the following:
1. Replace x2goclient's VcXsrv folder with that upstream VcXsrv 1.19.2.0
2. Start an X2Go session
3. Suspend the session.
4. Replace x2goclient's VcXsrv folder with its default version, 1.17.0.0-3
(X2Go/Arctica builds)
5. Reconnect & resume the X2Go session

You get the error message:
Failed to restore all the required visuals
And the session fails to resume.

Yes, this is the same symptom as bug #891, but under different
circumstances.
https://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=891

I am sure it could be reproduced if you were to specify VcXsrv 1.19.2.0 as
an external X server instead.

Server: RHEL 7.3 with EPEL's x2goserver 4.0.1.20-1.el7 &
nxagent 3.5.0.32-3.el7 & xfce 4.12.1
Client System: Windows 10 1703 x64
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#618: nx-libs 3.6 beta fixes this

2017-05-25 Thread Mike DePaulo
FYI, this problem goes away when the server is upgraded to nx-libs 3.6
beta. Tested with nx-libs 3.5.99.4 & 3.5.99.7 on RHEL 7.3.
https://copr.fedorainfracloud.org/coprs/mikedep333/nx-libs-3.6/
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#1179: Cannot select Display # from Session Preferences

2017-05-24 Thread Mike DePaulo
Package: x2goclient
Version: 4.1.0.0
Severity: normal
Tags: +build-win32

In X2Go Client for Windows, from the main menu, I can click on the the
Display dropdown and select "Display 1".

However, from Session Preferences, I cannot select it.

The similar options such as "fullscreen" and "maximum available" are not
the same behavior.
(For example, "maximum available" exhibits bug #618, and "fullscreen"
exhibits bug #1178, but "Display 1" exhibits neither of those.)

Note: This is a single monitor client.
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#1178: X2Go Client for Windows in Fullscreen mode has VcXsrv fail with "InitOutput - Couldn't add screen 0"

2017-05-24 Thread Mike DePaulo
Package: x2goclient
Version: 4.1.0.0
Severity: normal
Tags: +build-win32

When I attempt to launch a Fullscreen session of X2Go Client for Windows, I
get an error window from VcXsrv (which fails to start):

A fatal error has occuered and VcXsrv will now exit.
InitOutput - Couldn't add screen 0
...

Vendor: The X2Go and Arctica Projects
Release: 1.17.0.0
...
XWin was started with the following command-line:
vcxsrv -fullscreen -notrayicon -clipboard :0

Client: Windows 7 x64 SP1 with 2560x1440 resolution and the scaling set to
"Larger - 150%"
server: CentOS 7.3 x64 with KDE


VCXSrv.0.log
Description: Binary data
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#1177: Sound does not work from EL6 clients with both pulse cookies

2017-05-24 Thread Mike DePaulo
Package: x2goclient
Version: 4.1.0.1

PulseAudio Sound fails to work when the following conditions are met:
1. The client is running RHEL 6/CentOS 6/etc
2. The client has both ~/.pulse-cookie ~/.config/pulse/cookie . For
example, when the home directory is an NFS export mounted by both EL6 and
EL7 systems.

Running commands like `pactl list` on the X2Go server yields "Connection
failure: Access denied".

This is because the X2Go client system is using ~/.pulse-cookie with its
PulseAudio server, but X2Go Client copied over ~/.config/pulse/cookie and
is having the X2Go server system use it with its PulseAudio client
libraries.

This can be worked around by symlinking .pulse-cookie to
.config/pulse/cookie .
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#1100: X2Go issue (in src:x2goclient) has been marked as pending for release

2017-04-02 Thread Mike DePaulo
tag #1100 pending
fixed #1100 4.1.0.1
thanks

Hello,

X2Go issue #1100 (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=d164a70

The issue will most likely be fixed in src:x2goclient (4.1.0.1).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit d164a700ba7e243f5038ef925208872f48f9c757
Author: Mike DePaulo <mikedep...@gmail.com>
Date:   Thu Mar 30 18:51:41 2017 -0400

Don't override PATH for the actual session or application command.  Fixes: 
#1100

diff --git a/debian/changelog b/debian/changelog
index 42c1e52..8e71aeb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -180,6 +180,9 @@ x2goclient (4.1.0.1-0x2go1) UNRELEASED; urgency=medium
   default because the installation dir is not writeable by
   users)
 + CVE-2017-6542 was fixed
+- Don't override PATH for the actual session or application
+  command.
+  Fixes: #1100
 
   [ Seth Galitzer ]
   * New upstream version (4.1.0.1):
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev

Re: [X2Go-Dev] [X2Go-Commits] [x2goclient] 01/01: Don't override PATH for the actual session or application command. Fixes: #1100

2017-03-30 Thread Mike DePaulo
On Thu, Mar 30, 2017 at 8:50 AM, Mihai Moldovan <io...@ionic.de> wrote:
> On 26.03.2017 06:11 PM, git-ad...@x2go.org wrote:
>> This is an automated email from the git hooks/post-receive script.
>>
>> x2go pushed a commit to branch bugfix/1100
>> in repository x2goclient.
>>
>> commit a7ed6868825c111f8d0fa4a64aa82115b8dab039
>> Author: Mike DePaulo <mikedep...@gmail.com>
>> Date:   Sun Mar 26 12:09:11 2017 -0400
>>
>> Don't override PATH for the actual session or application command.  
>> Fixes: #1100
>> ---
>>  debian/changelog|  3 ++
>>  src/onmainwindow.cpp| 67 
>> -
>>  src/onmainwindow.h  |  1 +
>>  src/sshmasterconnection.cpp |  4 +--
>>  src/sshmasterconnection.h   |  2 +-
>>  src/sshprocess.cpp  | 15 --
>>  src/sshprocess.h|  2 +-
>>  7 files changed, 62 insertions(+), 32 deletions(-)
>>
>> diff --git a/debian/changelog b/debian/changelog
>> index 42c1e52..8e71aeb 100644
>> --- a/debian/changelog
>> +++ b/debian/changelog
>> @@ -180,6 +180,9 @@ x2goclient (4.1.0.1-0x2go1) UNRELEASED; urgency=medium
>>default because the installation dir is not writeable by
>>users)
>>  + CVE-2017-6542 was fixed
>> +- Don't override PATH for the actual session or application
>> +  command.
>> +  Fixes: #1100
>>
>>[ Seth Galitzer ]
>>* New upstream version (4.1.0.1):
>> diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp
>> index 5dd3906..0b15649 100644
>> --- a/src/onmainwindow.cpp
>> +++ b/src/onmainwindow.cpp
>> @@ -6291,7 +6291,7 @@ void ONMainWindow::slotProxyStderr()
>>  {
>>  xmodExecuted=true;
>>  QTimer::singleShot (
>> -2000, this,
>> +4000, this,
>
> Why are you changing this? It's orthogonal to all the other changes.

I assumed this needs to be executed after a 2000ms delay, because it
takes up to 2000ms for x2goruncommand to run. Since we are introducing
an additional command over SSH, I added another 2000ms.

>
>>  SLOT ( slotExecXmodmap() ) );
>>  }
>>  }
>> @@ -6700,6 +6700,39 @@ void ONMainWindow::slotAppDialog()
>>
>>  void ONMainWindow::runCommand()
>>  {
>> +
>> +if ( runRemoteCommand )
>> +{
>> +/* 1st override PATH and determine the base path to x2goruncommand.
>
> Whitespace errors, you're mixing tabs and spaces here.

Ack.

>
>> +  * Then in SlotRunCommand, call x2goruncommand without overriding PATH.
>> +  * This ensures that the PATH is never overriden with for the actual
>
> "overridden", remove "with" or specify.

Ack.

>
>
>> +  * user session.
>> +  * Fixes: #1100
>> +  */
>> +sshConnection->executeCommand ( "x2gobasepath", this,
>> +SLOT ( SlotRunCommand ( bool,
>> +QString,
>> +int )), true);
>> +}
>> +#ifdef Q_WS_HILDON
>> +//wait 5 seconds and execute xkbcomp
>> +QTimer::singleShot ( 5000, this, SLOT ( slotExecXmodmap() ) );
>> +#endif
>
> We'll probably execute slotExecXmodmap a bit sooner than before with that 
> change
> (since you're not doing it in SlotRunCommand - but that wouldn't work for 
> XDMCP
> and Shadow sessions, since they don't set runRemoteCommand to true.)
>
> It's fine, I guess. I just noticed that the code in question is broken anyway 
> -
> it wouldn't even compile on HILDON anymore, so let's ignore that.
>
>
> Otherwise looks good.
>
>
>
> Mihai
>

Thank you for the review.

-Mike
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev

Re: [X2Go-Dev] X2Go client to search for server?

2017-03-29 Thread Mike DePaulo
On Mar 27, 2017 8:23 AM, "Stefan Baur"  wrote:

Am 16.03.2017 um 18:28 schrieb John Cobo:

> I am considering X2Go for a project which involves non-technical people
> using X2Go to connect to a Raspberry Pi which does not have a screen and
> so the user will not know the Pi's IP address. I could set an SSH port
> on the Pi to an obscure number such as 2432 or something.
>
> Would it be feasible for the X2Go clients have a new option to scan a
> range of IPs (eg. 192.168.0.1 - 192.168.0.255) for a given port (eg.
> 2432) on which to connect?
>
> Such a feature could solve the generic problem of how to connect for the
> first time to something new on your local network.

I've been giving this some more thought.  I still believe that we
shouldn't be adding such an option to X2GoClient, but there may be more
comfortable ways of providing your users with a DNS name to connect to,
rather than having to figure out an IP, even without
APIPA/mDNS/Zeroconf/Bonjour.

For that, you should tell us more about that usage scenario - will all
those Raspis have full internet access?  If not, are they being deployed
on different subnets of one larger network where you could place one
machine they all can reach?

I'm thinking along the lines of using either a DynDNS server on the
internet, with the Raspi reporting its internal IP instead of the
external one, though, or setting up an internal DynDNS server.

-Stefan

How about using samba nmbd on the raspberry pi? If you only have Windows
clients, they'll be able to connect to the machine by netbios name, same as
a DNS name, by default. This depends on no firewall blocking netbios
traffic.
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#1100: Looking in to how to solve this

2017-03-16 Thread Mike DePaulo
FYI, I am currently looking into how to solve this. I do not want to
simply revert to the old functionality.
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#1152: X2Go issue (in src:x2goclient) has been marked as closed

2017-03-11 Thread Mike DePaulo
close #1152
thanks

Hello,

we are very hopeful that X2Go issue #1152 reported by you
has been resolved in the new release (4.1.0.0) of the
X2Go source project »src:x2goclient«.

You can view the complete changelog entry of src:x2goclient (4.1.0.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=45a6a96b2f53a9947ce75b5ce5e142c3fa196213;hp=add03ee78f3dcbee3317bf17a08dcb2cbeb12ee7

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.1.0.0--2017.03.11
Status: RELEASE
Date: Sat, 11 Mar 2017 13:24:19 -0500
Fixes: 1152
Changes:
 x2goclient (4.1.0.0--2017.03.11) RELEASED; urgency=medium
 .
   [ Mike DePaulo ]
   * New upstream version (4.1.0.0-2017.03.11):
 - Windows: Upgrade PulseAudio from 6.0 to 7.1
   Fixes: #1152 Issues with audio when playing HTML5 videos
 - Windows: Remove uninstaller from start menu.
   It is still available in "Programs and Features".
 - Windows: Upgrade Win32 OpenSSL from 1.0.1t to 1.0.2k
   Fixes numerous CVEs
 - Windows: Upgrade libssh from 0.7.0 to 0.7.4 (while maintaining
   Pageant support).
   The possibly relevant changes are:
 + CVE-2016-0739 was fixed
 + improved id_ed25519 support
 + numerous bug fixes
 - Windows: Update PuTTY from 0.67 to 0.68
   The possibly relevant changes are:
 + CVE-2016-6167 was fixed (did not affect X2Go Client by
   default because the installation dir is not writeable by
   users)
 + CVE-2017-6542 was fixed
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#1152: X2Go issue (in src:x2goclient) has been marked as pending for release

2017-03-11 Thread Mike DePaulo
tag #1152 pending
fixed #1152 4.1.0.1
thanks

Hello,

X2Go issue #1152 (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=d5d9856

The issue will most likely be fixed in src:x2goclient (4.1.0.1).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit d5d985652ef00e3880938316f48cc811051b54f6
Author: Mike DePaulo <mikedep...@gmail.com>
Date:   Sat Mar 11 07:52:53 2017 -0500

Windows: Upgrade PulseAudio from 6.0 to 7.1 Fixes: #1152

diff --git a/debian/changelog b/debian/changelog
index e801167..45af200 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -160,6 +160,11 @@ x2goclient (4.1.0.1-0x2go1) UNRELEASED; urgency=medium
   * New upstream version (4.1.0.1):
 - res/i18n/x2goclient_fi.ts: update Finnish translation file.
 
+  [ Mike DePaulo ]
+  * New upstream version (4.1.0.1):
+- Windows: Upgrade PulseAudio from 6.0 to 7.1
+  Fixes: #1152 Issues with audio when playing HTML5 videos
+
  -- X2Go Release Manager <git-ad...@x2go.org>  Wed, 22 Feb 2017 07:13:10 +0100
 
 x2goclient (4.1.0.0-0x2go1) unstable; urgency=medium
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Fwd: libssh-0.7.4

2017-02-03 Thread Mike DePaulo
FYI, either Mihai or I should update libssh in the Windows builds of
x2goclient. The 1st bullet point makes it sound like it could improve
compatibility with servers.


-- Forwarded message --
From: Andreas Schneider 
Date: Fri, Feb 3, 2017 at 5:59 AM
Subject: libssh-0.7.4
To: lib...@libssh.org


Hello,

it took to long but finally here is a new release!


https://red.libssh.org/projects/libssh/files


Thanks for all contributors.


ChangeLog:
version 0.7.4 (released 2017-02-03)
  * Added id_ed25519 to the default identity list
  * Fixed sftp EOF packet handling
  * Fixed ssh_send_banner() to confirm with RFC 4253
  * Fixed some memory leaks
  * Fixed building on Windows
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#1102: Kerberos (GSSAPI) auth fails there is an sshd banner and the client is on Linux (or Mac OS X)

2016-10-13 Thread Mike DePaulo
Package: x2goclient
Version: 4.0.5.2

When the following conditions are met:
1. You are using Kerberos (GSSAPI) auth
2. You are using the Linux client (Mac client is probably affected
also, although I have not tested it. Windows is unaffected, I tested
it.)
3. A "banner" is enabled on the SSH server
4. `x2golistsessions` lists no sessions. e.g., you do not already have
a session running.
Kerberos (GSSAPI) auth fails.

This is because the x2goclient code considers the connection to have
failed if the `ssh` command has 0 length standard output (in between
the delimeters), but it does have standard error. A connection is made
to the remote system to run `x2golistsessions`, which returns no
standard output when there are no existing sessions. However, the
`ssh` command outputs the banner on standard error.

Note that the banner is outputted in a popup window, as if it were an
SSH connection error. This is a separate bug IMHO.
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#1089: Bug#1089: Bug#1089: Bug#1089: x2go Ubuntu 16.04 and Fedora 24

2016-09-18 Thread Mike DePaulo
Robert,

Debian: deb http://packages.arctica-project.org/ubuntu {jessie,stretch,sid} main
Ubuntu: deb http://packages.arctica-project.org/ubuntu {trusty,xenial} main

These are apt repos, and they are meant to used that way, not
installed as downloaded .deb files.

I don't mean to be rude, but could you please start a thread on
x2go-user for help with installing them and recovering your system?

-Mike
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#1089: Bug#1089: Bug#1089: Bug#1089: x2go Ubuntu 16.04 and Fedora 24

2016-09-18 Thread Mike DePaulo
On Sun, Sep 18, 2016 at 5:28 PM, Robert Dinse  wrote:
>
>  Could you resend the URL, sorry I deleted.
> [...]
https://sunweavers.net/blog/node/46
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#966: worksforme

2016-09-17 Thread Mike DePaulo
Hi Andrew,

Sorry for the long delay.

I ran a test with X2Go Client 4.0.5.1, and the connection was
successful. This is the output from the command-line ssh:

$ ssh 192.168.1.20
Test banner!
Password:
Last login: Sat Sep 17 09:43:55 2016
[mike@dropship ~]$

Note that the banner is configured with "Banner /etc/issue.net" in sshd_config.

Also note that there has been restructuring of our code, both before
and after 4.0.5.1's release, to improve our handling of
keyboard-interactive authentication. Specifically, commits 10405481 &
c5ee1ba6 (2016-01-29, before 4.0.5.1) and 044f22fd (2016-06-19, after
4.0.5.1, part of bug #1027).

If you are still having trouble, please copy & paste the output from
the command-line ssh. If you have Windows clients, use cygwin ssh.
Also, please confirm that you are using "Banner /etc/issue.net" in
order to display the banner.

-Mike
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#1044: Please test with just VcXsrv

2016-06-14 Thread Mike DePaulo
Tags: +build-win32

Hi Pavel,

Sorry to hear that you are running into this issue.

Could you please test with just VcXsrv 1.17.0.0, and not the rest of X2Go
Client?

-Mike#2
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#1002: X2Go issue (in src:x2goclient) has been marked as closed

2016-06-04 Thread Mike DePaulo
close #1002
thanks

Hello,

we are very hopeful that X2Go issue #1002 reported by you
has been resolved in the new release (4.0.5.1) of the
X2Go source project »src:x2goclient«.

You can view the complete changelog entry of src:x2goclient (4.0.5.1)
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=ddee9d13eb528324f57409f9a7a4adcbc7849f3d;hp=c80b04add271dcdac482c2526708a21b0ec4932c

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.5.1-2016.06.05
Status: RELEASE
Date: Sat, 04 Jun 2016 22:37:35 -0400
Fixes: 1002
Changes: 
 x2goclient (4.0.5.1-2016.06.05) RELEASED; urgency=medium
 .
   [ Mike DePaulo ]
   * New upstream release (4.0.5.1-2016.06.05):
 - Windows: add sshd debug1 logging when using the --debug flag.
 - Windows: Revert back to Cygwin components that have not been
   "rebased"
 - Windows: Fix folder and printer sharing with our current version
   of Cygwin sshd (7.1) by re-enabling support for DSA host keys
   (Fixes: #1002)
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev

Re: [X2Go-Dev] Help with x2goclient's sshd_config

2016-05-30 Thread Mike DePaulo
On Sun, May 29, 2016 at 11:03 PM, Mihai Moldovan <io...@ionic.de> wrote:
> On 23.05.2016 02:14 PM, Mike DePaulo wrote:
>> [...]
>> I've tried 2 different approaches, you can see them below. Ignore the
>> x2goDebug line.
>>
>> diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp
>> index 925085b..a1d92a8 100644
>> --- a/src/onmainwindow.cpp
>> +++ b/src/onmainwindow.cpp
>> @@ -10292,6 +10292,8 @@ void ONMainWindow::generateEtcFiles()
>>  /* This may need some sanitization, i.e., appDir could
>> potentially include whitespace. */
>> <<appDir<<"/sftp-server\n";
>>  #endif
>> +x2goDebug<<"LogLevel DEBUG1";
>
> Force a flush of the current line by appending a newline, like so:
> out << "LogLevel DEBUG1\n";

Thanks Nable and Mihai; I fixed it and pushed the commit. I think the
problem was that the prior line, which you cannot see due to the
#ifdef, lacked a newline. I still added the newline to this new line
though.

And Salvador, I'll try your advice out.

-Mike
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


Re: [X2Go-Dev] Help with x2goclient's sshd_config

2016-05-29 Thread Mike DePaulo
Anyone?
On May 23, 2016 8:14 AM, "Mike DePaulo" <mikedep...@gmail.com> wrote:

> Hi guys,
>
> Background:
> I am trying to fix bug #1002 completely; there appear to be multiple
> underlying bugs. One of them is that unless I start x2goclient from a
> cygwin shell, cygwin sshd doesn't actually listen its port.
>
> Anyway, at the moment I am trying to make x2goclient start sshd with
> debug logging when x2goclient is launched with --debug, but I am
> unable to do so. Every time I launch x2goclient, sshd_config is
> regenerated without the debug line.
>
> I've tried 2 different approaches, you can see them below. Ignore the
> x2goDebug line.
>
> diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp
> index 925085b..a1d92a8 100644
> --- a/src/onmainwindow.cpp
> +++ b/src/onmainwindow.cpp
> @@ -10292,6 +10292,8 @@ void ONMainWindow::generateEtcFiles()
>  /* This may need some sanitization, i.e., appDir could
> potentially include whitespace. */
> <<appDir<<"/sftp-server\n";
>  #endif
> +x2goDebug<<"LogLevel DEBUG1";
> +out<<"LogLevel DEBUG1";
>  file.close();
>  x2goDebug<  }
>
> 
> diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp
> index 925085b..928da70 100644
> --- a/src/onmainwindow.cpp
> +++ b/src/onmainwindow.cpp
> @@ -10293,6 +10293,13 @@ void ONMainWindow::generateEtcFiles()
> <<appDir<<"/sftp-server\n";
>  #endif
>  file.close();
> +if (debugging)
> +{
> +QTextStream out2 (  );
> +x2goDebug<<"LogLevel DEBUG1";
> +out2<<"LogLevel DEBUG1";
> +file.close();
> +}
>  x2goDebug<  }
>
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Help with x2goclient's sshd_config

2016-05-23 Thread Mike DePaulo
Hi guys,

Background:
I am trying to fix bug #1002 completely; there appear to be multiple
underlying bugs. One of them is that unless I start x2goclient from a
cygwin shell, cygwin sshd doesn't actually listen its port.

Anyway, at the moment I am trying to make x2goclient start sshd with
debug logging when x2goclient is launched with --debug, but I am
unable to do so. Every time I launch x2goclient, sshd_config is
regenerated without the debug line.

I've tried 2 different approaches, you can see them below. Ignore the
x2goDebug line.

diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp
index 925085b..a1d92a8 100644
--- a/src/onmainwindow.cpp
+++ b/src/onmainwindow.cpp
@@ -10292,6 +10292,8 @@ void ONMainWindow::generateEtcFiles()
 /* This may need some sanitization, i.e., appDir could
potentially include whitespace. */
<

[X2Go-Dev] Bug#1002: Status Update

2016-05-01 Thread Mike DePaulo
1. This is holding up the release of X2Go Client for Windows 4.0.5.1.
2. I did add support for the debug feature. As of the source code
release of 4.0.5.1, logs are now logged to filepaths like
C:\Users\mike\.x2go\sshLogs\p15016.log , where the "p15016" is
semi-random.
3. I fixed the original issue I discovered from the logs whereby
support for DSA keys was dropped, but we were only using DSA keys. To
do this, I re-enabled support for DSA keys, as a "fix" until #1003 is
fixed. This fix is on the branch bugfix/mswin-1002 . Discussion here:
http://lists.x2go.org/pipermail/x2go-dev/2016-April/011129.html
4. However, there is some other issue that appears to be breaking
folder and printer sharing. I intend to investigate soon.
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#1003: FYI: Mihai is working on this

2016-05-01 Thread Mike DePaulo
FYI: Mihai is working on this:
http://lists.x2go.org/pipermail/x2go-dev/2016-April/011129.html
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


Re: [X2Go-Dev] The cygwin sshd problem [advice wanted]

2016-04-29 Thread Mike DePaulo
On Thu, Apr 28, 2016 at 10:02 PM, Mihai Moldovan <io...@ionic.de> wrote:
> On 28.04.2016 03:26 PM, Mike DePaulo wrote:
>> For those who don't know about the issue with X2Go Client for Windows
>> that is holding up its 4.0.5.1 release, upgrading cygwin sshd from
>> 6.8p1-1 to 7.1p2-1 broke our folder sharing & printer sharing feature.
>>
>> After I added the cygwin sshd logging feature, I see this in the sshd log 
>> file:
>> Unable to negotiate with 127.0.0.1: no matching host key type found. ...
>> http://pastebin.com/M7CeySQ9
>>
>> After doing some research, it looks like this is the incompatible change:
>> http://www.openssh.com/txt/release-7.0
>>  * Support for ssh-dss, ssh-dss-cert-* host and user keys is disabled
>>by default at run-time. These may be re-enabled using the
>>instructions at http://www.openssh.com/legacy.html
>>
>> What I am wondering is this: Are we limiting ourselves to
>> ssh-dss-cert-* keys, or is sshfs limiting us?
>
> We're limiting ourselves here (for no good reason, as far as I can tell. It 
> just
> happen to be implemented that way.) #1003 is a request for RSA key support.
> Enabling DSA when starting sshd.exe is one possible workaround, either via
> command line or config file option.
>
> I'll hook in RSA host key support at some time, but not right now and not on
> master. My bugfix/osx branch already contains a lot of WiP changes regarding
> sshd support as well, but isn't finished yet. Adding RSA host key support on
> master would make merging way more difficult for me.

Understood, I'll hold off.

> Alternatively, if the newer version doesn't fix any security issues we are
> affected by, we could ship the older version for now.

In this case, I believe I should just re-add DSA support via the
temporary cygwin sshd config file that we generate.

I would rather not hold back the entire cygwin bundle, or try to hold
back sshd without holding back the rest of the cygwin bundle.

Thank you,
-Mike
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#1020: Bug#1020: X2Go font problem with ANSYS Mechanical

2016-04-09 Thread Mike DePaulo
Hi,

I am the Windows maintainer for X2Go Client. Sorry to hear that you
are running into this issue.

I see that you are using the Windows Client. During the installation,
there are 4 sets of fonts which you can chose to install. Which, if
any of them, do you have installed? If you did not chose to install
all 4 of them, could you retest with all 4 of them installed?
Retesting should involve terminating (logging out of MATE) and
starting a new X2Go session, rather than resuming the session.

-Mike
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#1002: Windows: Folder and Printer Sharing broken since update to cygwin bundle 20160121-1

2016-02-25 Thread Mike DePaulo
package: x2goclient
version: 4.0.5.1
tags: build-win32

Ever since I updated the Cygwin bundle to version 20160121-1, which
includes an openssh update:
openssh 6.8p1-1-x2go1 -> 7.1p2-1-x2go1 (security update)

Folder and printer sharing has been broken.

Specifically, the sshfs mounts never take place on the server. The
sshd.exe process is running though.

I have been talking with Ionic on IRC about this. The most logical
next step for debugging this is for me to modify the behavior of
x2goclient's --debug on Windows to pass an option like this to
sshd.exe:
-E /path/to/debug/log
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


Re: [X2Go-Dev] libzip - do we even use it?

2016-01-25 Thread Mike DePaulo
Thanks, I will double-check whether libssh needs libzip, and release soon.

On Mon, Jan 25, 2016 at 6:10 AM, Oleksandr Shneyder
<o.shney...@phoca-gmbh.de> wrote:
> Hi Mike,
>
> libzip was a dependency for libssh, I think. Recent version of libssh
> seems not to use it. I think we don't need it anymore.
>
> best regards
> Alex
>
> Am 23.01.2016 um 16:42 schrieb Mike DePaulo:
>> Hi Alex,
>>
>> I am working on releasing a new build of X2Go Client for Windows
>> 4.0.5.0-x with security updates, when I noticed that libzip has a
>> security update available.
>>
>> Upon further investigation, it looks like we do not even use libzip:
>> 1. "Dependency Walker" shows that we do not link X2Go Client for
>> Windows against it.
>> 2. X2Go Client for Windows 4.0.5.0 seems to work without it.
>> 3. X2Go Client for Windows 4.0.0.3 (the last release before I resumed
>> maintianing it) didn't even include it.
>> 4. I grepped the "x2goclient" source tree for "libzip" at 3.99.0.0,
>> 4.0.0.0 and 4.0.5.0 and there were no matches.
>>
>> You were the one who updated the wiki to state that we need libzip, so
>> I figured I would ask you.
>> http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient?rev=1363699682
>>
>> -Mike
>>
>
>
> --
> ---
> Oleksandr Shneyder| Email: o.shney...@phoca-gmbh.de
> phoca GmbH| Tel. : 0911 - 14870374 0
> Ludwig-Feuerbach-str. 18  | Fax. : 0911 - 14870374 9
> D-90489 Nürnberg  | Mobil: 0163 - 49 64 461
>
> Geschäftsführung:
> Dipl.-Inf. Oleksandr Shneyder
>
> Amtsgericht München | http://www.phoca-gmbh.de
> HRB 196 658 | http://www.x2go.org
> USt-IdNr.: DE281977973
> ---
>
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Fedora builds in Jenkins

2016-01-23 Thread Mike DePaulo
Hi everyone,

Currently, Jenkins is building for the following versions of Fedora:
19
20
21
22
Rawhide (24)

However, 19, 20 and 21 have all reached end-of-life. Fedora 21's EOL
was 2015-12-01.

Unless there are any objections, I will disable builds for Fedora 19,
20 and 21 next weekend.

I will also enable builds for 23 at that time.

Enabling builds for 23 will probably consist of copying over
/etc/mock/*.cfg files from a working Fedora ( or EPEL) RPM because the
"mock" package in Debian is out-of-date and does not provide them.
This is how Mike#1 and I enabled builds for F21 and F22 in the 1st
place.[1] [2]

[1] https://packages.debian.org/wheezy-backports/all/mock/filelist
[2] https://packages.debian.org/jessie/all/mock/filelist

-Mike#2
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] libzip - do we even use it?

2016-01-23 Thread Mike DePaulo
Hi Alex,

I am working on releasing a new build of X2Go Client for Windows
4.0.5.0-x with security updates, when I noticed that libzip has a
security update available.

Upon further investigation, it looks like we do not even use libzip:
1. "Dependency Walker" shows that we do not link X2Go Client for
Windows against it.
2. X2Go Client for Windows 4.0.5.0 seems to work without it.
3. X2Go Client for Windows 4.0.0.3 (the last release before I resumed
maintianing it) didn't even include it.
4. I grepped the "x2goclient" source tree for "libzip" at 3.99.0.0,
4.0.0.0 and 4.0.5.0 and there were no matches.

You were the one who updated the wiki to state that we need libzip, so
I figured I would ask you.
http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient?rev=1363699682

-Mike
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


Re: [X2Go-Dev] [X2Go-Project] What about a developer meeting?

2016-01-17 Thread Mike DePaulo
On Jan 7, 2016 4:06 PM, "Heinz-M. Graesing" <
heinz-m.graes...@obviously-nice.de> wrote:

[...]

> I would like to invite you again to an Online Meeting

[...]

> I've added a little poll to our wiki with some of my time I can offer
> to you. Please feel free to use the wiki syntax to add suggestions,
> questions and recommendations:
>
> 

[X2Go-Dev] Bug#906: Bug#906: -noprimaryclipboard option not working with vcxsrv 1.17

2015-12-11 Thread Mike DePaulo
On Thu, Jul 16, 2015 at 5:51 AM, Walid MOGHRABI 
wrote:

> Package: vcxsrv
> Version: 1.17
>
> With the latest x2go Windows client (4.0.4.0), the embedded X server
> (vcxsrv 1.17) does not support the -noprimaryclipboard option that is
> available through the preferences in the x2go client gui.
> The primaryclipboard behaviour is very annoying with Windows so disabling
> it is a good idea except that it can't be done with latest release, when
> running, I get a debug windows stating clearly that this parameter is not
> supported.
>

As the primary maintainer of X2Go Client for Windows and of X2Go's custom
builds of VcXsrv, I have taken note of this issue and #927 .

Investigating and fixing them are on my (busy) agenda. I cannot guarantee
an ETA though.
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#927: Bug#927: Bug#927: Bug#927: copy on select overrides Windows clipboard

2015-12-11 Thread Mike DePaulo
As the primary maintainer of X2Go Client for Windows and of X2Go's custom
builds of VcXsrv, I have taken note of this issue and #906 .

Investigating and fixing them are on my (busy) agenda. I cannot guarantee
an ETA though.
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] FYI, the SPICE devs are developing stuff with GStreamer for video

2015-09-02 Thread Mike DePaulo
NOTE: I am sending this email to x2go-dev, the 1 QVD dev I know best,
and the 2 lead devs on Arctica. I do not want to exclude anyone from
the convo, but I do not know who else to CC.

This email is just an FYI: food for thought.

http://lists.freedesktop.org/archives/spice-devel/2015-August/021279.html
http://lists.freedesktop.org/archives/spice-devel/2015-August/
Search for "GStreamer"



Introduction to SPICE for people only familiar with X2Go/nx-libs:

SPICE is a remote desktop protocol/solution, whose server is typically
is implemented in the qemu-kvm hypervisor. The guest OS (Windows or
Linux/X.org) is expected to use it via their QXL graphics driver and
various guest agents (for things like clipboard sharing.)

The above paragraph is what Red Hat's RHEV product and their upstream
oVirt project ships. Their interaction with eachother, other upstream
projects (qemu especially) and Linux distros (Fedora, CentOS) is
complex, but perhaps a good model for X2Go, Arctica, etc. (Even though
we do not and should not "sell" access to our binaries like Red Hat
does with RHEV.) (I intend to blog about and/or discuss the
RHEV-oVirt-upstream-projects model.)

X.org (xfree86 DDX) can also use the qxl driver directly and implement
the SPICE server in its own process, rather than in the host's
qemu-kvm process. The python script for making it run as as drivers
for X.org is called XSpice, which sounds like a DDX, but technically
isn't. XSpice is part of the qxl (SPICE driver) package for Linux.
http://cgit.freedesktop.org/xorg/driver/xf86-video-qxl/

So the XSpice python script is roughly comparable to x2goserver's
scripts. It event starts those guest agents, but for use without the
hypervisor.

SPICE uses multiple channels (graphics, audio, clipboard sharing) over
a single TCP connection, similar to Microsoft RDP. This is in contrast
to X2Go using separate TCP connections over SSH.

SPICE typically uses SSL/TLS, but can be used over SSH. Authentication
and encryption is purposely not implemented in the SPICE protocol
itself, so that it can be handled by things like TLS (or SSH) instead.

SPICE uses client-side rendering for 2D drawing (like nx-libs does),
but has traditionally decoded videos via the guest OS, and then let
SPICE re-encode them as MJPEG. I tried this on a VM running on
qemu-kvm with SPICE with a youtube video, and it had the effect of
taxing 1 CPU core on the host, but making the video decently smooth
across my home LAN. I forget if I did this with oVirt (complex to
setup) or with virt-manager (far easier to setup), but either way, it
was qemu-kvm via libvirt. This was months ago.

So their use of GStreamer is interesting.

Also, note that nx-libs does have certain advantages over SPICE, such
as support for RemoteApp mode, lower bandwidth usage and better WAN
performance. I am NOT suggesting we "jump ship."

BTW, if you think that Red Hat / SPICE is evil, watch this:
https://youtu.be/hb3zTQMJggo?list=PL0x39xti0_64fA6uRtcfoJPkHfZdeVTRC=834
The rest of the video is amazing too, even though the slides are
blurry in the video.

If you wish to have a separate convo about SPICE that is unrelated to
GStreamer, start a new thread. This wall-of-text was just my intro to
SPICE, which I really should have put on a wiki page or something.

http://knowyourmeme.com/memes/i-must-go
-Mike
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


Re: [X2Go-Dev] We have 2 different FAQ pages on our wiki

2015-08-23 Thread Mike DePaulo
On Sun, Aug 23, 2015 at 9:56 AM, Mihai Moldovan io...@ionic.de wrote:

 On 21.08.2015 05:34 AM, Mike DePaulo wrote:
  http://wiki.x2go.org/doku.php/doc:faq:start
  http://wiki.x2go.org/doku.php/doc:faq
 
  The former is linked from the navigation bar.
 
  The latter is linked from the body of the home page.
 
  http://www.comicsandmemes.com/wp-content/uploads/WTF-meme.jpg

 Merged both pages into doc:faq:start and replaced the home page link...



 Mihai



Thank you.

This will make it easier to answer people's questions from Flock about
nx-libs.

-Mike
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] We have 2 different FAQ pages on our wiki

2015-08-20 Thread Mike DePaulo
http://wiki.x2go.org/doku.php/doc:faq:start
http://wiki.x2go.org/doku.php/doc:faq

The former is linked from the navigation bar.

The latter is linked from the body of the home page.

http://www.comicsandmemes.com/wp-content/uploads/WTF-meme.jpg
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#923: Bug#923: .xsession-x2go-errors improvements

2015-08-18 Thread Mike DePaulo
On Tue, Aug 18, 2015 at 11:46 AM, Orion Poplawski or...@cora.nwra.com
wrote:

 Package: x2goserver
 Version: 4.0.1.19

 First issue is that ~/.xsession-x2go-errors is always appended to so it
 grows
 forever.  It should at least get rotated to .old file.


I wholeheartedly agree. Plus there are weird instances where a command will
make it grow to GB in size quickly.

In general, I believe in following what the local X.org server sessions do.
However, since I am often debugging issues with why apps are not working
properly with X2Go, I would rather rotate than delete.


 Second is with shared NFS home directories, multiple X2Go sessions get
 logged
 to the same file which is confusing.  I would suggest putting the host name
 into the log file name.


I wholeheartedly agree. Gluster (for HA home dirs) is affected too.

-Mike
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#911: X2Go issue (in src:x2goclient) has been marked as pending for release

2015-07-27 Thread Mike DePaulo
tag #911 pending
fixed #911 4.0.5.0
thanks

Hello,

X2Go issue #911 (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=255d0aa

The issue will most likely be fixed in src:x2goclient (4.0.5.0).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit 255d0aa02c35dd7c6b0037081482d51e3893aa6e
Author: Mike DePaulo mikedep...@gmail.com
Date:   Mon Jul 27 20:47:32 2015 -0400

Linux: Fix desktop session icons (Fixes: #911)

diff --git a/debian/changelog b/debian/changelog
index cd11e68..67de24b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -106,6 +106,9 @@ x2goclient (4.0.5.0-0x2go1) UNRELEASED; urgency=low
   able to be resumed on the client on a different OS or the
   client runing on Windows with different display settings.
   (Fixes: #696)
+- Linux: Fix desktop session icons (.desktop files) failing due to
+  missing space between x2goclient and its 1st argument
+  (e.g. --session) (Fixes: #911)
 
   [ Henning Heinold ]
   * New upstream release (4.0.5.0):
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#869: X2Go issue (in src:x2goclient) has been marked as pending for release

2015-05-12 Thread Mike DePaulo
tag #869 pending
fixed #869 4.0.4.0
thanks

Hello,

X2Go issue #869 (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=84d4bd8

The issue will most likely be fixed in src:x2goclient (4.0.4.0).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit 84d4bd861f7b9a92efdf812367d4e2f3d34fe02f
Author: Mike DePaulo mikedep...@gmail.com
Date:   Tue May 12 08:01:38 2015 -0400

Windows: Fix audio (PulseAudio) when Kerberos 5 (GSSAPI) authentication is 
used (Fixes: #869)

diff --git a/debian/changelog b/debian/changelog
index a5a1950..dc02f42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ x2goclient (4.0.4.0-0x2go1) UNRELEASED; urgency=low
   sharing when Kerberos 5 (GSSAPI) auth is used, and the
   server-side home dir is at a path other than /home/$USER
   (Fixes: #868)
+- Windows: Fix audio (PulseAudio) when Kerberos 5
+  (GSSAPI) authentication is used (Fixes: #869)
 - Windows: Include debug build in the regular installer.
   It is an optional component during the install. It is not
   installed by default.
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#625: X2Go issue (in src:x2goclient) has been marked as pending for release

2015-05-10 Thread Mike DePaulo
tag #625 pending
fixed #625 4.0.4.0
thanks

Hello,

X2Go issue #625 (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=db26121

The issue will most likely be fixed in src:x2goclient (4.0.4.0).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit db261211d573cd99ed359bca6fc3219fadb70c97
Author: Mike DePaulo mikedep...@gmail.com
Date:   Sun May 10 11:02:42 2015 -0400

Windows: Do not delete saved PuTTY sessions when Kerberos 5 (GSSAPI) 
authentication is enabled (Fixes: #625)

diff --git a/debian/changelog b/debian/changelog
index 6536b5c..f5238a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ x2goclient (4.0.4.0-0x2go1) UNRELEASED; urgency=low
 
   [ Mike DePaulo ]
   * New upstream release (4.0.4.0):
+- Windows: Do not delete saved PuTTY sessions when Kerberos 5
+  (GSSAPI) authentication is enabled (Fixes: #625)
 - Windows: Include debug build in the regular installer.
   It is an optional component during the install. It is not
   installed by default.
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Fixes for 2011-2014 X.org CVEs and potential regressions in nx-libs

2015-02-14 Thread Mike DePaulo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hello X2Go Developers,

Over the last few weeks, I have been auditing nx-libs against all the
vulnerabilities (CVEs) in X.org 6.9.0.

nx-libs 3.5.0 (released by NoMachine in 2011) contains a fork of X.org
6.9.0 (released in December 2005). So our concern was that a large
percentage of the X.org vulnerabilities announced since X.org 6.9.0
affect nx-libs.

I wrote a spreadsheet with the results of my audit here. Note that I
have not actually tested whether the vulnerabilities affect us. For
example, I have not tried out any proof-of-concept exploits. But if
the vulnerable code is present, and the vulnerable code is not totally
ignored by nx-libs, then I assumed that the vulnerability affects
nx-libs. The only exception is CVE-2013-1940; I inferred that it does
not affect us because it only affects VT switching on Linux, and
nx-libs does not use VTs.

https://docs.google.com/spreadsheets/d/1WeneRYO2TkXYOl5J0WozThsLkreF1DiuJAvKCj7xFjU/edit#gid=0

To summarize the results:
1. Some vulnerabilities do not affect us for various reasons. Often
because the code was removed by NoMachine.
2. NoMachine did a very good job of patching the vulnerabilities. The
earliest vulnerability that was unpatched, CVE-2011-2895, was
announced on 2011-08-10.
3. The majority of the vulnerabilities after 2011-08-10 did affect
nx-libs 3.5.0.x and nx-libs 3.6.x. I fixed these and the fixes are now
in git. See details below.

As I audited nx-libs, I fixed each vulnerability. Before the December
2014 vulnerabilities, I backported the commit/patch from upstream
X.org. For the December 2014 vulnerabilities, which were numerous and
whose patches/commits were hard to merge, I obtained the patches from
RHEL5 instead. RHEL 5 uses X.org 7.1 (xorg-server 1.1.1), so their
patches were easier to apply to nx-libs.

I am a beginner at programming in C. So I asked Mike#1 (Mike Gabriel)
to review my work. He did, and did not find any issues. I still
welcome further review though.

Mike#1 committed my work to the 3.6.x branch:
1st commit:
http://code.x2go.org/gitweb?p=nx-libs.git;a=commit;h=af55da1e9c1a6a352b24823a8f7062c288ffbbc0
last (40th) commit:
http://code.x2go.org/gitweb?p=nx-libs.git;a=commit;h=1ea1cd8c4f93b0c03e5b34fe174b3fc9f27c7dfa

He also committed it to the 3.5.0.x branch as one commit with 40 patch
files:
http://code.x2go.org/gitweb?p=nx-libs.git;a=commitdiff;h=4587881130db36125c6b800e8f7e3fa0a3c5c9fb;hp=f46d117903c4bc4fe9863041f470e8816d355709

However, because many lines of code have been changed, Mike#1 and I
agreed that we will not release 3.5.0.29 with these fixes immediately.
Instead, we will let users/developers do some testing to see if any
regressions were introduced.

Also, note that by default, X2GO launches nxagent (the nx-libs X
server) with -nolisten tcp. This is configurable in
/etc/x2go/x2goagent.options . This setting mitigates many of the
vulnerabilities by preventing nxagent from ever talking to X11 clients
not running on the X2Go Server. I will now be determining which
vulnerabilities it does mitigate.

- -Mike#2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iF4EAREIAAYFAlTfiSUACgkQIFy22CVQsitDXAEAlte83RMq3iy218Q7zXggAb0R
XpvCpQYOYnaZenHPqQsBAMVfH8olUE1mh6DNfTgeC2909c1t4JDAjx3pSEdSDdL5
=mUvD
-END PGP SIGNATURE-
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#767: X2Go issue (in src:pyhoca-gui) has been marked as closed

2015-01-25 Thread Mike DePaulo
close #767
thanks

Hello,

we are very hopeful that X2Go issue #767 reported by you
has been resolved in the new release (0.5.0.4) of the
X2Go source project »src:pyhoca-gui«.

You can view the complete changelog entry of src:pyhoca-gui (0.5.0.4)
below, and you can use the following link to view all the code changes
between this and the last release of src:pyhoca-gui.


http://code.x2go.org/gitweb?p=pyhoca-gui.git;a=commitdiff;h=3292f07f23bdc1028cc393839515109307735edf;hp=301225fa55b2ebe503fa4705bbbda119b4a549eb

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:pyhoca-gui.

Thanks a lot for contributing to X2Go!!!

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
X2Go Component: src:pyhoca-gui
Version: 0.5.0.4-20150125
Status: RELEASE
Fixes: 767
Changes: 
 pyhoca-gui (0.5.0.4-20150125) RELEASED; urgency=medium
 .
   [ Mike DePaulo ]
   * Windows Build Process  Dependencies
 - Update paramiko from upstream 1.5.2 to our modified
   version, 1.15.2.1, which has the fix for upstream
   bug #461 applied.
   This fixes PyHoca-GUI's support for Pageant (the ssh agent.)
   (Fixes: #767)
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#742: X2Go issue (in src:x2goclient) has been marked as pending for release

2015-01-25 Thread Mike DePaulo
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 mikedep...@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.
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#649: X2Go issue (in src:pyhoca-gui) has been marked as closed

2015-01-24 Thread Mike DePaulo
close #649
thanks

Hello,

we are very hopeful that X2Go issue #649 reported by you
has been resolved in the new release (0.5.0.3) of the
X2Go source project »src:pyhoca-gui«.

You can view the complete changelog entry of src:pyhoca-gui (0.5.0.3)
below, and you can use the following link to view all the code changes
between this and the last release of src:pyhoca-gui.


http://code.x2go.org/gitweb?p=pyhoca-gui.git;a=commitdiff;h=03b4e45f1288d21d8c598a3ca71a1fbc6014879f;hp=b3fa2d7b41f65901154478afc7169ee0c7e96b45

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:pyhoca-gui.

Thanks a lot for contributing to X2Go!!!

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
X2Go Component: src:pyhoca-gui
Version: 0.5.0.3-20150124
Status: RELEASE
Date: Sat, 24 Jan 2015 11:03:07 -0500
Fixes: 108 649
Changes: 
 pyhoca-gui (0.5.0.3-20150124) RELEASED; urgency=medium
 .
   [ Mike DePaulo ]
   * New upstream version (Windows Only) (0.5.0.3-20150124):
 - Fix win32 build (missing win32gui.pyd) (Fixes: #649)
 - Windows: Install VcXsrv misc fonts by default, and make all 4 font
   groups optional: misc, 75dpi, 100dpi and others (Fixes: #108)
   Note: The fact that all the fonts are included makes the installer about
   30MB larger.
 - Windows: Upgrade from VcXsrv-xp 1.14.3.2 to
   VcXsrv 1.15.2.2-xp+vc2013+x2go1
   This new major version includes security fixes such as:
   OpenSSL update to 1.0.1k
   xorg-server CVE-2014-8091..8103 fixes
 - Windows: Update nxproxy's Cygwin libraries from the
   latest versions as of 2014-06-09 to the
   latest versions as of 2014-10-18.
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#649: X2Go issue (in src:pyhoca-gui) has been marked as pending for release

2015-01-24 Thread Mike DePaulo
tag #649 pending
fixed #649 0.5.0.4
thanks

Hello,

X2Go issue #649 (src:pyhoca-gui) 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=pyhoca-gui.git;a=commitdiff;h=d02f989

The issue will most likely be fixed in src:pyhoca-gui (0.5.0.4).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit d02f98964b825b426022c3b82f5bdde9053138b0
Author: Mike DePaulo mikedep...@gmail.com
Date:   Sat Jan 24 01:03:52 2015 -0500

Fix win32 build (Fixes: #649)

Conflicts:
debian/changelog

diff --git a/debian/changelog b/debian/changelog
index 4827fa1..fb3b4f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,10 @@ pyhoca-gui (0.5.0.4-0x2go1) UNRELEASED; urgency=medium
   * New upstream version (0.5.0.4):
 - Add Turkish translation to PyHoca-GUI.
 
+  [ Mike DePaulo ]
+  * New upstream version (0.5.0.4):
+- Fix win32 build (missing win32gui.pyd) (Fixes: #649)
+
  -- Mike Gabriel mike.gabr...@das-netzwerkteam.de  Thu, 27 Nov 2014 12:34:20 
+0100
 
 pyhoca-gui (0.5.0.3-0x2go1) unstable; urgency=medium
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#649: PyHoca-GUI 0.5.0.0 for Windows fails to start

2014-10-20 Thread Mike DePaulo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

package: pyhoca-gui
version: 0.5.0.0

I am fairly certain I followed the build instructions[1] correctly.
When I try to run Pyhoca-GUI via either the steps listed below (under Git Bash) 
or via the NSIS-installed start menu shortcut, neither the splash screen nor 
the tray icon appears.

 mike@EXECUTOR:/c/x2gobuilds/pyhoca-gui/dist :( [29] $ pyhoca-gui.exe
 mike@EXECUTOR:/c/x2gobuilds/pyhoca-gui/dist :) [40] $ pyhoca-gui.exe --debug 
--libdebug
 mike@EXECUTOR:/c/x2gobuilds/pyhoca-gui/dist :( [30] $ pyhoca-gui.exe --help
 mike@EXECUTOR:/c/x2gobuilds/pyhoca-gui/dist :( [31] $ pyhoca-gui.exe --version
 mike@EXECUTOR:/c/x2gobuilds/pyhoca-gui/dist :( [32] $ cd ..
 mike@EXECUTOR:/c/x2gobuilds/pyhoca-gui :) [33] $ which python
/c/Python27/python
 mike@EXECUTOR:/c/x2gobuilds/pyhoca-gui :) [34] $ python pyhoca-gui
Traceback (most recent call last):
  File pyhoca-gui, line 46, in module
app.main(args=args, logger=logger, liblogger=liblogger)
  File c:\x2gobuilds\pyhoca-gui\pyhoca\wxgui\launcher.py, line 380, in main
lang = gettext.translation('PyHoca-GUI', 
localedir=basepath.locale_basepath, languages=[args.lang], )
  File c:\Python27\lib\gettext.py, line 469, in translation
raise IOError(ENOENT, 'No translation file found for domain', domain)
IOError: [Errno 2] No translation file found for domain: 'PyHoca-GUI'
Exception KeyError: KeyError(37756240,) in module 'threading' from 
'c:\Python27\lib\threading.pyc' ignored
 mike@EXECUTOR:/c/x2gobuilds/pyhoca-gui :) [38] $ python pyhoca-gui --debug 
--libdebug
Traceback (most recent call last):
  File pyhoca-gui, line 46, in module
app.main(args=args, logger=logger, liblogger=liblogger)
  File c:\x2gobuilds\pyhoca-gui\pyhoca\wxgui\launcher.py, line 380, in main
lang = gettext.translation('PyHoca-GUI', 
localedir=basepath.locale_basepath, languages=[args.lang], )
  File c:\Python27\lib\gettext.py, line 469, in translation
raise IOError(ENOENT, 'No translation file found for domain', domain)
IOError: [Errno 2] No translation file found for domain: 'PyHoca-GUI'
Exception KeyError: KeyError(39202128,) in module 'threading' from 
'c:\Python27\lib\threading.pyc' ignored
 mike@EXECUTOR:/c/x2gobuilds/pyhoca-gui :) [36] $ python pyhoca-gui --version

pyhoca-gui[6312] - an X2Go GUI client written in Python
- --
developed by Mike Gabriel mike.gabr...@das-netzwerkteam.de
sponsored by Dick Kniep dick.kn...@lindix.nl (2010-2013)

VERSION: 0.5.0.0


Exception KeyError: KeyError(38477136,) in module 'threading' from 
'c:\Python27\lib\threading.pyc' ignored



[1] http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:pyhoca-gui
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.14 (GNU/Linux)

iF4EAREIAAYFAlRFgmgACgkQIFy22CVQsiuecQD+JAJTV3owTP6duKD9yAkLFaD3
rLeNsR5elmUl4MGoJO0BAKxy5G6N9VkCjZ5d3PLkzxppTGPA14KMIGmlNWhV2qYk
=G7/P
-END PGP SIGNATURE-
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#609: X2Go issue (in src:x2goclient) has been marked as pending for release

2014-10-02 Thread Mike DePaulo
tag #609 pending
fixed #609 4.0.3.0
thanks

Hello,

X2Go issue #609 (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=2da9216

The issue will most likely be fixed in src:x2goclient (4.0.3.0).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit 2da9216d8404eca73ea7646aa04f17766dfa179d
Author: Mike DePaulo mikedep...@gmail.com
Date:   Thu Oct 2 20:09:51 2014 -0400

Make X2Go Client aware of the Trinity (TRINITY) desktop environment. 
(Fixes: #609)

diff --git a/debian/changelog b/debian/changelog
index 2005df2..095cddf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -47,6 +47,8 @@ x2goclient (4.0.3.0-0x2go1) UNRELEASED; urgency=low
   * New upstream release (4.0.3.0):
 - Make X2Go Client aware of the Cinnamon (CINNAMON) desktop environment.
   (Fixes: #571)
+- Make X2Go Client aware of the Trinity (TRINITY) desktop environment.
+  (Fixes: #609)
 - Windows: Fix not being able to add the server to the known_hosts file 
when
   the username has non-English characters. (Fixes: #566)
   (NOTE: This fix only works when the non-English characters are in the 
same
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#607: X2Go issue (in src:x2goclient) has been marked as pending for release

2014-10-02 Thread Mike DePaulo
tag #607 pending
fixed #607 4.0.3.0
thanks

Hello,

X2Go issue #607 (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=5bfc571

The issue will most likely be fixed in src:x2goclient (4.0.3.0).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit 5bfc5712f6387705d2a2a38941650c659bfcb887
Author: Mike DePaulo mikedep...@gmail.com
Date:   Thu Oct 2 21:01:24 2014 -0400

Make X2Go Client aware of the Openbox (OPENBOX) window manager. (Fixes: 
#607)

diff --git a/debian/changelog b/debian/changelog
index 095cddf..174dfcd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -49,6 +49,8 @@ x2goclient (4.0.3.0-0x2go1) UNRELEASED; urgency=low
   (Fixes: #571)
 - Make X2Go Client aware of the Trinity (TRINITY) desktop environment.
   (Fixes: #609)
+- Make X2Go Client aware of the Openbox (OPENBOX) window manager.
+  (Fixes: #607)
 - Windows: Fix not being able to add the server to the known_hosts file 
when
   the username has non-English characters. (Fixes: #566)
   (NOTE: This fix only works when the non-English characters are in the 
same
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#525: - cloning for x2goclient 4.0.3.0

2014-09-19 Thread Mike DePaulo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Control: clone -1 -2
Control: retitle -2 x2goclient.exe 4.0.3.0 shows arrow and hourglass cursor 
for 5 seconds during startup
Control: affects -2 x2goclient
Control: found -2 4.0.3.0-2014.09.17-0e3aff0

On 09/19/14 08:16, Stefan Baur wrote:
 Hi,
 
 I'd like to report that this bug is still present in the windows nightly 
 build x2goclient-4.0.3.0-2014.09.17-0e3aff0 - it's even worse than before, as 
 the 5-second-arrow-and-hourglass cursor now also appears when running 
 x2goclient.exe from the command line, not only when starting it via GUI.
 
 -Stefan

Cloning for 4.0.3.0

I should point out that my home desktop is not affected.

My home desktop:
Windows 8.1 64-bit with all important, recommended  optional updates installed.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.14 (GNU/Linux)

iF4EAREIAAYFAlQcLMYACgkQIFy22CVQsisx4gD8DKSoP/uAViIQvQJlWESP2xgV
CIHeF8G41b27crcgP50A/26OZCagZt05ZNj1tqhaPPam3gZR3kNqR3MLUJ/jv1Ou
=jzGj
-END PGP SIGNATURE-
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#566: X2Go issue (in src:x2goclient) has been marked as pending for release

2014-09-17 Thread Mike DePaulo
tag #566 pending
fixed #566 4.0.3.0
thanks

Hello,

X2Go issue #566 (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=0e3aff0

The issue will most likely be fixed in src:x2goclient (4.0.3.0).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit 0e3aff054195de9eb09e7c280aca017f9e891c10
Author: Mike DePaulo mikedep...@gmail.com
Date:   Wed Sep 17 07:44:07 2014 -0400

Update changelog: Last commit (2ffcad0) fixes bug #566

diff --git a/debian/changelog b/debian/changelog
index a58e2b3..00ff9c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -45,7 +45,7 @@ x2goclient (4.0.3.0-0x2go1) UNRELEASED; urgency=low
   [ Mike DePaulo ]
   * New upstream release (4.0.3.0):
 - Windows: Fix not being able to add the server to the known_hosts file 
when
-  the username has non-English characters.
+  the username has non-English characters. (Fixes: #566)
   (NOTE: This fix only works when the non-English characters are in the 
same
   language as the Windows system locale AKA Language for non-Unicode
   programs. Bug #611 was written for fixing the issue for languages other
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#606: X2Go issue (in src:x2goserver) has been marked as pending for release

2014-09-14 Thread Mike DePaulo
tag #606 pending
fixed #606 4.0.1.16
thanks

Hello,

X2Go issue #606 (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=b627e81

The issue will most likely be fixed in src:x2goserver (4.0.1.16).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit b627e813794bac5f9e690f532e3e4b30e29a9a2e
Author: Mike DePaulo mikedep...@gmail.com
Date:   Sun Sep 14 10:28:34 2014 -0400

Make X2Go Server aware of the Openbox and IceWM desktop environments 
(Fixes: #605,#606)

diff --git a/debian/changelog b/debian/changelog
index 51db379..7f194d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,10 @@ x2goserver (4.0.1.16-0x2go1) UNRELEASED; urgency=low
 
   [ Mike DePaulo ]
   * New upstream release (4.0.1.16):
+- Make X2Go Server aware of the Openbox desktop environment
+  (Command: OPENBOX) (Fixes: #605)
+- Make X2Go Server aware of the IceWM desktop environment
+  (Command: ICEWM) (Fixes: #606)
 - Support GNOME Flashback session (GNOME 3.8+) on distro releases such as
   Ubuntu 13.10+ and debian Jessie
   (NOTE: For most users, GNOME Flashback currently will not work.
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#605: X2Go issue (in src:x2goserver) has been marked as pending for release

2014-09-14 Thread Mike DePaulo
tag #605 pending
fixed #605 4.0.1.16
thanks

Hello,

X2Go issue #605 (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=b627e81

The issue will most likely be fixed in src:x2goserver (4.0.1.16).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit b627e813794bac5f9e690f532e3e4b30e29a9a2e
Author: Mike DePaulo mikedep...@gmail.com
Date:   Sun Sep 14 10:28:34 2014 -0400

Make X2Go Server aware of the Openbox and IceWM desktop environments 
(Fixes: #605,#606)

diff --git a/debian/changelog b/debian/changelog
index 51db379..7f194d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,10 @@ x2goserver (4.0.1.16-0x2go1) UNRELEASED; urgency=low
 
   [ Mike DePaulo ]
   * New upstream release (4.0.1.16):
+- Make X2Go Server aware of the Openbox desktop environment
+  (Command: OPENBOX) (Fixes: #605)
+- Make X2Go Server aware of the IceWM desktop environment
+  (Command: ICEWM) (Fixes: #606)
 - Support GNOME Flashback session (GNOME 3.8+) on distro releases such as
   Ubuntu 13.10+ and debian Jessie
   (NOTE: For most users, GNOME Flashback currently will not work.
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#474: X2Go issue (in src:x2goclient) has been marked as pending for release

2014-09-13 Thread Mike DePaulo
tag #474 pending
fixed #474 4.0.3.0
thanks

Hello,

X2Go issue #474 (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=0d99760

The issue will most likely be fixed in src:x2goclient (4.0.3.0).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit 0d99760be5ec07309a12f40a6a84a324a0776d32
Author: Mike DePaulo mikedep...@gmail.com
Date:   Sat Sep 13 16:18:17 2014 -0400

Update changelog about bugs #474 and #603 and trigger rebuild for #603

diff --git a/debian/changelog b/debian/changelog
index c2f5292..d83c075 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -55,6 +55,8 @@ x2goclient (4.0.3.0-0x2go1) UNRELEASED; urgency=low
   fixes an issue when resizing the NX-proxy window on specific multiple
   monitor setups. (Thanks Oleksandr Shneyder for the patch)
   (Fixes: #568) (Fixes: #594)
+- Windows: Port from MinGW 4.4 + Qt 4.8.5 to MinGW 4.8.2 + Qt 4.8.6,
+  including fix for QTBUG-38706 (Fixes: #474, #603)
 - Windows: Fix missing VcXsrv/zlib1.dll . The impact of this bug was that
   VcXsrv would not start if the cwd was changed from the x2goclient
   directory. (The start menu and desktop shortcuts do have the x2goclient
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#597: X2Go issue (in src:x2goclient) has been marked as pending for release

2014-09-10 Thread Mike DePaulo
tag #597 pending
fixed #597 4.0.3.0
thanks

Hello,

X2Go issue #597 (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=d6041fb

The issue will most likely be fixed in src:x2goclient (4.0.3.0).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit d6041fb26954b18959e9bc78acf1f68cfc0037c2
Author: Mike DePaulo mikedep...@gmail.com
Date:   Wed Sep 10 09:52:17 2014 -0400

Windows: Fix text not being rendered properly at end of NSIS installer 
(Fixes: #597)

diff --git a/debian/changelog b/debian/changelog
index cf0b377..c2f5292 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -69,6 +69,8 @@ x2goclient (4.0.3.0-0x2go1) UNRELEASED; urgency=low
   9 CVEs announced on 2014-08-06.
 - Windows: Cygwin OpenSSL updated from 1.0.1h-1 to 1.0.1i-1, which fixes 
the
   9 CVEs announced on 2014-08-06.
+- Windows: Fix text not being rendered properly at end of NSIS installer
+  (Fixes: #597)
 
   [ Stefan Baur ]
   * New upstream version (4.0.3.0):
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#599: X2Go issue (in src:x2goserver) has been marked as pending for release

2014-09-08 Thread Mike DePaulo
tag #599 pending
fixed #599 4.0.1.16
thanks

Hello,

X2Go issue #599 (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=7ba7f6c

The issue will most likely be fixed in src:x2goserver (4.0.1.16).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit 7ba7f6cc56bda7075d0798c3d11b015b9a57483b
Author: Mike DePaulo mikedep...@gmail.com
Date:   Mon Sep 8 08:32:05 2014 -0400

Fix launching GNOME 3 Fallback session (GNOME 3.4  3.6) on distros other 
than Ubuntu and Debian (Fixes: #599)

diff --git a/debian/changelog b/debian/changelog
index cac9892..eccc8bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,11 +2,14 @@ x2goserver (4.0.1.16-0x2go1) UNRELEASED; urgency=low
 
   [ Mike DePaulo ]
   * New upstream release (4.0.1.16):
-- Support GNOME Flashback session on Ubuntu 13.10+ and on debian Jessie
+- Support GNOME Flashback session (GNOME 3.8+) on distro releases such as
+  Ubuntu 13.10+ and debian Jessie
   (Note: This requires that gnome-flashback.session actually be installed.
It also currently requires that the gnome-session binary not require
hardware 3D acceleration for said session.)
   (Thanks Eugene San (eugene...@gmail.com))
+- Fix launching GNOME 3 Fallback session (GNOME 3.4  3.6) on distros other
+  than Ubuntu and Debian (Fixes: #599)
 - Fix support for Cinnamon 1.4 (Linux Mint 13) (Fixes: #569)
 - Fix the logic for launching Cinnamon 2.0 and 2.2 (Linux Mint 17).
   (Fixes: #572)
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#568: X2Go issue (in src:x2goclient) has been marked as pending for release

2014-09-02 Thread Mike DePaulo
tag #568 pending
fixed #568 4.0.3.0
thanks

Hello,

X2Go issue #568 (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=e7b1df8

The issue will most likely be fixed in src:x2goclient (4.0.3.0).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit e7b1df823c35f5fd998ad8c568285418cd2be804
Author: Mike DePaulo mikedep...@gmail.com
Date:   Wed Sep 3 00:36:03 2014 -0400

Windows: Bundle new version of VcXsrv: 1.15.2.0-xp+vc2013+x2go1 (Fixes: 
#568)

diff --git a/debian/changelog b/debian/changelog
index 7886078..9b6f136 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -47,6 +47,11 @@ x2goclient (4.0.3.0-0x2go1) UNRELEASED; urgency=low
   groups optional: misc, 75dpi, 100dpi and others (Fixes: #108)
   Note: The fact that all the fonts are included makes the installer about
   30MB larger.
+- Windows: Bundle new version of VcXsrv: 1.15.2.0-xp+vc2013+x2go1
+  This new version is based on upstream VcXsrv 1.15.2.0, but still
+  compatible with Windows XP. It is compiled with Microsoft Visual C++ 2013
+  and contains 1 X2Go-specific change, winmultiwindow.patch
+  (Thanks Oleksandr Shneyder for the patch) (Fixes: #568)
 - Windows: Fix missing VcXsrv/zlib1.dll . The impact of this bug was that
   VcXsrv would not start if the cwd was changed from the x2goclient
   directory. (The start menu and desktop shortcuts do have the x2goclient
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#569: X2Go issue (in src:x2goserver) has been marked as pending for release

2014-08-16 Thread Mike DePaulo
tag #569 pending
fixed #569 4.0.1.16
thanks

Hello,

X2Go issue #569 (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=4d6fb03

The issue will most likely be fixed in src:x2goserver (4.0.1.16).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit 4d6fb035825f8e36db0771da6a6daab16f42c234
Author: Mike DePaulo mikedep...@gmail.com
Date:   Sat Aug 16 13:47:05 2014 -0400

Fix support for Cinnamon 1.4. (Fixes: #569) Update the logic for launching 
Cinnamon 1.6 and 1.8. Fix the logic for launching Cinnamon 2.0 and 2.2. (Fixes: 
#572)

diff --git a/debian/changelog b/debian/changelog
index b58bcad..fc51359 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,14 @@ x2goserver (4.0.1.16-0x2go1) UNRELEASED; urgency=low
It also currently requires that the gnome-session binary not require
hardware 3D acceleration for said session.)
   (Thanks Eugene San (eugene...@gmail.com))
+- Fix support for Cinnamon 1.4 (Linux Mint 13) (Fixes: #569)
+- Fix the logic for launching Cinnamon 2.0 and 2.2 (Linux Mint 17).
+  (Fixes: #572)
+  NOTE: Fixing this bug in x2goserver is not sufficient to make Cinnamon 
2.0
+   2.2 to work properly with X2Go. Bug #150 in nx-libs is still a problem.
+  Fixing this bug enables Cinnamon 2.0 and 2.2 to launch to their
+  fallback mode, which has many bugs and missing features when compared 
to
+  software rendering mode (cinnamon2d), but is still better than nothing.
   * debian/rules:
 + Improve dh_auto_clean override.
 
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#108: X2Go issue (in src:x2goclient) has been marked as pending for release

2014-07-07 Thread Mike DePaulo
tag #108 pending
fixed #108 4.0.2.1
thanks

Hello,

X2Go issue #108 (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=c0bc05f

The issue will most likely be fixed in src:x2goclient (4.0.2.1).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit c0bc05f8e607afaa3aeb49af62eaf5d21e572519
Author: Mike DePaulo mikedep...@gmail.com
Date:   Mon Jul 7 23:06:07 2014 -0400

Windows: Include all fonts in NSIS installer, make them optional, and 
install only misc by default. (Fixes: #108) Also make desktop shortcut 
optional.

diff --git a/debian/changelog b/debian/changelog
index 3148ef4..f4e8419 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -56,12 +56,19 @@ x2goclient (4.0.2.1-0x2go1) UNRELEASED; urgency=low
 
   [ Mike DePaulo ]
   * New upstream release (4.0.2.1):
+- Windows: Install VcXsrv misc fonts by default, and make all 4 font
+  groups optional: misc, 75dpi, 100dpi and others (Fixes: #108)
+  Note: The fact that all the fonts are included makes the installer about
+  30MB larger. (See next comment, it would be even larger.)
+- Windows: Reduce the new size of NSIS installer by several MB
+  by switching to lzma solid compression
+- Windows: Make the desktop shortcut optional during install,
+  but still the default.
 - Windows: Prevent high PulseAudio CPU usage on Windows XP by lowering
   PulseAudio's CPU priority from high to normal on XP specifically.
   Also do so on Windows Server 2003 (R2) (Fixes #526)
 - Windows: Enable PulseAudio log when --debug is passed.
 - Windows: Fix compatibility with current PulseAudio master branch
-- Windows: Reduce size of NSIS installer by switching to lzma solid 
compression
 - Windows: cygwin packages (inluding patched OpenSSH 6.6.1p1-3) updated 
from
   latest versions as of 2014-04-08 to latest versions as of 2014-06-09. 
This
   includes openssl 1.0.1h-1, which fixes the 6 CVEs announced on 
2014-06-05.
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#532: X2Go issue (in src:python-x2go) has been marked as pending for release

2014-07-05 Thread Mike DePaulo
tag #532 pending
fixed #532 0.5.0.0
thanks

Hello,

X2Go issue #532 (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=166607d

The issue will most likely be fixed in src:python-x2go (0.5.0.0).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit 166607d0b5c75b27cb53ce9e2d3f1be38eb72e6e
Author: Mike DePaulo mikedep...@gmail.com
Date:   Sat Jul 5 08:54:13 2014 -0400

Windows: Fix compatibility with PulseAudio 3.0  later (Fixes: #532)

diff --git a/debian/changelog b/debian/changelog
index f63c5e7..f685ff6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -81,6 +81,10 @@ python-x2go (0.5.0.0-0x2go1) UNRELEASED; urgency=low
   * python-x2go.spec:
 + Add dependencies: python-requests, python-simplejson.
 
+  [ Mike DePaulo ]
+  * New upstream version (0.5.0.0):
+- Windows: Fix compatibility with PulseAudio 3.0  later (Fixes: #532)
+
  -- Mike Gabriel mike.gabr...@das-netzwerkteam.de  Sun, 05 Jan 2014 16:35:57 
+0100
 
 python-x2go (0.4.0.10-0x2go1) UNRELEASED; urgency=low
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#533: X2Go issue (in src:pyhoca-gui) has been marked as pending for release

2014-07-05 Thread Mike DePaulo
tag #533 pending
fixed #533 0.5.0.0
thanks

Hello,

X2Go issue #533 (src:pyhoca-gui) 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=pyhoca-gui.git;a=commitdiff;h=8aa4026

The issue will most likely be fixed in src:pyhoca-gui (0.5.0.0).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit 8aa40263bc94f4e596a303792ad96b3f0c331751
Author: Mike DePaulo mikedep...@gmail.com
Date:   Sat Jul 5 09:29:47 2014 -0400

Upgrade PulseAudio from 1.1 to 5.0-rev18 (Fixes: #533)

diff --git a/debian/changelog b/debian/changelog
index b489363..16a060e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 pyhoca-gui (0.5.0.0-0x2go1) UNRELEASED; urgency=low
 
+  [ Mike Gabriel ]
   * New upstream version (0.5.0.0):
 - Add X2Go Session Broker support.
 - Adapt to new backend concept found in Python X2Go (= 0.5.0.0).
@@ -68,6 +69,11 @@ pyhoca-gui (0.5.0.0-0x2go1) UNRELEASED; urgency=low
   * debian/control:
 + Add D (bin:package pyhoca-gui): python-cups. (Fixes: #460).
 
+  [ Mike DePaulo ]
+  * New upstream version (0.5.0.0):
+- Upgrade PulseAudio from 1.1 to 5.0-rev18 from OBS.
+  Fixes choppy sound in Adobe Flash Player (Fixes: #533) 
+
  -- Mike Gabriel mike.gabr...@das-netzwerkteam.de  Wed, 08 Jan 2014 21:28:37 
+0100
 
 pyhoca-gui (0.4.0.10-0x2go1) UNRELEASED; urgency=low
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#528: X2Go issue (in src:x2goclient) has been marked as pending for release

2014-06-29 Thread Mike DePaulo
tag #528 pending
fixed #528 4.0.2.1
thanks

Hello,

X2Go issue #528 (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=7f1e287

The issue will most likely be fixed in src:x2goclient (4.0.2.1).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit 7f1e287ae37e5f8892d5421ab2de6ce6625ae786
Author: Mike DePaulo mikedep...@gmail.com
Date:   Sun Jun 29 22:37:49 2014 -0400

Windows: Switch from regular NSIS 2.46 to NSIS Unicode 2.46.5 (Fixes #528)

diff --git a/debian/changelog b/debian/changelog
index 5751587..593b55e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -65,6 +65,8 @@ x2goclient (4.0.2.1-0x2go1) UNRELEASED; urgency=low
 - Windows: VcXsrv (XP Compatible) updated from 1.14.3.1 to 1.14.3.2.
   Fixes CVE-2014-0209, CVE-2014-0210, and CVE-2014-0211 
   (VcXsrv was also updated to 1.14.3.2 in 4.0.2.0+build2.)
+- Windows: Switch from regular NSIS 2.46 to NSIS Unicode 2.46.5
+  (Fixes: #528)
 
  -- Mike Gabriel mike.gabr...@das-netzwerkteam.de  Thu, 10 Apr 2014 18:30:25 
+0200
 
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev