.desktop 启动程序提供参数导致“没有此类文件或目录”

.desktop 启动程序提供参数导致“没有此类文件或目录”
[Desktop Entry]
Version=1.0
Type=Application
Name=launcher
Comment=
Exec=sh -c "echo hi"
Terminal=true
StartupNotify=false

结果是

Failed to launch child: sh -c 'echo hi'
With error: No such file or directory
Press Enter to exit.

根据我的研究,这应该有效。这里发生了什么?我该如何诊断这个问题?

相关内容