Welcome 微信登录
编程资源 图片资源库 蚂蚁家优选 PDF转换器

首页 / 操作系统 / Linux / Ubuntu下自定义JetBrains全家桶图标desktop文件示例

Ubuntu下自定义JetBrains全家桶图标desktop文件示例

IDEA图标

[Desktop Entry]
Type=Application
Name=IntelliJ IDEA Ultimate
Name[zh_CN]=IntelliJ IDEA
Comment=The Leading Java and Kotlin IDE.
Icon=/opt/JetBrains/IDEA/bin/idea.png
Exec=/opt/JetBrains/IDEA/bin/idea %f
Categories=Development;IDE;Java;Kotlin;
StartupNotify=true
Terminal=false
Keywords=IntelliJ;IDEA;Java;Kotlin;IDE;Development;Android;源码;开发;
StartupWMClass=jetbrains-idea
Encoding=UTF-8
Version=1.0

PhpStorm图标

[Desktop Entry]
Type=Application
Name=IntelliJ PhpStorm
Name[zh_CN]=PhpStorm
Icon=/opt/JetBrains/PhpStorm/bin/phpstorm.png
Comment=The Lightning-Smart PHP IDE
Comment[zh_CN]=高效智能的 PHP IDE
Exec=/opt/JetBrains/PhpStorm/bin/phpstorm %u
Categories=Development;IDE;PHP;
Keywords=IntelliJ;PhpStorm;IDE;PHP;Development;源码;开发;
Terminal=false
StartupNotify=true
Encoding=UTF-8
Version=1.0
StartupWMClass=jetbrains-phpstorm

WebStorm图标

[Desktop Entry]
Type=Application
Name=IntelliJ WebStorm
Name[zh_CN]=IntelliJ WebStorm
Comment=The Leading JavaScript and HTML IDE.
Icon=/opt/JetBrains/WebStorm/bin/webstorm.png
Exec=/opt/JetBrains/WebStorm/bin/webstorm %f
Categories=Development;IDE;JavaScript;HTML;Web;IntelliJ;
StartupNotify=true
Terminal=false
Keywords=IntelliJ;WebStorm;IDE;JavaScript;HTML;CSS;Web;开发;源码;前端;
Keywords[zh_CN]=IntelliJ;WebStorm;IDE;JavaScript;HTML;CSS;前端;开发;源码;
StartupWMClass=jetbrains-webstorm
Encoding=UTF-8
Version=1.0

Pycharm图标

[Desktop Entry]
Type=Application
Name=PyCharm Professional
Name[zh_CN]=PyCharm 专业版
Icon=/opt/JetBrains/Pycharm/bin/pycharm.png
Comment=Python IDE for Professional Developers
Comment[zh_CN]=面向专业开发者的 Python IDE
Exec="/opt/JetBrains/Pycharm/bin/pycharm.sh" %f
Categories=Development;IDE;Programming;Python;
StartupNotify=true
Terminal=false
Keywords=Python;IDE;开发;编程;数据科学;
StartupWMClass=jetbrains-pycharm
Encoding=UTF-8
Version=1.0