We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/usr/share/applications 下的 xxx.desktop
/usr/share/applications
/usr/local/share/applications 下的 xxx.desktop
/usr/local/share/applications
~/.local/share/applications 下的 xxx.desktop
~/.local/share/applications
如果以上路径都没有,通过 find 命令查找
find ./ -name *.desktop | grep xxx
The text was updated successfully, but these errors were encountered:
No branches or pull requests
/usr/share/applications
下的 xxx.desktop/usr/local/share/applications
下的 xxx.desktop~/.local/share/applications
下的 xxx.desktop如果以上路径都没有,通过 find 命令查找
The text was updated successfully, but these errors were encountered: