Skip to content

Instantly share code, notes, and snippets.

@adriantorrie
Last active August 29, 2015 14:08
Show Gist options
  • Select an option

  • Save adriantorrie/e1acc72c245a2bb28c7a to your computer and use it in GitHub Desktop.

Select an option

Save adriantorrie/e1acc72c245a2bb28c7a to your computer and use it in GitHub Desktop.
Ubuntu 14.04 - Create a launcher for LightTable
cat > ~/.local/share/applications/ltbin.desktop
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Name=Light Table
Icon=ltbin
Path=~/
Exec=light-table
StartupNotify=false
StartupWMClass=Ltbin
OnlyShowIn=Unity;
X-UnityGenerated=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment