ArchLinux添加程序快捷方式

时间:2016-05-10 07:23:44   收藏:0   阅读:1578


SecureCRT这个程序安装后没有快捷方式,需要自己添加


找到SecureCRT的目录,里面有个SecureCRT.desktop文件,讲此文件复制到/usr/share/applications目录下即可,修改里面的Icon参数

[xiaomo@ArchLinux applications]$ cat SecureCRT.desktop
[Desktop Entry]
Name=SecureCRT
Comment=SecureCRT provides remote access using SSH2, SSH1, Telnet, Serial, and other protocols. 
Exec=SecureCRT
Icon=/usr/local/scrt-7.3.5/securecrt_64.png
StartupNotify=true
Terminal=false
Type=Application
Categories=Network;

Actions=Window;

[Desktop Action Window]
Name=New Window
Exec=SecureCRT
OnlyShowIn=Unity;
[xiaomo@ArchLinux applications]$ sed -i ‘s@Icon=.*@Icon=你的程序图标图片(png格式)@‘ /usr/share/applications/SecureCRT.desktop


就这么简单。

本文出自 “逢场做戏。” 博客,请务必保留此出处http://xiaofengmo.blog.51cto.com/10116365/1771624

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!