This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/openbox-magic-pixel-workaround-bullseye in repository live-build-x2go. commit f31a3300ef1c99025c82b9627e5e4edb1bd618c6 Author: Stefan Baur (BAUR-ITCS) <kontakt@baur-itcs.de> Date: Sat Mar 12 17:22:44 2022 +0100 Revert "manually enforce fullscreen even if thinclient mode is set" - won't help, the issue is systemd not starting openbox (due to a package outside the git tree requiring systemd) This reverts commit 47a0eee09c116ef3c47be19617c9003847f732b36. --- config/includes.chroot/etc/X11/Xsession.d/61x11-start-x2goclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/includes.chroot/etc/X11/Xsession.d/61x11-start-x2goclient b/config/includes.chroot/etc/X11/Xsession.d/61x11-start-x2goclient index 0e25321..e22b47e 100644 --- a/config/includes.chroot/etc/X11/Xsession.d/61x11-start-x2goclient +++ b/config/includes.chroot/etc/X11/Xsession.d/61x11-start-x2goclient @@ -100,4 +100,4 @@ if [ -n "$THROTTLEVALUES" ]; then fi fi -eval $THROTTLINGCOMMAND x2goclient --thinclient --maximize --no-session-edit --no-menu --maximize --add-to-known-hosts --haltbt --read-exports-from=/home/user/export $LDAPPARAMS $SESSIONFROM $BACKGROUND $BRANDING $STARTSESSION +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 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git