Skip to content

Instantly share code, notes, and snippets.

@DVG
Created May 26, 2015 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DVG/abe88b018173864d0324 to your computer and use it in GitHub Desktop.
Save DVG/abe88b018173864d0324 to your computer and use it in GitHub Desktop.
Patch Chrome
#!/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