]> git.pld-linux.org Git - packages/chromium-browser-bin.git/commitdiff
set CHROME_DESKTOP="chromium-browser-bin.desktop"
authorElan Ruusamäe <glen@delfi.ee>
Wed, 2 Jan 2013 22:56:03 +0000 (00:56 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 2 Jan 2013 22:56:03 +0000 (00:56 +0200)
chromium-browser.sh [changed mode: 0644->0755]
update-source.sh [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 645a1f5..352507a
@@ -26,4 +26,10 @@ fi
 # Set CHROME_VERSION_EXTRA visible in the About dialog and in about:version
 export CHROME_VERSION_EXTRA="PLD Linux"
 
 # 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 "$@"
 exec @libdir@/chromium-browser "$@"
old mode 100644 (file)
new mode 100755 (executable)
This page took 0.072355 seconds and 4 git commands to generate.