]> git.pld-linux.org Git - packages/chromium-browser-bin.git/blobdiff - chromium-browser.sh
- fix NoSource-md5 lines
[packages/chromium-browser-bin.git] / chromium-browser.sh
old mode 100644 (file)
new mode 100755 (executable)
index e34adcd..352507a
@@ -23,4 +23,13 @@ if [ -z "$m" ]; then
        EOF
 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 "$@"
This page took 0.07481 seconds and 4 git commands to generate.