1. Tạo file eclipse.desktop
Sử dụng một editor
bất kì để tạo file trong thư mục /usr/share/applications.
Ví dụ sử dụng gedit
:
$ sudo gedit /usr/share/applications/eclipse.desktop
2. Thêm nội dung sau vào file vừa tạo và lưu lại.
[Desktop Entry] Encoding=UTF-8 Name=Eclipse Comment=Eclipse Mars 4.5.1 Exec=/path/to/your/eclipse_folder/eclipse Icon=/path/to/your/eclipse_folder/icon.xpm Terminal=false Type=Application Categories=GNOME;Application;Development; StartupNotify=true