kitematic icon indicating copy to clipboard operation
kitematic copied to clipboard

Error when opening CLI

Open eddyuk opened this issue 6 years ago • 10 comments

Expected behavior

Clicking on docker CLI button show CLI of selected container

Actual behavior

Error presented: The null does not exist please set the correct path

Steps to reproduce the behavior

After installing docker on Ubuntu 18.04.02 (that hosted in Hyper-V env.) and installing Kitematic, whenever I want to use CLI, it gives me the error.

eddyuk avatar Feb 24 '19 09:02 eddyuk

I meet the same issue with Ubuntu 16.04. Don't know how to process it.

vince-zeng avatar Mar 15 '19 04:03 vince-zeng

same problem (not in vm) ubuntu 18.04 Kitematic 0.17.7 Docker version 18.09.1, build 4c52b90

even changing between "bash" and "sh" in setting didn't make change in result!

amir1376irani avatar Mar 21 '19 09:03 amir1376irani

Same issue in Ubuntu 18.04. Kitematic version 0.17.7. Docker version 18.09.2, build 6247962

messenger91 avatar Mar 22 '19 11:03 messenger91

I find the solution. Just need install xterm terminal and check or change terminal path in kitematic: /usr/bin/xterm

messenger91 avatar Mar 23 '19 20:03 messenger91

Nice, thanks @doroninds. For some reason I missed this field entirely. BTW: if you use terminator you can just use /usr/bin/terminator

TonyVlcek avatar Mar 24 '19 16:03 TonyVlcek

Thanks! I changed it to /usr/bin/gnome-terminal. It work well now

vince-zeng avatar Mar 25 '19 02:03 vince-zeng

Thanks @doroninds. It didnt even came to my mind that kitematic developers will not check the bin folder looking for installed terminals at least xterm! Tested and both /usr/bin/gnome-terminal and /usr/bin/xterm works for me as expected. BTW: If anyone having trouble pressing arrow keys and see something like [[^A in terminal, change "Exec command shell" in kitematic setting from sh to bash.

amir1376irani avatar Mar 25 '19 18:03 amir1376irani

In my case, i use linux mint - mate, then i configure in

Terminal path: /usr/bin/mate-terminal

c4tom avatar May 31 '19 17:05 c4tom

I tried xterm and gnome-terminal, but still have a problem - "docker-cli" buttons starts terminal session in my home dir (/~) instead of started container.

OS:Linux Mint 19.

lex-quarkie avatar Nov 27 '19 11:11 lex-quarkie

On elementary os, I set this to /usr/bin/io.elementary.terminal

parham-pythian avatar Jan 15 '21 12:01 parham-pythian