Skip to content

Instantly share code, notes, and snippets.

@byk0t
Created December 23, 2016 12:14
Show Gist options
  • Save byk0t/b5cbd2f2f77bc8782728e2f7ac13a17e to your computer and use it in GitHub Desktop.
Save byk0t/b5cbd2f2f77bc8782728e2f7ac13a17e 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