以添加intellij快捷方式为例
ref: https://blog.csdn.net/baidu_24285051/article/details/107451136
-
创建intellij-idea.desktop文件
[Desktop Entry] Encoding=UTF-8 Version=1.0 Type=Application Exec=<PATH_TO_EXECUTOR> Icon=<PATH_TO_PNG_OT_SCV_ICON> Name=Intellij Comment=Intellij
-
使用命令进行提交
xdg-desktop-menu install ./intellij-idea.desktop