[X2Go-Commits] [live-build-x2go] 03/26: added workaround for NX "magic pixel" being active in --thinclient mode
git-admin at x2go.org
git-admin at x2go.org
Wed Jan 24 18:31:48 CET 2018
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch feature/openbox-stretch
in repository live-build-x2go.
commit 667a0bb52050d6ed652cdb1ee07a25cd700ccf76
Author: Stefan Baur <kontakt at baur-itcs.de>
Date: Sat Nov 4 23:54:15 2017 +0100
added workaround for NX "magic pixel" being active in --thinclient mode
---
config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig | 5 +++++
config/package-lists/magic-pixel-workaround.chroot | 3 +++
2 files changed, 8 insertions(+)
diff --git a/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig b/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig
index d5adaf7..522913e 100755
--- a/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig
+++ b/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig
@@ -232,6 +232,11 @@ if [ -n "\$BLANKINGTIME" ]; then
fi
fi
+# workaround for NX "magic pixel" being active in --thinclient mode
+while true ; do
+ ps -C xdotool >/dev/null || xdotool search . behave %@ blur windowmap ;
+done &
+
eval \$THROTTLINGCOMMAND x2goclient --thinclient --no-session-edit --no-menu --maximize --add-to-known-hosts --haltbt --read-exports-from=/home/user/export \$LDAPPARAMS \$SESSIONFROM \$BACKGROUND \$BRANDING \$STARTSESSION
XSESSION
diff --git a/config/package-lists/magic-pixel-workaround.chroot b/config/package-lists/magic-pixel-workaround.chroot
new file mode 100644
index 0000000..9c0cb9d
--- /dev/null
+++ b/config/package-lists/magic-pixel-workaround.chroot
@@ -0,0 +1,3 @@
+libxdo3
+libxkbcommon0
+xdotool
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git
More information about the x2go-commits
mailing list