
최근 다음 단계에 따라 가상 Ubuntu 머신에 LiClipse를 설치했습니다.
Download latest version of LiClipse from the official website.
Extract the downloaded file using the command tar xvzf <filename>.
For example: tar xvzf liclipse_1.0.0_linux.gtk.x86.tar.gz
Move the extracted folder to /opt folder using the command
sudo mv liclipse /opt
Now create a shortcut of LiClipse in the applications folder using the below given command
sudo ln -s /opt/liclipse/LiClipse /usr/bin/liclipse
For shortcut:
sudo gedit /usr/share/applications/liclipse.desktop
[Desktop Entry]
Version=1.0.0
Name=LiClipse
Comment=IDE for Python/Django developers
Exec=env UBUNTU_MENUPROXY=0 /opt/liclipse/LiClipse
Icon=/opt/liclipse/icon.xpm
Terminal=false
Type=Application
Categories=Utility;Application;Development;IDE
여기에 필요한 모든 항목을 교체했으며 바로 LiClipse 아이콘이 있지만 실행을 클릭하면 아무 일도 일어나지 않습니다. 왜 그런지 아시나요?
답변1
나는 관찰했다별(*) 파일 이름 앞....파일이 저장되지 않았다는 의미입니다.를 클릭하세요.구하다.
sudo -H gedit /usr/share/applications/liclipse.desktop
버전 번호 변경
[Desktop Entry]
Version=2.4.0
Name=LiClipse
Comment=IDE for Python/Django developers
Exec=env UBUNTU_MENUPROXY=0 /opt/liclipse/LiClipse
Icon=/opt/liclipse/icon.xpm
Terminal=false
Type=Application
Categories=Utility;Application;Development;IDE
내가 테스트했다는 것만 알아두세요....