-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
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
qterminal execution breaks up arguments #335
Comments
Yep - |
The following command works; needs more testing ./build/qterminal -e nvim -p "some file with spaces"\ and\ unquoted\ spaces second\ file Fixes #335
The following command works; dbus stuffs and maybe more needs testing ./build/qterminal -e nvim -p "some file with spaces"\ and\ unquoted\ spaces second\ file Fixes #335
Wow ... the bug has been hanging since May 27, 2017, it hasn't been fixed yet. |
PRs would be appreciated; tautology wouldn't. |
So does the problem have a solution or not? Maybe I don't quite understand what to do. The language barrier prevents me from understanding. |
It has sure a solution, but it's not so easy to implement (as @yan12125 wrote). |
Please test #961 |
Btw, I know that this is solved in the latest release and all but there's still people sitting with old packages because they aren't getting updated on some distros and I found a very simple way to avoid this problem.
E.g. |
Arguments passed to
qterminal -e
are not properly preserved.You may compare the behavior to xterm:
xterm properly sends two arguments to nano, qterminal sends nine.
The text was updated successfully, but these errors were encountered: