此处以
postman为例,因为官网下载的postman是个绿色包,不会自动添加到deepin的启动器,所以需要手动添加
在终端输入bash命令cd /usr/share/applications,切换到启动器的目录,然后再输入bash指令sudo gedit Postman.desktop(新建名称为Postman的启动器快捷方式),打开按下面内容编辑文件
[Desktop Entry]
Type=Application
Comment=postman
Name=Postman
Icon=postman
Exec=/home/chobits/sw/Postman/Postman
Terminal=false
Categories=Application;
其中
Exec是Postman绿色包的存放路径,可根据情况进行更改,然后保存即可,这样deepin启动器里,就有Postman可使用了