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

Zoom client starts up but shows no text on wayland #31

Open
jpretori opened this issue Jun 2, 2020 · 11 comments
Open

Zoom client starts up but shows no text on wayland #31

jpretori opened this issue Jun 2, 2020 · 11 comments

Comments

@jpretori
Copy link

jpretori commented Jun 2, 2020

I just updated the snap, and when I try to start the application it doesn't seem to render any text at all.

I can guess my way through the interface until I get to some error message, which of course I can't read.

I made a gif video so you can see what I'm talking about.

Zoom text missing

@ogra1
Copy link
Owner

ogra1 commented Jun 2, 2020

can you attach the full output of snap version and your:

~/snap/zoom-client/current/.zoom/logs/zoom-terminal.log

... after you have captured that file and attached it here you can:

sudo snap revert zoom-client

to go back to the last working version ... funnily the last update was supposed to fix all font issues ... seems like it did exactly the opposite for you 😞

@jpretori
Copy link
Author

jpretori commented Jun 3, 2020

Here you go:

snap version

snapd   2.45
series  16
ubuntu  18.04
kernel  5.3.0-53-generic

zoom-terminal.log

Thanks for the help! Unfortunately trying to revert gets me this: error: cannot revert "zoom-client": no revision to revert to

It's no biggie, I'll just use it on my Android for the time being.

@ogra1
Copy link
Owner

ogra1 commented Jun 4, 2020

this looks actually wayland related ... does it work if you switch to an Xorg session ?

@jpretori
Copy link
Author

jpretori commented Jun 5, 2020 via email

@ogra1 ogra1 changed the title Zoom client starts up but shows no text Zoom client starts up but shows no text on wayland Jun 13, 2020
@fooishbar
Copy link

Wayland doesn't render fonts. The fonts are rendered client-side by Qt (in fact the same as X11 too). If Qt isn't rendering any fonts then that's a bug in the application or the toolkit.

@ogra1
Copy link
Owner

ogra1 commented Jun 23, 2020

Thanks Daniel ! I'll invest some time on the weekend to look into the various wayland issues again (currently the snap simply uses WAYLAND_DISABLE=true to force XWayland which indeed isn't ideal but was a quick fix to make it start on wayland at all without having to dig into missing libs :) )

@fooishbar
Copy link

FWIW it might be worth looking at the Flatpak, which works fine for me in a Wayland session.

@ogra1
Copy link
Owner

ogra1 commented Jun 23, 2020

is the flatpak actually using the upstream deb ? i thought that was just a wrapper for the web client ...

@fooishbar
Copy link

It uses the tarball from zoom.us, and seems like it explicitly forces X11. There's a bunch of discussion in the issues and PRs on the Flathub repo about enabling Wayland support, which seem like they'll require an update for Zoom itself.

@FastAlien
Copy link

FastAlien commented Aug 5, 2020

I had similar problem on X11, but I've found solution. Copy one selected type of fonts from /usr/share/fonts to ~/.local/share/fonts and update the font cache. For example on Ubuntu you can execute following commands:

mkdir -p ~/.local/share/fonts/
cp /usr/share/fonts/truetype/liberation/LiberationSans-* ~/.local/share/fonts/
fc-cache -rvf 

@brainwane
Copy link

@RandomVoid Thank you -- I had this same problem, where no text was showing up, and then I tried the commands you suggested on Debian buster (10) and they worked so that Zoom was able to display text in the interface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants