码迷,mamicode.com
首页 > 其他好文 > 详细

Ubuntu中添加应用程序快速启动器的方法

时间:2014-09-14 22:14:08      阅读:335      评论:0      收藏:0      [点我收藏+]

标签:des   style   color   io   ar   文件   sp   on   c   

一些应用程序(例如很多.sh程序)如果想在Ubuntu中添加到Dash home中进行快速的启动,则需要找到/usr/share/applications这个目录,其中存放的全部是dash中的启动器,将你需要的程序xxx添加其中即可。具体操作步骤为:

命令行操作内容:

cd /usr/share/applications
sudo gedit xxx.desktop

打开需要编辑的文本内容为:

[Desktop Entry]
Version=1.0
Name=xxx
Exec=/home/username/xxx.sh(这个是启动程序需要执行的文件路径名)
Terminal=false
Icon=/home/username/xxx.png(这个是图标)
Type=Application
Categories=Development

这样就可以在dash中看到xxx的启动器图标了,也可以直接将其添加锁定到launcher


Ubuntu中添加应用程序快速启动器的方法

标签:des   style   color   io   ar   文件   sp   on   c   

原文地址:http://my.oschina.net/u/1241293/blog/313446

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!