deepin如何自定义启动器图标,如firefox

链接:https://wiki.deepin.org/wiki/Desktop_Entry_%E6%96%87%E4%BB%B6

环境:deepin 15.11桌面版

1. cd /usr/share/applications

2. vim firefox.desktop    "firefox.desktop这个文件是自己创建的

[Desktop Entry]
Name=firefox
Comment=this is firefox
Comment[zh_CN]=test1
Exec=/usr/local/bin/firefox %U
Icon=/opt/firefox/icons/firefox.jpge
Terminal=false
Type=Application
Categories=Application;Network;

原文地址:https://www.cnblogs.com/luniverseg/p/11857824.html