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
Successfully merging a pull request may close this issue.
During the install install of RC1, running
sudo fc-cache -f it would returnd Fontconfig error: Cannot load default config file
fixed by copying the sample.conf in the directory
sudo cp /usr/local/etc/fonts/fonts.conf.sample /usr/local/etc/fonts/fonts.conf
as discussed on telegram 12 Oct 2018
The text was updated successfully, but these errors were encountered:
48e5c6e
During the install install of RC1, running
sudo fc-cache -f it would returnd
Fontconfig error: Cannot load default config file
fixed by copying the sample.conf in the directory
sudo cp /usr/local/etc/fonts/fonts.conf.sample /usr/local/etc/fonts/fonts.conf
as discussed on telegram 12 Oct 2018
The text was updated successfully, but these errors were encountered: