]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
- inform chromium about wrapper used
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 15 Jan 2012 21:21:39 +0000 (21:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    chromium-browser.sh -> 1.9

chromium-browser.sh

index eddc6f769a718df389ec457fe36fdd19b7c827e4..5cbddc0f1d9b01f60f0fa80532342145fea10fbf 100644 (file)
@@ -25,6 +25,9 @@ fi
 # Set CHROME_VERSION_EXTRA visible in the About dialog and in about:version
 export CHROME_VERSION_EXTRA="PLD Linux"
 
+# Let the wrapped binary know that it has been run through the wrapper
+export CHROME_WRAPPER="$(readlink -f "$0")"
+
 # Google Chrome has a number of command line switches which change the behavior of Chrome
 # This param allows you to set extra args for browser startup.
 # See: http://peter.sh/experiments/chromium-command-line-switches/
This page took 0.048451 seconds and 4 git commands to generate.