You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks nice and I tried to take it for a spin but I encountered a number of problems.
First off I needed to install the following packages:
sudo apt install libpoppler{,-glib}-dev
Then inside tmux it renders but very blocky (see screenshot):
If I exit tmux then it just hangs completely and nothing will work (Ctrl-C, Ctrl-Z, ...) and I had to kill the terminal window.
I also tried Wezterm, there I get a "Error: NoFontSize" message and then the process exits.
In Alacritty 0.14 I get the same behaviour as in Windows Terminal, i.e. the process just hangs indefinitely and I need to kill the whole Alacritty window.
The text was updated successfully, but these errors were encountered:
Hmm, yeah I'm honestly not certain what the issue is here. Just to make sure, were you pulling in from current main when you ran these tests? I pulled in some changes to fix some weirdness with tmux on Jan 1st, so you might've had an old version of the code when you tried this out that could've caused these issues, but I'm not certain.
Alacritty, at least, is acting as expected. It doesn't have support for images, so it shouldn't work. Windows terminal, though, and wezterm should work. I haven't tested this at all on windows, though. #35 was made a bit ago to try to make it work on windows, but this should work for you since you're running it under WSL.
I think raising an issue on the wezterm repo, at least, would be useful. Just letting them know that tdf isn't getting a response for the TIOCGWINSZ command to get the font size, and tagging me on that issue so I could talk with the dev there to try and figure out what's going on.
I was wondering if there had been any resolution from this. I am running Ubuntu 20.04.6 on wsl2 and any tdf command just hangs whether in tmux or not for me.
Hi,
This looks nice and I tried to take it for a spin but I encountered a number of problems.
First off I needed to install the following packages:
Then inside tmux it renders but very blocky (see screenshot):
If I exit tmux then it just hangs completely and nothing will work (Ctrl-C, Ctrl-Z, ...) and I had to kill the terminal window.
I also tried Wezterm, there I get a "Error: NoFontSize" message and then the process exits.
In Alacritty 0.14 I get the same behaviour as in Windows Terminal, i.e. the process just hangs indefinitely and I need to kill the whole Alacritty window.
The text was updated successfully, but these errors were encountered: