Comment 12 for bug 62300

Revision history for this message
Otomo (otomo) wrote :

Thank very much. Today I keep on fighting with this bug, and I solved it for me by this way:

The origin of this bug, in my case, was the Fontpaths, I added the routes that Risto H. Kurppa proposed (/user/share/fonts/X11/...) but in order to make it work well I must delete the old ones even If they pointed to a existent folder (/user/share/X11/fonts/...).

My fontpaths working correctly now:

Section "Files"
 # path to defoma fonts
 FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
 # Añadido por mi
 FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
 FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
 FontPath "/usr/share/fonts/X11/100dpi"
 FontPath "/usr/share/fonts/X11/75dpi"
 FontPath "/usr/share/fonts/X11/misc"
 FontPath "/usr/share/fonts/X11/Type1"

EndSection

Thanks to Martin Jürgens and Risto H. Kurppa for his patience and posts on this bug. Sorry I don't know that I could change the status of the bug, in fact, I don't know how to do it now, I didn't find the option :(