Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

First desktop entries #43

Merged
merged 3 commits into from
Dec 30, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions desktop_entries/eclipse.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Desktop Entry]
Type=Application
Name=Eclipse
Comment=Eclipse Integrated Development Environment
Icon=~/eclipse-installer/eclipse-inst/icon.xpm
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The installation create this path? is so repetitive. if this is it i can edit the eclipse-install script.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know if it installed elsewhere, but that would be the default if under ~/

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Yapi install eclipse-installer in home directory of user, so the ~ path is right

Exec=~/eclipse-installer/eclipse-inst/eclipse
Terminal=false
Categories=Development;IDE;Java;
StartupWMClass=Eclipse
9 changes: 9 additions & 0 deletions desktop_entries/intelliJ.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Desktop Entry]
Version=13.0
Type=Application
Terminal=false
Icon=~/.intellij-13/bin/idea.png
Name=IntelliJ
Exec=~/.intellij-13/bin/idea.sh
Name=IntelliJ
Icon=~/.intellij-13/bin/idea.png
10 changes: 10 additions & 0 deletions desktop_entries/pycharm.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=PyCharm
Icon=/opt/pycharm-2017.1.1/bin/pycharm.png
Exec="/opt/pycharm-2017.1.1/bin/pycharm.sh" %f
Comment=The Drive to Develop
Categories=Development;IDE;
Terminal=false
StartupWMClass=jetbrains-pycharm
2 changes: 2 additions & 0 deletions scripts/eclipseInstaller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ wget -O eclipseInst.tar.gz ftp.fau.de/eclipse/oomph/products/eclipse-inst-linux6
tar zxvf eclipseInst.tar.gz
sudo rm -r eclipseInst.tar.gz
ln -s ~/eclipse-installer/eclipse-inst /usr/local/bin/eclipse-inst
cd ~/
cp YAPI/desktop_entries/eclipse.desktop .local/share/applications/eclipse.desktop