Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 711 Bytes

faq.md

File metadata and controls

26 lines (17 loc) · 711 Bytes

UI scaling is wrong on Linux

You need to set the AVALONIA_SCREEN_SCALE_FACTORS environment variable.

For debugging, you can set environment variables in the .env file with the following command.

SCALE=2 bash ./eng/gen-envfile.sh

Refs

System.InvalidOperationException: Default font family name can't be null or empty.

You need to set the LANG=en_US.UTF-8 environment variable.

For debugging, you can set environment variables in the .env file with the following command.

SCALE=2 bash ./eng/gen-envfile.sh

Refs