From 95ab78138f5eb8843c039b8c7ff66c53ad582db8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 3 Jan 2013 00:56:03 +0200 Subject: [PATCH] set CHROME_DESKTOP="chromium-browser-bin.desktop" --- chromium-browser.sh | 6 ++++++ update-source.sh | 0 2 files changed, 6 insertions(+) mode change 100644 => 100755 chromium-browser.sh mode change 100644 => 100755 update-source.sh diff --git a/chromium-browser.sh b/chromium-browser.sh old mode 100644 new mode 100755 index 645a1f5..352507a --- a/chromium-browser.sh +++ b/chromium-browser.sh @@ -26,4 +26,10 @@ fi # Set CHROME_VERSION_EXTRA visible in the About dialog and in about:version export CHROME_VERSION_EXTRA="PLD Linux" +# Allow $CHROME_DESKTOP to override the built-in value, so that development +# versions can set themselves as the default without interfering with +# non-official, packaged versions using the built-in value. +# https://src.chromium.org/svn/trunk/src/chrome/browser/shell_integration_linux.cc +export CHROME_DESKTOP="chromium-browser-bin.desktop" + exec @libdir@/chromium-browser "$@" diff --git a/update-source.sh b/update-source.sh old mode 100644 new mode 100755 -- 2.43.0