首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Eclipse开发 >

创造Eclipse图标

2012-07-15 
创建Eclipse图标sudo gedit /usr/share/applications/eclipse.desktop[Desktop Entry]Version3.6Encoding

创建Eclipse图标

sudo gedit /usr/share/applications/eclipse.desktop

[Desktop Entry]
Version=3.6
Encoding=UTF-8
Name=Eclipse SDK
GenericName=Eclipse IDE
X-GNOME-FullName=Eclipse IDE
Comment=Eclipse IDE
Exec=/home/yinghua/tools/eclipse/eclipse
Icon=/home/yinghua/tools/eclipse/icon.xpm
StartupNotify=true
Terminal=false
Type=Application
Categories=GNOME;GTK;Development;

[Desktop Action Hidden]
Name=Eclipse SDK
Exec=/home/yinghua/tools/eclipse/eclipse
NotShowIn=Messaging Menu

[Desktop Action Prefs]
Name=Eclipse SDK
Exec=/home/yinghua/tools/eclipse/eclipse
NotShowIn=Messaging Menu

[Desktop Action Accounts]
Name=Eclipse SDK
Exec=/home/yinghua/tools/eclipse/eclipse
NotShowIn=Messaging Menu

热点排行