Skip to content

Instantly share code, notes, and snippets.

@tirtaabimanyu
Last active April 15, 2019 11:42
Show Gist options
  • Select an option

  • Save tirtaabimanyu/59602c9589322e96fb31108a89152210 to your computer and use it in GitHub Desktop.

Select an option

Save tirtaabimanyu/59602c9589322e96fb31108a89152210 to your computer and use it in GitHub Desktop.
Ubuntu Line Chrome Application Dektop File

sed -i "s/\[your user\]/$(whoami)/" line.desktop
chmod +x line.desktop
sudo mv line.desktop /usr/share/applications/

#!/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