[X2Go-Dev] Bug#141: X2Gobroker: session autologin does not work

2013-03-07 Thread Anders Bruun Olsen
Package: x2gobroker Version: 0.0.0.7 When broker-session-autologin=true is set for a profile, a temp ssh-key-pair is generated. The pubkey is added to %h/.x2go/authorized_keys on the term-server and the private key is given to x2goclient. Unfortunately this does not seem to work for us. When we

[X2Go-Dev] Processed: Re: Bug#141: X2Gobroker: session autologin does not work

2013-03-07 Thread X2Go Bug Tracking System
Processing commands for cont...@bugs.x2go.org: reassign #141 x2goclient Bug #141 [x2gobroker] X2Gobroker: session autologin does not work Bug reassigned from package 'x2gobroker' to 'x2goclient'. No longer marked as found in versions 0.0.0.7. Ignoring request to alter fixed versions of bug #141

[X2Go-Dev] Bug#141: X2Gobroker: session autologin does not work

2013-03-07 Thread Mike Gabriel
reassign #141 x2goclient found #141 4.0.0.4 tag #141 moreinfo thanks Hi Anders, I suspect that this is not a broker issue. On Do 07 Mär 2013 10:50:13 CET Anders Bruun Olsen wrote: When broker-session-autologin=true is set for a profile, a temp ssh-key-pair is generated. The pubkey is added

[X2Go-Dev] Bug#142: x2goclient output on stdout

2013-03-07 Thread Kjell Otto
Package: x2goclient Version: 4.0.0.4 The x2goclient has extreme output on stdout while running. It's more noise then signal and therefor, I've wrapped all the printouts with #ifdef DEBUG and a #undef DEBUG on the onmainwindow.cpp file. Then I've added in printout statements that are parsable

[X2Go-Dev] Bug#142: x2goclient output on stdout

2013-03-07 Thread Mike Gabriel
Hi Otto, On Do 07 Mär 2013 13:51:25 CET Kjell Otto wrote: Package: x2goclient The x2goclient has extreme output on stdout while running. It's more noise then signal and therefor, I've wrapped all the printouts with #ifdef DEBUG and a #undef DEBUG on the onmainwindow.cpp file. Then I've added

[X2Go-Dev] Bug#143: nx-libs installs into wrong location

2013-03-07 Thread Jan Engelhardt
Package: nx-libs Version: 3.5.0.17 Installation is done using make install \ INSTALL_DIR=install -dm0755 \ INSTALL_FILE=install -pm0644 \ INSTALL_PROGRAM=install -pm0755 \ DESTDIR=/var/tmp/whatever PREFIX=/usr \ NXLIBDIR=/usr/lib64/nx

[X2Go-Dev] Bug#143: nx-libs installs into wrong location

2013-03-07 Thread Jan Engelhardt
On Thursday 2013-03-07 19:12, Mike Gabriel wrote: make install \ INSTALL_DIR=install -dm0755 \ INSTALL_FILE=install -pm0644 \ INSTALL_PROGRAM=install -pm0755 \ DESTDIR=/var/tmp/whatever PREFIX=/usr \ NXLIBDIR=/usr/lib64/nx X2GOLIBDIR=/usr/lib/x2go And at the