Created
December 23, 2016 12:14
-
-
Save byk0t/b5cbd2f2f77bc8782728e2f7ac13a17e to your computer and use it in GitHub Desktop.
How to create ubuntu unitiy dash launcher for smartsvn application
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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