1. eclipse icon 추가 (ubuntu)
For 11.10 and newer
First, create a .desktop file to eclipse:
gedit ~/.local/share/applications/opt_eclipse.desktop
Then, paste this inside (dont forget to edit Exec and Icon values):
[Desktop Entry]
Type=Application
Name=Eclipse
Comment=Eclipse Integrated Development Environment
Icon=** something like /opt/eclipse/icon.xpm **
Exec= ** something like /opt/eclipse/eclipse **
Terminal=false
Categories=Development;IDE;Java;
After that, open that folder with nautilus:
nautilus ~/.local/share/applications
If you want to use this launcher outside dash/launcher (ex: as a desktop launcher) you need to add execution permission by right clicking the file and choosing Properties -> Permissions -> Allow execution, or, via the command-line:
chmod +x ~/.local/share/applications/opt_eclipse.desktop
Finally drop
opt_eclipse.desktop
to launcher.
2. eclipse color theme 설정
2. 마음에 드는 color theme 선택
3."Eclipse Preferences (EPF) - for Eclipse Import" 클릭
4. 다운로드 받은 파일(*.epf) 저장 (eclipse/theme 폴더나 아무곳)
5. eclipse > File > import > General > Preferences > 다운로드 받은 파일 선택 > Finish
선택한 color theme가 바로 적용 됨.
댓글 없음:
댓글 쓰기