📌  相关文章
📜  查找所有 .desktop 文件 linux - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:47.158000             🧑  作者: Mango

代码示例1
It's probably sitting in /usr/share/applications/
but if you want to find every .desktop file on the system run this:

find / -name '*.desktop'