Skip to content
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

Issue with Ghostty terminal in a ssh session #610

Open
MatteoGauthier opened this issue Dec 26, 2024 · 2 comments
Open

Issue with Ghostty terminal in a ssh session #610

MatteoGauthier opened this issue Dec 26, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@MatteoGauthier
Copy link

Describe the bug
A clear and concise description of what the bug is.

root@vmi1840719:~# lzd
2024/12/26 22:54:03 An error occurred! Please create an issue at https://github.com/jesseduffield/lazydocker/issues

*exec.ExitError exit status 1
/home/runner/work/lazydocker/lazydocker/main.go:96 (0x9397d7)
/opt/hostedtoolcache/go/1.21.13/x64/src/runtime/internal/atomic/types.go:194 (0x43bc1b)
/opt/hostedtoolcache/go/1.21.13/x64/src/runtime/asm_amd64.s:1650 (0x46b9e1)

To Reproduce
Steps to reproduce the behavior:

  1. Use Ghostty 1.0.0
  2. ssh to a server
  3. start lazydocker

Expected behaviour
No crash

Desktop (please complete the following information):

  • OS: Linux vmi1840719.contaboserver.net 5.15.0-105-generic #115-Ubuntu SMP Mon Apr 15 09:52:04 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
  • Lazydocker Version 0.24.1

Additional context
In a ssh session, it works on my local machine on macOS

@MatteoGauthier MatteoGauthier added the bug Something isn't working label Dec 26, 2024
@atkr
Copy link

atkr commented Dec 30, 2024

workaround:

TERM=xterm-256color lazydocker

@JonasGruenwald
Copy link

JonasGruenwald commented Dec 31, 2024

I also encountered this issue, what worked for me was copying Ghostty's Terminfo to the remote machine as their docs describe:

https://ghostty.org/docs/help/terminfo#copy-ghostty's-terminfo-to-a-remote-machine

The issue is probably with the missing Terminfo, though the error message from lazydocker could make this clearer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants