Re: [X2Go-Dev] Can I create an x2goclient branch for 4.0.2.0 with a few commits cherry-picked?

2014-07-10 Thread Stefan Baur
Am 10.07.2014 02:43, schrieb Michael DePaulo:
 As Stefan told me by IM about 4.0.2.1-pre05 (which I am about to
 announce, and is based on 650e1ec):
 Oh. An untranslated string.
 No public key matched
 when specifying a user name that has no SSH privkey in Pageant
 And the welcomah okay
 no regression
 was in Pre03 too
 seems we have few untranslated strings left
 This shouldn't be, as the QT Linguist tool didn't show any untranslated 
 strings.
 But, as they were untranslated in the previous builds, too, that's not
 a showstopper

Errm. That quote looks a bit weird. Window focus had changed while I was
typing it, so part of my message ended up in a different window. So in
case anyone has trouble deciphering it, here's what it should have said:

Oh. An untranslated string. No public key matched when specifying a
user name that has no SSH privkey in Pageant.
*And the welcome message on the login screen says session name on DNS
name.*
*ah okay*
no regression
was in Pre03 too
seems we have a few untranslated strings left
[...]

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


[X2Go-Dev] Bug#544: base_broker.py has some typos and host/port mixups in the remote_sshproxy logic

2014-07-10 Thread Josh Lukens
Package: x2gobroker
Version: 0.0.3.0
Severity: wishlist


base_broker.py has some typos and host/port mixups in the remote_sshproxy 
logic.  Causes internal server error when using profiles with ssh proxy.  Draft 
patch attached.






remote_sshproxy.patch
Description: Binary data
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#544: Bug#544: base_broker.py has some typos and host/port mixups in the remote_sshproxy logic

2014-07-10 Thread Mike Gabriel

Control: tag -1 patch

On  Do 10 Jul 2014 03:48:39 CEST, Josh Lukens wrote:


Package: x2gobroker
Version: 0.0.3.0
Severity: wishlist


base_broker.py has some typos and host/port mixups in the  
remote_sshproxy logic.  Causes internal server error when using  
profiles with ssh proxy.  Draft patch attached.


Will look into it tomorrow...

Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpOFO3TOfQZC.pgp
Description: Digitale PGP-Signatur
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#545: Bug#545: find_busy_servers in agent.py does not return tuple expected as part of recent API change

2014-07-10 Thread Mike Gabriel

Control: tag -1 patch

Hi Josh,

On  Do 10 Jul 2014 04:10:16 CEST, Josh Lukens wrote:


Package: x2gobroker
Version: 0.0.3.0
Severity: wishlist


find_busy_servers in agent.py does not return tuple expected as part  
of recent API change. This breaks use of session broker in cases  
where more than one server is specified in a profile. Draft patch  
attached.


thanks for providing the patch, will look into this tomorrow.

Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpIXT95FkIsH.pgp
Description: Digitale PGP-Signatur
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Processed: Re: Bug#544: base_broker.py has some typos and host/port mixups in the remote_sshproxy logic

2014-07-10 Thread X2Go Bug Tracking System
Processing control commands:

 tag -1 patch
Bug #544 [x2gobroker] base_broker.py has some typos and host/port mixups in the 
remote_sshproxy logic
Added tag(s) patch.

-- 
544: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=544
X2Go Bug Tracking System
Contact ow...@bugs.x2go.org with problems
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Processed: Re: Bug#545: find_busy_servers in agent.py does not return tuple expected as part of recent API change

2014-07-10 Thread X2Go Bug Tracking System
Processing control commands:

 tag -1 patch
Bug #545 [x2gobroker] find_busy_servers in agent.py does not return tuple 
expected as part of recent API change
Added tag(s) patch.

-- 
545: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=545
X2Go Bug Tracking System
Contact ow...@bugs.x2go.org with problems
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#543: Bug#543: x2golistdesktops locks up if xwininfo does

2014-07-10 Thread Mike Gabriel

Control: tag -1 patch

On  Mi 09 Jul 2014 23:57:09 CEST, Gregory R. Warnes wrote:


Hi,  my server had a ?weird? file in /tmp/.X11-unix/ for which  
xwininfo would never return, locking up x2golistdesktops.


The solution is to provide a timeout for the shell call to xwininfo.  
 This can be accomplished either using the shell command ?timeout?  
or the Perl IPC::Run module (as described in the first response to  
http://stackoverflow.com/questions/16918005/time-out-when-using-system-cmd-in-perl).


For my purpose, I?ve used the shell timeout command. Patch below.

-Greg


--- /usr/bin/x2golistdesktops   2014-04-03 10:14:22.0 -0500
+++ x2golistdesktops2014-07-09 16:43:54.0 -0500
@@ -43,7 +43,7 @@
$serv=hostname;
 }

-my $rsess=`x2golistsessions x2goserver |grep _stR`;
+my $rsess=`timeout 1s x2golistsessions x2goserver |grep _stR`;
 my @rsess=split(\n,$rsess);
 my @rdisplays;
 for (my $i=0;$i@rsess;$i++)
@@ -67,7 +67,7 @@
$checkdisp=${checkdisp}I;
if (!( $rdisp =~ m/$checkdisp/ ))
{
-   my $inf=`xwininfo -root -display $display 2 /dev/null`;
+   my $inf=`timeout 1s xwininfo -root -display $display 2 
/dev/null`;
if ( $inf=~ m/geometry/)
{
print $uname\@$display\n;
@@ -88,4 +88,4 @@
 }

 # closing syslog
-closelog;
\ No newline at end of file
+closelog;
w


The glorious question here is, actually: Why does xwininfo hang in the  
first place?


Mike
--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpWemkmwQPvX.pgp
Description: Digitale PGP-Signatur
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev