[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.
根据我的研究,这应该有效。这里发生了什么?我该如何诊断这个问题?