Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- ListView.build
- flutter tcpip client
- dart:io
- c
- flutter
- flutter tcpip server
- Listview filtering
- TCPIP
- AlertDialog
- Server
- debugShowCheckedModeBanner
- Properties.Settings.Default
- ubuntu 19 한글 입력
- debug banner
- flutter button
- array
- showDialog
- peaks
Archives
- Today
- Total
Louie De Janeiru
Ubuntu Eclipse Icon link 본문
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 |