Created
August 17, 2016 12:40
-
-
Save Wenbo16/232eb66f034d45260c44b12332f808a5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Desktop Entry] | |
| Encoding=UTF-8 | |
| Name=Eclipse | |
| GenericName=Eclipse #第四行是通用名称,图简单的话就用软件名字吧 | |
| Comment=Eclipse mars | |
| Exec=/usr/bin/eclipse | |
| #这个很重要,表示的是应用程序可执行文件所在的路径,要写绝对路径,这样比较保险,如果你不知道应用程序的可执行文件的路径,可以用which 应用程序名称来查看。 | |
| Icon=/opt/eclipse/icon.xpm #图标 | |
| #分类:这个将在应用的编程分类中 | |
| Categories=Application;Development;Java;IDE | |
| Version=1.0 | |
| Type=Application | |
| Terminal=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment