vlang/ved

ved frozen on start - missing fonts

louis77 opened this issue · 2 comments

I've just build ved (d3c4058), running Ubuntu 20.04.
Freetype is installed.

When I start ved I get the blank ved window with the header bar in fullscreen mode, but completely frozen. I have to SIGINT it. This is the console output:

$ ./ved .
FULL SCREEN=true
open multiple workspaces
./ved
load session "/home/louis/.ved/session"
failed to load font "SFNS-bold.ttf"
failed to load font "/System/Library/Fonts/SFNSMono.ttf"
failed to load font "/System/Library/Fonts/SFNSItalic.ttf"

Screenshot from 2020-09-07 21-40-41

I just compiled and tried ved with the latest version of V. It came up and ran fine. The messages about fonts can be ignored - they are only available on MacOS, but it is still trying to load them for some reason.

I'm sorry @JalonSolov that I even reported the issue! I've just compiled ved on two other machines with Ubuntu 20.04 and had the same issue, but if it works for you, then I guess that must suffice for the rest of the world.