[X2Go-Commits] [live-build-x2go] 01/01: use fvwm on this branch

git-admin at x2go.org git-admin at x2go.org
Fri Apr 28 12:06:45 CEST 2017


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

x2go pushed a commit to branch feature/fvwm
in repository live-build-x2go.

commit 4534059574bdca56013fc9cc500ca1d1feb16c2f
Author: Juri Grabowski <gratuxri at gmail.com>
Date:   Fri Apr 28 12:07:20 2017 +0200

    use fvwm on this branch
---
 .../lib/live/config/2800-x2go-thinclientconfig                | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/config/includes.chroot/lib/live/config/2800-x2go-thinclientconfig b/config/includes.chroot/lib/live/config/2800-x2go-thinclientconfig
index 6ccf009..6671412 100755
--- a/config/includes.chroot/lib/live/config/2800-x2go-thinclientconfig
+++ b/config/includes.chroot/lib/live/config/2800-x2go-thinclientconfig
@@ -7,15 +7,6 @@ X2GoThinClientConfig ()
 #
 echo -n " x2go-thinclientconfig"
 
-# using xmlstarlet would mean wasting yet another Megabyte of space ...
-# disable virtual desktops
-sed -i -e 's#<number>4</number>#<number>1</number>#' /etc/xdg/openbox/rc.xml
-# disable OpenBox keyboard bindings
-# this also disables the context menu (would be accessible in xinerama) and things like Alt-F4 for X2GoClient, Xephyr, etc.
-sed -i -e '/<keyboard>/,/<\/keyboard>/{//!d}' /etc/xdg/openbox/rc.xml
-# make sure OpenBox maximizes X2GoClient on launch and hides window decorations
-sed -i -e '\#<applications>#a<application title="X2Go Client" type="normal">' -e '\#<applications>#a<decor>no</decor>' -e '\#<applications>#a</application>' /etc/xdg/openbox/rc.xml
-
 cat >/home/user/.xsession <<XSESSION
 # inspired by 
 # http://code.x2go.org/gitweb?p=x2gothinclient.git;a=blob_plain;f=displaymanager/sbin/x2gothinclientd;h=6897d42d17bd6778e7de5e62ec3f51727d4e8800;hb=HEAD
@@ -80,7 +71,7 @@ for NEXT_DISPLAY in \$(LANG=C xrandr 2>/dev/null | grep ' connected ' | cut -d '
 done
 
 # Spawn openbox
-openbox &
+dbus-launch fvwm &
 
 # set screen background to X2Go default blue on all detected screens
 xsetroot -solid "#246ed8"

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


More information about the x2go-commits mailing list