Wednesday, April 16, 2014

Google Chrome desktop shortcut in Gnome 3

Here is my way of creating a Google Chrome desktop shortcut in Gnome 3:

Create a file called Google Chrome.desktop in /home/name of user/Desktop:



#!/usr/bin/env xdg-open

[Desktop Entry]
Type=Application
Name=Google Chrome
Exec='/opt/google/chrome/google-chrome'
Terminal=false
Icon=/opt/google/chrome/product_logo_256.png



Save the file. Double-click on the file.


http://www.youtube.com/watch?v=-7slN_kAoeY&feature=youtu.be


No comments: