sed -i "s/\[your user\]/$(whoami)/" line.desktop
chmod +x line.desktop
sudo mv line.desktop /usr/share/applications/
Last active
April 15, 2019 11:42
-
-
Save tirtaabimanyu/59602c9589322e96fb31108a89152210 to your computer and use it in GitHub Desktop.
Ubuntu Line Chrome Application Dektop 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
| #!/usr/bin/env xdg-open | |
| [Desktop Entry] | |
| Name=Line | |
| Comment=Line Chrome Application | |
| Exec=/opt/google/chrome/google-chrome --app="chrome-extension://ophjlpahpchlmihnnnihgmmeilfjmjjc/index.html" | |
| Icon=/home/[your user]/.config/google-chrome/Default/Extensions/ophjlpahpchlmihnnnihgmmeilfjmjjc/2.2.1_0/res/img/line_logo_96x96_on.png | |
| Terminal=false | |
| Type=Application | |
| StartupNotify=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment