标签:home type ogr 位置 programs terminal ubuntu lse 目录
在/usr/share/applications/
目录下新建一个名为eclipse.desktop
的文件。
文件内容如下:
[Desktop Entry]
Version=2018.09
Name=Eclipse
GenericName[zh_CN]=Eclipse
Exec=/home/yueru/programs/eclipse/eclipse
Terminal=false
Icon=/home/yueru/programs/eclipse/icon.xpm
Type=Application
Categories=Development
其中Exec=/home/yueru/programs/eclipse/eclipse
对应eclipse启动文件的位置。(Eclipse安装包解压在/home/yueru/programs/eclipse
)
然后你就可以发现启动器中存在Eclipse了。
ubuntu18.04中将刚下载解压的eclipse添加到启动器
标签:home type ogr 位置 programs terminal ubuntu lse 目录
原文地址:https://www.cnblogs.com/zifeiy/p/9769262.html