-
-
Notifications
You must be signed in to change notification settings - Fork 237
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
Image preview in WezTerm over SSH on Windows #505
Comments
if you are using the standalone You may wish to try using |
@blumenschwein If you can confirm what @wez said, I'll add an entry in the FAQ |
Thanks @wez @Canop . I have made more tests, but unfortunately, using Test 1Now I tried There are some warnings regarding OpenGL: >wezterm ssh user_name@computer_B
2022-02-17T11:09:10.121Z WARN window::os::windows::window > EGL init failed Config says to avoid EGL, fall back to WGL
2022-02-17T11:09:10.270Z INFO wezterm_gui::termwindow > OpenGL initialized! Intel(R) UHD Graphics 4.5.0 - Build 26.20.100.7870 is_context_loss_possible=true wezterm version: 20220213-203140-4a1c4b55
2022-02-17T11:09:38.502Z WARN wezterm_term::terminalstate > unhandled DecPrivateMode SetDecPrivateMode(Unspecified(1015)) Besides, the command Test 2I also installed WSL2 on A and used the Linux version of WezTerm from there to accessed B. It works with standalone |
This is probably a duplicate of #509 |
Am also using wezterm, but on Mac. Image preview with broot over ssh is low quality. But I can confirm if you export these variables (in your ssh session), high quality image preview will work with broot:
|
huh! Image preview over ssh is working on Windows for me, thanks for prompting me to try setting the variables on the remote host. So I guess this issue is resolved. Unfortunately I still cannot get broot to show previews in hq for Windows locally. |
I opened up a new issue - broot 1.34+ breaks the high quality image preview, but broot version 1.33 works fine: #910 |
High-resolution image preview (kitty graphics protocol) in broot does not work, when logging from a Windows computer to an Ubuntu computer using WezTerm and SSH.
Settings
What works
When accessing B from C using SSH and WezTerm (
TERM_PROGRAM=WezTerm
andTERM_PROGRAM_VERSION=20220213-203140-4a1c4b55
are exported accordingly), image preview works in broot. The resolution of the preview is high.What does not work
When accessing B or C from A using SSH and WezTerm without exporting
TERM_PROGRAM
andTERM_PROGRAM_VERSION
, broot shows low-resolution image previews. After exportingTERM_PROGRAM=WezTerm
andTERM_PROGRAM_VERSION=20220213-203140-4a1c4b55
, broot does not show any image preview (the preview region is black). The commandwezterm imgcat
shows high-resolution preview.The text was updated successfully, but these errors were encountered: