Giacomo Comes changed bug 1106850
What Removed Added
Flags needinfo?(comes@naic.edu)  

Comment # 50 on bug 1106850 from
(In reply to Dr. Werner Fink from comment #47)
> (In reply to Stefan Dirsch from comment #46)
> > (In reply to Dr. Werner Fink from comment #44)
> > > The bug is about Leap 15 ;)
> > 
> > I know, but we cannot provide maintenance updates for everything. And there
> > have been massive changes in fonts-config between Leap 15 and TW I just
> > noticed ...
> 
> This does not help for xfig on Leap 15 with installed
> noto-snoto-sans-cjk-fontsans-cjk-fonts
> 
> @ Giacomo ... can you live with the workaround like removing
> 
> 
>    rm /usr/share/fonts/encodings/encodings.dir
>    fonts-config
>    
>    xset fp rehash

The proper workaround sequence is:
    rm /usr/share/fonts/encodings/encodings.dir
    touch /usr/share/fonts/truetype (fonts-config check for timestamps and
without this touch it does not do a proper job)
    fonts-config

    xset fp rehash

The problem with this workaround is that when a font rpm get
installed/removed/updated, the issue come back.

    The proper fix for this problem is to also add the patch in comment 40 to
fonts-config. In this way adding/removing fonts does not cause trouble.


You are receiving this mail because: