Last active
August 29, 2015 14:09
-
-
Save adriantorrie/74ec8a226884ac1a6bad to your computer and use it in GitHub Desktop.
Ubuntu 14.04 - Create a launcher for Archi (Archimate Tool)
This file contains 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
cat > ~/.local/share/applications/archi.desktop | |
[Desktop Entry] | |
Encoding=UTF-8 | |
Version=1.0 | |
Type=Application | |
Name=Archi | |
Icon=Archi64 | |
Path=/opt/archi/ | |
Exec=Archi64 | |
StartupNotify=false | |
StartupWMClass=Archi64 | |
OnlyShowIn=Unity; | |
X-UnityGenerated=true | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment