Tim Tsai

Results 9 comments of Tim Tsai

@leshik I don't think this is a QEMU problem. I believe the issue here is the missing fonts.dir file in /usr/share/fonts/X11/misc. Suggest you run the mkfontdir command which should create...

@leshik there are obviously differences between QEMU and real hardware. I guess the main question is what's keeping the fonts.dir file from being created. Since you mentioned OSX also requires...

@leshik can you try adding mkfontdir to your startup sequence and see if that works around the issue? There is also a new version of QEMU coming out within a...

@leshik That's interesting. I was able to get vncserver to run after running mkfontdir. Can you try manually from the command line? The following sequence worked for me. ``` $...

@leshik good info. I can take a look next week.

@leshik I believe ultimately the issue is this: https://bugs.launchpad.net/qemu/+bug/1805913 (also see the link in comment #5). I was able to distill the problem into the exact same behaviour where readdir()...

@leshik this problem is tracked in upstream qemu already and is best handled there. https://bugs.launchpad.net/qemu/+bug/1805913

@leshik good info. it seems like a hack but I will look further.

> @tiborvass have you tried to upstream these fixes? I've pointed out Tibor's last PR to Jason. My intent was to at least consolidate them into a branch and can...