首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >安装LiClipse 2.4.0,未启动

安装LiClipse 2.4.0,未启动
EN

Ask Ubuntu用户
提问于 2015-10-07 13:25:00
回答 1查看 898关注 0票数 1

我最近在我的虚拟Ubuntu上安装了LiClipse,步骤如下:

代码语言:javascript
复制
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图标在那里,但当我点击启动,什么都没有发生。知道为什么吗?

EN

回答 1

Ask Ubuntu用户

回答已采纳

发布于 2015-10-07 13:42:19

在文件name....it之前,我观察到了一个星星(*),这意味着您没有保存file.Please,点击保存。

代码语言:javascript
复制
sudo -H gedit /usr/share/applications/liclipse.desktop

更改版本号

代码语言:javascript
复制
[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

只知道我测试过..。

票数 1
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/682588

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档