Closed voltagex closed 1 year ago
Sounds like a font problem in that environment. See: https://wezfurlong.org/wezterm/troubleshooting.html#debugging-font-display
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 X11
Which Wayland compositor or X11 Window manager(s) are you using?
X11 / OpenBox / VNC
WezTerm version
wezterm 20230712-072601-f4abf8fd
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
On starting wezterm I get
ERROR wezterm_gui::frontend > Failed to create window: failed to get font metrics!?: FcResultNoMatch
I've only tried the version in your first build instructions, will try the nightly later.
I am trying to run WezTerm in a Docker image from https://github.com/jlesage/docker-baseimage-gui Yes I know this is an odd setup. I suspect I'm missing fonts or some other dependency but I thought the error message was obscure enough to report.
This image is based on Alpine 3.18 and I have installed the following dependencies:
libgcc libxkbcommon xcb-util-image xcb-util libxcb libxkbcommon-x11 libx11 fontconfig wayland-libs-egl wayland-libs-client
To Reproduce
startapp.sh is just
exec /usr/bin/wezterm
Configuration
no config
Expected Behavior
wezterm runs... slowly.
Logs
N/A
Anything else?
N/A