| 18 | == FlairGCS is slow to start == |
| 19 | |
| 20 | if GCS is slow to start with a lot of warnings about fonts like: |
| 21 | {{{ |
| 22 | Fontconfig warning: line 5: unknown element "its:rules" |
| 23 | Fontconfig warning: line 6: unknown element "its:translateRule" |
| 24 | Fontconfig error: line 6: invalid attribute 'translate' |
| 25 | Fontconfig error: line 6: invalid attribute 'selector' |
| 26 | Fontconfig error: line 7: invalid attribute 'xmlns:its' |
| 27 | Fontconfig error: line 7: invalid attribute 'version' |
| 28 | Fontconfig warning: line 9: unknown element "description" |
| 29 | Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 4: unknown element "its:rules" |
| 30 | Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5: unknown element "its:translateRule" |
| 31 | }}} |
| 32 | |
| 33 | you can try to remove noto cjk fonts if you do not use them (Noto font families for Traditional Chinese, Simplified Chinese, Japanese and Korean): |
| 34 | {{{ |
| 35 | $ sudo apt remove fonts-noto-cjk |
| 36 | }}} |