
私は最近、以下の手順に従って仮想 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
ただテストしたことを知っておいてください....