2020年2月11日 09:35 by wst
Deepin使用使用桌面图标习惯之后, 在Deepin里面也想创建类似的图标,特别是自己手动安装的工具。
这里以Postman为例介绍怎么做:
1. 下载最新版的Linux 64bit的postman
2. 把下载好的文件放到某个目录,比如:/home/deepinwst/Documents
3. 点击右键--》解压到当前目录。然后会出现一个解压出来的文件夹Postman
4. 在桌面上创建一个文件postman.desktop, 写入如下内容:
[Desktop Entry]
Type=Application
Name=Postman
GenericName=Postman
Comment=Postman
Exec=/home/deepinwst/Documents/Postman/Postman --unity-launch %F
Terminal=false
Icon=/home/deepinwst/Documents/Postman/app/resources/app/assets/icon.png
Categories=Application;
StartupNotify=true
StartupWMClass=
5. 把此文件同时拷贝到/usr/share/applications一份,这样在启动器里就可以看到postman图标了。
tricks:
1. 如果之前安装过Postman未卸载,会出现启动不了的情况。需要先卸载。
2. 如果还出错,则需要把原来的配置文件也删除,目录为:/home/deepinwst/.config/Postman,把此目录删除。