- Open a text editor
- Copy and paste the following text into the editor:
[Desktop Entry]
Version=1.0
Name=Eclipse
Comment=Java IDE<br>Type=Application
Categories=Development;IDE;
Exec=/home/{username}/Programs/eclipse/eclipse<br>Terminal=false
StartupNotify=true
Icon=/home/{username}/Programs/eclipse/icon.xpm
Name[en_US]=Eclipse
- Update any paths if you extracted Eclipse to a different location
- Save the file as eclipse.desktop in /home/{username}/.local/share/applications/
- Reboot your machine
- Search for Eclipse
- Drag and drop the Eclipse icon to the launcher
Tag: ubuntu
Install Komodo IDE in ubuntu
Komodo IDE is used for dynamic coding languages which has features derived from the embedded python interpreter.
Komodo Edit in Ubuntu.
sudo add-apt-repository ppa:mystic-mirage/komodo-edit
sudo apt-get update
sudo apt-get install komodo-edit
Source: Komodo IDE – Wikipedia.
Add Sublime Text in Ubuntu
Install via the Package Manager(apt-get):
Simply add to your packages:
For Sublime-Text-2:
sudo add-apt-repository ppa:webupd8team/sublime-text-2
sudo apt-get update
sudo apt-get install sublime-text
For Sublime-Text-3:
sudo add-apt-repository ppa:webupd8team/sublime-text-3
sudo apt-get update
sudo apt-get install sublime-text-installer