Skip to content

Commit

Permalink
adding the ghini.desktop file to the local share applications structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrasca committed Oct 3, 2016
1 parent b2caca0 commit 49e79ce
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions scripts/devinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,19 @@ cat <<EOF | sudo tee /usr/local/bin/ghini > /dev/null
$HOME/.virtualenvs/ghide/bin/ghini
EOF
sudo chmod +x /usr/local/bin/ghini

cat <<EOF | sudo tee /usr/local/share/applications/ghini.desktop > /dev/null
#!/bin/bash
[Desktop Entry]
Type=Application
Name=Ghini Desktop
Version=1.0
GenericName=Biodiversity Manager
Icon=$HOME/.virtualenvs/ghide/share/icons/hicolor/scalable/apps/ghini.svg
TryExec=/usr/local/bin/ghini
Exec=/usr/local/bin/ghini
Terminal=false
StartupNotify=false
Categories=Qt;Education;Science;Geography;
Keywords=botany;botanic;
EOF

0 comments on commit 49e79ce

Please sign in to comment.