X-Git-Url: http://git.pld-linux.org/?p=packages%2Fchromium-browser-bin.git;a=blobdiff_plain;f=chromium-browser.sh;h=352507a906324c263628382d447dd8925bfa4546;hp=645a1f50c635fec1e910e89f6cccb3038787d944;hb=95ab78138f5eb8843c039b8c7ff66c53ad582db8;hpb=896f8072d14eba17576c8d28e7b40a5e508fdc8d 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 "$@"