This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch feature/openbox in repository live-build-x2go. from 65d1f40 Fixup last patch: more quotes, no useless use of cat. new 674f12e Check for branding.svg when applying branding image - not background.svg. 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: config/includes.chroot/lib/live/config/2800-x2go-thinclientconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/openbox in repository live-build-x2go. commit 674f12e579911e0b73b1d1e409bea92d8c7acd6c Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Jul 26 22:24:29 2017 +0200 Check for branding.svg when applying branding image - not background.svg. --- config/includes.chroot/lib/live/config/2800-x2go-thinclientconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/includes.chroot/lib/live/config/2800-x2go-thinclientconfig b/config/includes.chroot/lib/live/config/2800-x2go-thinclientconfig index 49b9f0f..519e31c 100755 --- a/config/includes.chroot/lib/live/config/2800-x2go-thinclientconfig +++ b/config/includes.chroot/lib/live/config/2800-x2go-thinclientconfig @@ -147,7 +147,7 @@ if [ -e "/home/user/custom/background.svg" ]; then fi # append custom branding image if one was retrieved to additional options -if [ -e "/home/user/custom/background.svg" ]; then +if [ -e "/home/user/custom/branding.svg" ]; then ADDOPTS="\$ADDOPTS --branding='/home/user/custom/branding.svg'" fi -- 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