Skip to content

Instantly share code, notes, and snippets.

@nicolasrosa
Forked from alefteris/smartgit.desktop
Last active August 2, 2018 00:16
Show Gist options
  • Save nicolasrosa/0d5dca20fbe21a8fd1f24a64d39509db to your computer and use it in GitHub Desktop.
Save nicolasrosa/0d5dca20fbe21a8fd1f24a64d39509db to your computer and use it in GitHub Desktop.
Smartgit desktop file for use with Ubuntu Unity launcher
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=SmartGit
Keywords=git;hg;svn;mercurial;subversion
Comment=Git-Client with Hg- and SVN-support
Type=Application
Categories=Development;RevisionControl
Terminal=false
StartupNotify=true
StartupWMClass=SmartGit
Exec="/opt/smartgit/bin/smartgit.sh" %u
MimeType=x-scheme-handler/git;x-scheme-handler/smartgit;x-scheme-handler/sourcetree;
Icon=/opt/smartgit/bin/smartgit-64.png
@nicolasrosa
Copy link
Author

nicolasrosa commented Aug 2, 2018

Save the created file on ".local/share/applications" or "/usr/share/applications" folders

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment