Closed nahuakang closed 1 year ago
I don't know anything about tmate
, what is it?
Have you considered reporting this to the tmate
folks to get their understanding on what is going wrong?
tmate
is a fork of tmux
for instant sharing of a shell session: https://tmate.io/. I haven't reported it to tmate
because it works on Ubuntu's default terminal emulator and another terminal emulator. Would this be possibly an issue from tmate
's side? :)
There's no information here for me to act on; if tmate doesn't like wezterm, we need to understand what tmate doesn't like about it.
There's only one of me and there are thousands of wezterm users, each with different environments. I cannot install and learn every possible piece of software that might run inside wezterm, in order to figure out how to troubleshoot and debug it.
Please do talk to the tmate
folks to get their assistance in understanding why tmate has a problem with wezterm, then we can coordinate and figure out a resolution for it.
Sure. I'll ask them about it. I can also close this and open it again in case of any update. Thanks for helping :)
tmate 2.4.0 works on X11 with wezterm for me.
I'm using Wayland so maybe that's a reason? :thinking:
I can confirm "Lost server". I am also on Wayland.
But I use Zellij. If you launch tmate inside Zellij, everything works fine. Weird :O But a workaround for now.
I can confirm that tmate
works with zellij
. This is a fine workaround for me :) No response from the folks at tmate
though.
Until we have information from tmate about why it exits, I'm considering this issue to be primarily a tmate issue with no direct action for me to take for now.
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
What Operating System(s) are you seeing this problem on?
Linux Wayland
Which Wayland compositor or X11 Window manager(s) are you using?
No response
WezTerm version
20221119-145034-49b9839f
Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?
No, and I'll explain why below
Describe the bug
Running
tmate
works on my other terminal emulators but not on wezterm:To Reproduce
tmate
tmate
in the terminalConfiguration
local wezterm = require 'wezterm'
return { color_scheme = "Gruvbox dark, medium (base16)",
}
Expected Behavior
Run
tmate
spins up atmux
with relevanttmate
information.Logs
Debug Overlay wezterm version: 20221119-145034-49b9839f OpenGL version: AMD RENOIR (DRM 3.42.0, 5.15.0-56-generic, LLVM 12.0.1) 4.6 (Compatibility Profile) Mesa 21.3.9 (git-78c96ae5b6) Enter lua statements or expressions and hit Enter. Press ESC or CTRL-D to exit 14:21:03.070 ERROR window::os::wayland::pointer > Unable to set cursor to xterm: cursor not found 14:21:03.078 ERROR window::os::wayland::pointer > Unable to set cursor to xterm: cursor not found 14:21:03.086 ERROR window::os::wayland::pointer > Unable to set cursor to xterm: cursor not found 14:21:03.096 ERROR window::os::wayland::pointer > Unable to set cursor to xterm: cursor not found 14:21:03.173 ERROR window::os::wayland::pointer > Unable to set cursor to xterm: cursor not found 14:21:03.279 ERROR window::os::wayland::pointer > Unable to set cursor to xterm: cursor not found
Anything else?
No response