Created
March 23, 2017 06:28
-
-
Save tiagoportaluppi/15db77e14916664aeb909073c77bb62f to your computer and use it in GitHub Desktop.
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
| echo -e '[Desktop Entry]\n Version=46.0.1\n Encoding=UTF-8\n Name=Mozilla Firefox\n Comment=Navegador Web\n Exec=/opt/firefox/firefox\n Icon=/opt/firefox/browser/icons/mozicon128.png\n Type=Application\n Categories=Network' | sudo tee /usr/share/applications/firefox.desktop | |
| // criar app na área de trabalho | |
| sudo chmod +x /usr/share/applications/firefox.desktop | |
| cp /usr/share/applications/firefox.desktop ~/Área\ de\ Trabalho/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment