Louie De Janeiru

Ubuntu Eclipse Icon link 본문

Linux

Ubuntu Eclipse Icon link

Louiey 2017. 1. 4. 08:56

http://askubuntu.com/questions/329673/how-can-i-fix-program-icons-that-appear-as-a-question-mark-in-the-launcher


Please refer above


1) sudo gedit /usr/share/applications/eclipse.desktop

2) add the following text to the file:

[Desktop Entry]
Name=Eclipse 
Type=Application
Exec=env UBUNTU_MENUPROXY= <path_to_eclipse>/eclipse
Terminal=false
Icon=<path_to_eclipse>/icon.xpm
Comment=Integrated Development Environment
NoDisplay=false
Categories=Development;IDE;
Name[en]=eclipse.desktop

3) sudo desktop-file-install /usr/share/applications/eclipse.desktop

4) cd /usr/local/bin/

5) sudo ln -s <path_to_eclipse>/eclipse

6) sudo cp <path_to_eclipse>/icon.xpm /usr/share/pixmaps/eclipse.xpm

'Linux' 카테고리의 다른 글

Linux on Windows, WSL, build error while build mtk linkit7697_hdk  (0) 2019.05.05
.run file install on Ubuntu  (0) 2017.03.05
Ubuntu QT install  (0) 2017.01.01
Ubuntu Eclipse 설치하기  (0) 2016.12.31
Ubuntu JAVA_HOME 설정하기  (0) 2016.12.31