Created
May 26, 2015 13:22
-
-
Save DVG/abe88b018173864d0324 to your computer and use it in GitHub Desktop.
Patch Chrome
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/bash | |
cp /usr/share/applications/google-chrome.desktop ~/google-chrome.desktop.bak~ | |
sudo sed -i 's/\/usr\/bin\/google\-chrome\-stable/\/usr\/bin\/google\-chrome\-stable \-\-touch\-devices=123/g' /usr/share/applications/google-chrome.desktop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment