[Others] Deepin Terminal does not accept commands enclosed in quotati V25.0.9
Product Feedback 32 views · 1 replies ·
深度之家
deepin
2025-11-20 11:00
Author
[System Version]: deepin V25.0.9
Deepin Terminal does not accept commands enclosed in quotation marks and containing spaces as parameters
[Prerequisites]: Deepin 25.0.9 and Deepin Terminal 6.5.18
[Reproducibility steps]: If any of the following commands are executed, Deepin Terminal does not execute the command passed as a parameter if it is enclosed in quotation marks and has spaces.
deepin-terminal -e “ls -1”
x-terminal-emulator -e “ls -1”
In the case of x-terminal-emulator, this affects scripts that open a new terminal, scripts created to run on any GNU/Linux-based distribution, preventing these scripts from working in Deepin
[Expected results]: Opens a new terminal and executes the command
[Actual results]: Opens a new terminal but does not execute the command and displays the following error message
There was an error creating the child process for this terminal.
Failed to execute child process “ls -1”(execve: No such file or directory)!
“ls -1” not found, cannot execute