tabby icon indicating copy to clipboard operation
tabby copied to clipboard

Cmd (clink) profile displays Unknown web error when Run as Administrator is enabled.

Open kevinctech opened this issue 2 years ago • 14 comments

Version: 1.0.188 Platform: Windows 10

To Reproduce:

  1. Duplicate "CMD (clink)" profile to a new profile and enable Run as Administrator option.
  2. Open tab with new profile. Accept UAC prompt.
  3. 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: Clip_6209

Step 3: Clip_6210

kevinctech avatar Feb 16 '23 13:02 kevinctech

Same issue in Windows 11 with the latest version 1.0.189.

griffin-warrior avatar Feb 27 '23 14:02 griffin-warrior

It does the same when opening a new tab as Administrator (without duplicating the current one)

image

It does the same with CMD (stock) also

bgillet avatar May 04 '23 13:05 bgillet

Same here...

kimtiago avatar Sep 29 '23 20:09 kimtiago

The translator bot has detected that this issue body's language is not English, and has translated it automatically.


Same here...

Issues-translate-bot avatar Sep 29 '23 20:09 Issues-translate-bot

yep the same

tomasmark79 avatar Feb 07 '24 11:02 tomasmark79

add an extra random arg after inject can fix this problem

image image

this problem is caused by the redundant space character append to the command, so just add an other meaningless arg would help.

YalienY avatar Apr 09 '24 04:04 YalienY

add an extra random arg after inject can fix this problem

image image

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!

kevinctech avatar Apr 10 '24 02:04 kevinctech

add an extra random arg after inject can fix this problem

image image

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!

tomasmark79 avatar Apr 10 '24 08:04 tomasmark79

Running into this as well with tabby and trying to use wsl.exe -d Ubuntu --cd ~

pryorda avatar Apr 21 '24 08:04 pryorda