Linux 创建桌面图标
在桌面创建 *.desktop, 内容:
#!/usr/bin/env xdg-open [Desktop Entry] Encoding=UTF-8 Version=1.0 Name=Postman GenericName=Postman Comment=xxx Exec=/home/zhuangjie/software/Postman/Postman Icon=/home/zhuangjie/software/Postman/app/icons/icon_128x128.png Terminal=false Type=Application Categories=Development;IDE
右击“允许启动” 就变成图标了