Ubuntu下手动创建"开始"菜当[00原创]

如果你没有用*.deb的方式安装一个程序的话可能要自己创建菜单选项,比如eclipse的自解压版本。

代码如下:
sudo gedit /usr/share/applications/eclipse.desktop

[ Desktop Entry ]
Encoding
= UTF- 8
Name
= eclipse
Comment
= eclipse
Exec
= /home/daniel/Work/eclipse/eclipse
Terminal
= false
MultipleArgs
= false
Type
= Application
Icon
= /home/daniel/Work/eclipse/ 128 .png
Categories
= Application ; Development

你可能感兴趣的:(eclipse,ubuntu,application,Terminal,encoding)