[X2Go-Commits] [x2gothinclient] 01/01: For X2Go TCE in display manager mode, set login backgrounds of all screens (if more than one is used) to a blue'ish background color. (Fixes: #718).

git-admin at x2go.org git-admin at x2go.org
Tue Jan 6 13:22:06 CET 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gothinclient.

commit f25b3813280c210002cbb4dffe16657c9404e717
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Jan 6 13:21:46 2015 +0100

    For X2Go TCE in display manager mode, set login backgrounds of all screens (if more than one is used) to a blue'ish background color. (Fixes: #718).
---
 debian/changelog                    |    5 ++++-
 displaymanager/sbin/x2gothinclientd |    3 +++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 05eae5b..baf2ce8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -59,7 +59,10 @@ x2gothinclient (1.5.0.0-0x2go1) UNRELEASED; urgency=low
     - Don't choke if /etc/resolv.conf in the TCE chroot is a symbolic link
       (in x2gothinclient_shell, x2gothinclient_upgrade).
     - README.i18n: Add file that explains the translation workflow for
-      this package. Thanks to Mark Pedersen-Cook for drafting this file.
+      this package. Thanks to Mark Pedersen-Cook for drafting this file.    
+    - For X2Go TCE in display manager mode, set login backgrounds of all
+      screens (if more than one is used) to a blue'ish background color.
+      (Fixes: #718).
   * debian/control:
     + Rename bin:package: x2gothinclient -> x2gothinclient-daemon.
     + Make sure x2gothinclient-minidesktop pulls in X11 and X2Go Client.
diff --git a/displaymanager/sbin/x2gothinclientd b/displaymanager/sbin/x2gothinclientd
index 9f502da..8df9693 100755
--- a/displaymanager/sbin/x2gothinclientd
+++ b/displaymanager/sbin/x2gothinclientd
@@ -126,6 +126,9 @@ elsif ($pid == 0 )
 			}
 		}
 
+		# set screen background to X2Go default blue on all detected screens
+		`DISPLAY=:0 xsetroot -solid "#246ed8"`;
+
 		# test if pulseaudio is running, if not launch it...
 		if ( !check_pulse() )
 		{

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git


More information about the x2go-commits mailing list