commit 95ab78138f5eb8843c039b8c7ff66c53ad582db8
Author: Elan Ruusamäe <[email protected]>
Date: Thu Jan 3 00:56:03 2013 +0200
set CHROME_DESKTOP="chromium-browser-bin.desktop"
chromium-browser.sh | 6 ++++++
1 file changed, 6 insertions(+)
---
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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser-bin.git/commitdiff/95ab78138f5eb8843c039b8c7ff66c53ad582db8
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit