[X2Go-Commits] [live-build-x2go] 33/60: contrary to what the documentation says, we need square brackets for the homepage list, and a blank after each comma
git-admin at x2go.org
git-admin at x2go.org
Mon Nov 28 19:43:50 CET 2022
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch feature/mate-minidesktop-buster
in repository live-build-x2go.
commit 8f70c10e661335d4a43bf66d464455185ca08a90
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date: Tue Jun 23 00:11:12 2020 +0200
contrary to what the documentation says, we need square brackets for the
homepage list, and a blank after each comma
---
config/includes.chroot/lib/live/config/2900-chromium-config | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/includes.chroot/lib/live/config/2900-chromium-config b/config/includes.chroot/lib/live/config/2900-chromium-config
index c2f134b..cb58e6f 100755
--- a/config/includes.chroot/lib/live/config/2900-chromium-config
+++ b/config/includes.chroot/lib/live/config/2900-chromium-config
@@ -15,7 +15,7 @@ ChromiumConfig ()
if [ -z "$HOMEPAGEURL" ] ; then
HOMEPAGEURL='http://www.x2go.org/'
else
- HOMEPAGEURL=$(echo -e '"'"$(urldecode "$HOMEPAGEURL")"'"' | sed -e 's#|#","#g')
+ HOMEPAGEURL=$(echo -e '"'"$(urldecode "$HOMEPAGEURL")"'"' | sed -e 's#|#", "#g')
fi
mkdir -p /etc/chromium/policies/managed
mkdir -p /etc/chromium/policies/recommended
@@ -32,7 +32,7 @@ ChromiumConfig ()
"DownloadDirectory": "/home/\${user_name}/Downloads",
"EditBookmarksEnabled": false,
"HomepageIsNewTabPage": false,
- "HomepageLocation": $HOMEPAGEURL,
+ "HomepageLocation": [$HOMEPAGEURL],
"ImportBookmarks": false,
"ImportHistory": false,
"ImportHomepage": false,
--
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