[X2Go-Commits] [x2goserver] 02/02: fix for last commit
    git-admin at x2go.org 
    git-admin at x2go.org
       
    Sat Jun 21 02:03:27 CEST 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch release/4.0.1.x
in repository x2goserver.
commit 4c0120af3465c0f2224cb86d34b9dc0702c1f19a
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat Jun 21 02:02:04 2014 +0200
    fix for last commit
---
 x2goserver/bin/x2golistdesktops |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x2goserver/bin/x2golistdesktops b/x2goserver/bin/x2golistdesktops
index b4134a8..0d9f69e 100755
--- a/x2goserver/bin/x2golistdesktops
+++ b/x2goserver/bin/x2golistdesktops
@@ -76,7 +76,7 @@ for(my $i=0;$i<@outp;$i++)
 	{
 		if ( grep { $_ eq "$uname\@$display" } @displays ) {
 		} else {
-			my $inf=system_capture_stdout_output("xwininfo", "-root", "-display", "$display");
+			my $inf=`xwininfo -root -display $display`;
 			if ( $inf=~ m/geometry/)
 			{
 				push (@displays, "$uname\@$display");
--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
    
    
More information about the x2go-commits
mailing list