Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trungkak/6944de8ea9a4a48e509ae2ec3350a435 to your computer and use it in GitHub Desktop.
Save trungkak/6944de8ea9a4a48e509ae2ec3350a435 to your computer and use it in GitHub Desktop.
How to create ubuntu unitiy dash launcher for smartsvn application
1.Create desktop config file
sudo nano /usr/share/applications/smartsvn.desktop
2. Put the text below
[Desktop Entry]
Name=SmartSVN
Name[en]=SmartSVN
Name[ru]=SmartSVN
Comment=SmartSVN
Exec=/home/pavel/work/smartsvn/bin/smartsvn.sh
Icon=/home/pavel/work/smartsvn/bin/smartsvn-64.png
Terminal=false
Type=Application
StartupNotify=true
Encoding=UTF-8
Categories=Network;Application;Development;
3. Save the file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment