Bug 929372 - After updating to 2.10.92-1.fc19.x86_64, font match uses only local fonts.
Summary: After updating to 2.10.92-1.fc19.x86_64, font match uses only local fonts.
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: fontconfig
Version: 19
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Akira TAGOH
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-03-30 02:20 UTC by sangu
Modified: 2013-04-01 09:17 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-04-01 09:17:42 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
gnome-terminal according to fontconfig versions. (65.08 KB, image/png)
2013-03-30 02:20 UTC, sangu
no flags Details

Description sangu 2013-03-30 02:20:10 UTC
Created attachment 718209 [details]
gnome-terminal according to fontconfig versions.

Description of problem:
in 2.10.92-1.fc19
$ ps ax | grep terminal
 2761 ?        Sl     0:06 /usr/libexec/gnome-terminal-server
 3556 pts/4    S+     0:00 gdb /usr/libexec/gnome-terminal-server coredump
 4077 pts/5    S+     0:00 grep --color=auto terminal
$ pmap -x 2761 | grep ttf
00007fb79d68b000    4076     248       0 r---- NanumGothicExtraBold.ttf
00007fb79da86000    2264     400       0 r---- NanumGothic_Coding.ttf
00007fb7a80c6000    4244     664       0 r---- NanumGothic.ttf

in 2.10.91-3.fc19
$ ps ax | grep terminal
 4272 ?        Sl     0:01 /usr/libexec/gnome-terminal-server
 4476 pts/2    S+     0:00 grep --color=auto terminal
$ pmap -x 4272 | grep ttf
00007f62c00eb000    2264      80       0 r---- NanumGothic_Coding.ttf
00007f62c1bb8000    4244     220       0 r---- NanumGothic.ttf
00007f62c1fdd000     232      48       0 r---- DejaVuSansMono-BoldOblique.ttf
00007f62c8016000     240      52       0 r---- DejaVuSansMono-Oblique.ttf
00007f62c8052000     308      52       0 r---- DejaVuSansMono-Bold.ttf
00007f62c809f000     328      60       0 r---- DejaVuSansMono.ttf


Version-Release number of selected component (if applicable):
fontconfig-2.10.92-1.fc19.x86_64

How reproducible:
always

Steps to Reproduce:
1. 
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 sangu 2013-03-30 12:53:54 UTC
locale is ko_KR.UTF-8

Comment 2 Akira TAGOH 2013-04-01 09:17:42 UTC
Fixed in 2.10.92-2


Note You need to log in before you can comment on or make changes to this bug.