a shortcut to run Eclipse on Ubuntu Unity and to register Eclipse with the left Launcher
In your terminal,
cd ~/.local/share/applications
wget https://gist.github.com/raw/2922285/eclipse.desktop
chmod u+x eclipse.desktop
vim eclipse.desktop
# edit eclipse.desktop to replace "<ECLIPSE_DIR>" with your eclipse directory
- In your terminal,
xdg-open ~/.local/share/applications
to open the directory with the file browser - Drag and drop the
eclipse.desktop
on Unity Launcher
Worked on Ubuntu 20.04. Thanks for creating that repository, I loved!