Skip to content

Instantly share code, notes, and snippets.

@mariuz
Created April 12, 2012 11:30
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 mariuz/2366633 to your computer and use it in GitHub Desktop.
Save mariuz/2366633 to your computer and use it in GitHub Desktop.
cat ~/Desktop/google-chrome.desktop with --enable-webgl --ignore-gpu-blacklist --disable-enforced-throttling
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Name=Google Chrome
# Only KDE 4 seems to use GenericName, so we reuse the KDE strings.
# From Ubuntu's language-pack-kde-XX-base packages, version 9.04-20090413.
GenericName=Web Browser
Exec=/opt/google/chrome/google-chrome --enable-webgl --ignore-gpu-blacklist --disable-enforced-throttling %U
Terminal=false
Icon=google-chrome
Type=Application
Categories=Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml_xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment