[X2Go-Dev] Bug#1073: XSession-x2go: Hostname not set correctly

2016-08-13 Thread Benjamin Shadwick
I see the problem: cur_hostname="$(hostname)" if [ -z "${cur_name}" ] || [ "${cur_hostname}" = "(none)" ] || [ "${cur_hostname}" = "localhost" ]; then errormsg "Hostname not set correctly; aborting." fi You're setting up a variable "cur_hostname" but then checking whether "cur_name" is

[X2Go-Dev] Bug#1073: XSession-x2go: Hostname not set correctly

2016-08-13 Thread Benjamin Shadwick
$ hostname shodan $ hostname -A shodan.intertron $ cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 shodan # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2

[X2Go-Dev] Bug#1073: XSession-x2go: Hostname not set correctly

2016-08-13 Thread Benjamin Shadwick
Package: x2goserver-xsession Version 4.1.0.0-0~1355~ubuntu16.04.1 When trying to start an LXDE x2go session on an Ubuntu 16.04.1 LTS x64 server via a Windows client, I get a black screen with a white dialog saying "XSession-x2go: Hostname not set correctly; aborting." Debug logging doesn't have

[X2Go-Dev] Bug#1068: x2goserver: Restart of x2goserver fails after upgrade because of misconfiguration in service-file

2016-08-09 Thread Benjamin Shadwick
PID-File doesn't look right to me. Several other services on my system use PIDFile and none use PID-File. I also see this in the log when I try PIDFile: Aug 09 21:05:02 shodan systemd[1]: [/lib/systemd/system/x2goserver.service:7] Unknown lvalue 'PID-File' in section 'Service'

[X2Go-Dev] Bug#1067: x2gomatebindings cannot be installed on Ubuntu MATE 16.04 due to missing libgtk-2.0-bin

2016-08-07 Thread Benjamin Shadwick
Looks like the problem may be that the real package name is libgtk2.0-bin, rather than libgtk-2.0-bin (note the difference in hyphen). ___ x2go-dev mailing list x2go-dev@lists.x2go.org http://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#1067: x2gomatebindings cannot be installed on Ubuntu MATE 16.04 due to missing libgtk-2.0-bin

2016-08-07 Thread Benjamin Shadwick
Package: x2gomatebindings Version: 0.0.1.3-0~160~ubuntu16.04.1 Using Ubuntu MATE x64 16.04.1 LTS (Xenial), I am unable to install x2gomatebindings from the x2go/stable PPA due to a dependency on libgtk-2.0-bin, which is a package that doesn't exist: $ sudo apt-get install x2goserver

[X2Go-Dev] Bug#994: x2goclient x server crashes when launching gitk or git-gui

2016-05-07 Thread Benjamin Shadwick
I can confirm this issue occurs on Windows 10 x64 client with x2goclient v4.0.5.0 and Ubuntu MATE 14.04 LTS x64 x2goserver host. I'm currently testing it in "published applications" mode, in which I started a MATE terminal and then ran 'git gui' from the terminal window. VcXsrv crashes with a