This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch heuler/openbox-magic-pixel-workaround-bookworm in repository live-build-x2go. from c782921 removed bashism as we are forced to use dash in bookworm new e33acf6 fixed tcedebug commandline parameter The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: .../includes.chroot/etc/X11/Xsession.d/61x11-start-x2goclient | 11 ++++++++++- .../lib/live/config/2900-x2go-thinclientconfig | 1 - 2 files changed, 10 insertions(+), 2 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch heuler/openbox-magic-pixel-workaround-bookworm in repository live-build-x2go. commit e33acf68bbbb9b21484b010e1a32f1aab497afe5 Author: Stefan Baur (BAUR-ITCS) <kontakt@baur-itcs.de> Date: Fri Feb 9 16:29:51 2024 +0100 fixed tcedebug commandline parameter --- .../includes.chroot/etc/X11/Xsession.d/61x11-start-x2goclient | 11 ++++++++++- .../lib/live/config/2900-x2go-thinclientconfig | 1 - 2 files changed, 10 insertions(+), 2 deletions(-) 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 ae3f681..43f6fa4 100644 --- a/config/includes.chroot/etc/X11/Xsession.d/61x11-start-x2goclient +++ b/config/includes.chroot/etc/X11/Xsession.d/61x11-start-x2goclient @@ -108,4 +108,13 @@ if [ -n "$THROTTLEVALUES" ]; then fi fi -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 +# this is for additional debug logging +if grep -q ' tcedebug' /proc/cmdline; then + while ! [ -f /var/log/x2goclient ] ; do + echo "'$0' is waiting for the creation of the '/var/log/x2goclient' file." + sleep 2 + done + DEBUGPARAMS='--debug 2>&1 | tee /var/log/x2goclient >/dev/tty9' +fi + +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 $DEBUGPARAMS diff --git a/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig b/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig index 87860ee..15061a9 100755 --- a/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig +++ b/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig @@ -23,7 +23,6 @@ sed -i -e '/ToggleMaximize/d' /etc/xdg/openbox/rc.xml if grep -q ' tcedebug' /proc/cmdline; then touch /var/log/x2goclient chmod 666 /var/log/x2goclient - DEBUGPARAMS='--debug 2>&1 | tee /var/log/x2goclient >/dev/tty9' fi # This is needed for File Sharing support (USB media and the like) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git