LiClipse 2.4.0 wird installiert, startet aber nicht

LiClipse 2.4.0 wird installiert, startet aber nicht

Ich habe LiClipse vor Kurzem mit den folgenden Schritten auf meiner virtuellen Ubuntu-Maschine installiert:

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

Ich habe alle notwendigen Dinge darin ersetzt und habe mein LiClipse-Symbol direkt dort, aber wenn ich auf „Starten“ klicke, passiert nichts. Irgendeine Idee, warum? Dash-Suche Desktop-Eintrag

Antwort1

Ich beobachtete eineStern(*) vor dem Dateinamen...das bedeutet, dass die Datei nicht gespeichert wurde. Klicken Sie bitte aufspeichern.

sudo -H gedit /usr/share/applications/liclipse.desktop

Versionsnummer ändern

[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

Ich möchte nur wissen, dass ich es getestet habe …

Imgur

Imgur

verwandte Informationen