Skip to content

Instantly share code, notes, and snippets.

@raychorn
Forked from byk0t/smartsvn-unity-launcher.txt
Created August 23, 2018 14:53
Show Gist options
  • Save raychorn/97e9bc80738bb298e8d3a1a19c3539e0 to your computer and use it in GitHub Desktop.
Save raychorn/97e9bc80738bb298e8d3a1a19c3539e0 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