tabby
tabby copied to clipboard
Cmd (clink) profile displays Unknown web error when Run as Administrator is enabled.
Version: 1.0.188 Platform: Windows 10
To Reproduce:
- Duplicate "CMD (clink)" profile to a new profile and enable Run as Administrator option.
- Open tab with new profile. Accept UAC prompt.
- Error "*** ERROR: Unknown verb -- 'inject '" displayed in new tab.
It could be due to an extra space that appears to be appended to the 'inject' verb parameter passed. This issue also appears to be mentioned here: https://github.com/Eugeny/tabby/issues/6904#issuecomment-1280584584_
Step 1:
Step 3:
Same issue in Windows 11 with the latest version 1.0.189.
It does the same when opening a new tab as Administrator (without duplicating the current one)
It does the same with CMD (stock) also
Same here...
The translator bot has detected that this issue body's language is not English, and has translated it automatically.
Same here...
yep the same
add an extra random arg after inject
can fix this problem
this problem is caused by the redundant space character append to the command, so just add an other meaningless arg would help.
add an extra random arg after
inject
can fix this problem
![]()
this problem is caused by the redundant space character append to the command, so just add an other meaningless arg would help.
Thanks! Yes, this workaround works!
add an extra random arg after
inject
can fix this problem
![]()
this problem is caused by the redundant space character append to the command, so just add an other meaningless arg would help.
Yes it works. Good job!
Running into this as well with tabby and trying to use wsl.exe -d Ubuntu --cd ~