/google-chrome-unstable Secret
Created
October 25, 2014 15:08
Star
You must be signed in to star a gist
SPDY workaround for Chrome@Debian
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
/usr/bin/google-chrome-unstable.orig --use-spdy=off $@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# run all of this as root | |
cd /usr/bin | |
mv google-chrome-unstable google-chrome-unstable.orig | |
nano google-chrome-unstable # or any other editor | |
chmod +x google-chrome-unstable | |
# better copy this because every update will replace google-chrome-unstable again | |
cp google-chrome-unstable google-chrome-unstable.new |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## after updating Chrome run this as root and you should be good to go again | |
cd /usr/bin | |
mv google-chrome-unstable.new google-chrome-unstable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Filed issue for the bug: https://crbug.com/436835 .