Changes between Version 14 and Version 15 of troubleshooting


Ignore:
Timestamp:
01/13/22 13:58:31 (2 years ago)
Author:
Sanahuja Guillaume
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • troubleshooting

    v14 v15  
    1616It can be a problem of a toolchain installed in a different location from the one who compiled the tools.
    1717
     18== FlairGCS is slow to start ==
     19
     20if GCS is slow to start with a lot of warnings about fonts like:
     21{{{
     22Fontconfig warning: line 5: unknown element "its:rules"
     23Fontconfig warning: line 6: unknown element "its:translateRule"
     24Fontconfig error: line 6: invalid attribute 'translate'
     25Fontconfig error: line 6: invalid attribute 'selector'
     26Fontconfig error: line 7: invalid attribute 'xmlns:its'
     27Fontconfig error: line 7: invalid attribute 'version'
     28Fontconfig warning: line 9: unknown element "description"
     29Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 4: unknown element "its:rules"
     30Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5: unknown element "its:translateRule"
     31}}}
     32
     33you 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}}}
    1837== Graphical problem with the simulator ==
    1938