pigmonkey / spark

Arch Linux Provisioning with Ansible
The Unlicense
389 stars 113 forks source link

Fonts task - wrong configurations paths? #98

Closed iturdikulov closed 3 years ago

iturdikulov commented 3 years ago

I had error, when ansible executed fonts tasks:

TASK [fonts : Enable LCD filter] ************************************************************************************************************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "src file does not exist, use \"force=yes\" if you really want to create the link: /etc/fonts/conf.avail/11-lcdfilter-default.conf", "path": "/etc/fonts/conf.d/11-lcdfilter-default.conf", "src": "/etc/fonts/conf.avail/11-lcdfilter-default.conf"}

I changed them from /etc/fonts/ to /usr/share/fontconfig and it's seems worked. I had issues with latest arch installation image. So is possible to fix this? Maybe somehow auto-detect this paths.

https://github.com/inomoz/spark/commit/a7dbc2ac2ad28065e173b3fcb54dc29ef30d0e27