Place it in ~/.local/share/applications and /usr/share/applications Name the file google-chrome.desktop
Last active
December 30, 2016 17:23
-
-
Save peterforgacs/934eb1953dd7080781cb748aa27b539b to your computer and use it in GitHub Desktop.
Ubunutu 16.04 Gnome Chrome Launcher desktop file
This file contains hidden or 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
[Desktop Entry] | |
Name=Google Chrome | |
Comment= | |
Exec=/usr/bin/google-chrome-stable %U | |
Icon=/opt/google/chrome/product_logo_64.png | |
StartupWMClass=google-chrome | |
Terminal=false | |
Type=Application | |
Categories=Internet | |
MimeType=x-scheme-handler/unknown;x-scheme-handler/about;x-scheme-handler/https;x-scheme-handler/http;text/html; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment