美文网首页
Ubuntu下创建Postman图标

Ubuntu下创建Postman图标

作者: 花前山谷 | 来源:发表于2019-02-25 00:18 被阅读0次

1.首先打开图标的路径

cd /usr/share/applications/
sudo vim postman.desktop

2.在postman.desktop文件中添加以下内容:

[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=Postman
Icon=图标路径
Exec=启动程序路径 %F
Comment=Postman
Categories=Application;
Terminal=false

相关文章

网友评论

      本文标题:Ubuntu下创建Postman图标

      本文链接:https://www.haomeiwen.com/subject/ndiiyqtx.html