Hi Tristan and X2Go devs,
1. I was *able* to reproduce this bug under X2Go Client for Windows.
To be perfectly clear, it only happens when you are launching a remote
application ("Single Application" or "Published Application"), not
when you are launching a KDE session.
I tested a KDE session, and the system tray icons successfully showed
up under the KDE system tray. I tested both Kopete and KTorrent.
2. I was *able* to reproduce this bug using regular X11 forwarding
(ssh -Y hostname) under Cygwin XWin and Cygwin SSH.
I attached the command-line output from this. (KWrite does not use a
system tray icon. I ran KWrite anyway as a test.)
3. I was *unable* to reproduce this bug when using regular X11
forwarding (ssh -Y hostname) on an Ubuntu 14.04 machine running MATE
1.8.0. Under this configuration, the system tray icons successfully
show up in the MATE system tray. I tested both Kopete and KTorrent.
4. Based on 1, 2 and 3, this bug may be a limitation of VcXsrv (our X
server that runs on Windows) and Cygwin XWin rather than nxagent.
VcXsrv and Cygwin XWin share a lot of code in common. If we prove this
to be the case, we should keep this bug open as a "known issue" and
reassign it to package x2goclient. (We may also fix the bug in VcXsrv
too.)
Also, I will report this to the Cygwin/X mailing list.
(Cygwin and Cygwin/X use their mailing lists to track bugs.)
Test Server:
- OpenSUSE 13.1 64-bit with only the default KDE packages installed
and the x2goserver package (and its dependencies) installed.
- All updates applied to OpenSUSE.
- x2goserver 4.0.1.15-4.1 from the OBS (on SUSE, this package includes
the xsession script)
- nxagent 3.5.0.27-1.1
- VM Hosted on the Fedora 20 KVM/virt-manager hypervisor
- Accessed the VM "locally" by connecting to KVM's SPICE interface
from a Windows machine with VirtViewer 1.0.
Test Client 1:
- Windows 8.1 64-bit with all the latest important, recommended, and
optional updates installed
- X2Go Client 4.0.3.0-2014.09.07 (nightly build)
Test Client 2:
- Windows 8.1 64-bit with all the latest important, recommended, and
optional updates installed
- Cygwin 32-bit 1.7.32 with xorg-server 1.16.0-1
Test Client 3:
- Ubuntu 14.04.1 64-bit with most of the latest updates and numerous
packages installed
- MATE 1.8.0 installed from http://repo.mate-desktop.org/archive/1.8/ubuntu
-Mike#2
Processing commands for control(a)bugs.x2go.org:
> clone 590 -1
Bug #590 [x2goclient] X2Go Client for Windows with libssh-0.5.x: cannot connect to hpn-enabled SSH servers
Bug 590 cloned as bug 600
> retitle -1 reintroduce zlib support for libssh
Bug #600 [x2goclient] X2Go Client for Windows with libssh-0.5.x: cannot connect to hpn-enabled SSH servers
Changed Bug title to 'reintroduce zlib support for libssh' from 'X2Go Client for Windows with libssh-0.5.x: cannot connect to hpn-enabled SSH servers'
>
End of message, stopping processing here.
Please contact me if you need assistance.
--
590: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=590
600: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=600
X2Go Bug Tracking System
Contact owner(a)bugs.x2go.org with problems
Hey Alex,
Can you explain why libssh-0.6.3 fails to build under MinGW 4.8.2?
libssh_threads.dll fails to build; libssh.dll builds successfully.
However, lib\libssh.dll.a is never generated.
The exact version of MinGW used is listed on the wiki page.
http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient…
It's the same version as QT 4.8.6 tells you to install, except it's
"rev4" instead of "rev3".
See attachment.
-Mike#2
Hi guys,
I've started investigating or working on multiple tasks, but never
finished them.
These are going to be my priorities for the next few months:
1. Fixing any major bugs/regressions in X2Go Client for Windows before
we release 4.0.3.0 (due next month probably.)
2. Providing any security fixes for 3rd party components in X2Go
Client for Windows.
3. Getting any GNOME3 compatibility fixes/packages into Debian 8
Jessie, Ubuntu 14.10 Utopic Unicorn, and Fedora 21. I will prioritize
those distros in that order.
4. Adding support for new desktop environments in X2Go before we
release X2Go Client 4.0.3.0.
(See this email thread.)
http://lists.x2go.org/pipermail/x2go-dev/2014-August/007929.html
5. Upstreaming the Pageant support patch for libssh 0.6.x (see bug: #590).
-Mike#2
Package: x2goclient
Version: 4.0.2.1+hotfix1+build4
Severity: minor
tags + build-win32
Bug #528 was not fixed completely:
http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=528
Screenshot:
http://imgur.com/tCeeFsW
At least this only affects the end of the installer, but it still
looks unprofessional.
tag #590 pending
fixed #590 4.0.3.0
thanks
Hello,
X2Go issue #590 (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=1b24ad2
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 1b24ad238fbd1bf7d95bc0179f6ccafe13d7536f
Author: Mike DePaulo <mikedep333(a)gmail.com>
Date: Sat Sep 6 21:30:02 2014 -0400
Upgrade libssh from 0.5.5 to 0.6.3, including the Pageant support patch (Fixes: #590)
diff --git a/debian/changelog b/debian/changelog
index 7aec292..bf99dca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -60,6 +60,10 @@ x2goclient (4.0.3.0-0x2go1) UNRELEASED; urgency=low
directory as the cwd. So they were not affected.) (Fixes: #587)
- Windows: Make the desktop shortcut optional during install,
but still the default.
+ - Windows: Upgrade libssh from 0.5.5 to 0.6.3. This fixes connecting to
+ hpn-enabled SSH servers. The Pageant support patch from the KDE Windows
+ project was ported to 0.6.3 by myself and Mike Frederick.
+ (Gmail: psududemike) (Fixes: #590)
- Windows: Win32 OpenSSL updated from 1.0.1h to 1.0.1i, which fixes the
9 CVEs announced on 2014-08-06.
- Windows: Cygwin OpenSSL updated from 1.0.1h-1 to 1.0.1i-1, which fixes the