1.<br />
Wireshark misses dependency on some font related stuff.<br />
2.<br />
<br />
3.<br />
Yum install wireshark wireshark-gnome<br />
4.<br />
trying to run wireshark ends with the following error:<br />
5.<br />
<br />
6.<br />
$ sudo wireshark<br />
7.<br />
No fonts found; this probably means that the fontconfig<br />
8.<br />
library is not correctly configured. You may need to<br />
9.<br />
edit the fonts.conf configuration file. More information<br />
10.<br />
about fontconfig can be found in the fontconfig(3) manual<br />
11.<br />
page and on <a href="http://fontconfig.org">http://fontconfig.org</a> [<a href="http://fontconfig.org" target="_blank">^</a>]<br />
12.<br />
<br />
13.<br />
<br />
14.<br />
fontconfig is installed<br />
15.<br />
$ sudo fc-cache -v<br />
16.<br />
fc-cache: "/usr/share/fonts": skipping, 0 fonts, 0 dirs<br />
17.<br />
fc-cache: "/usr/X11R6/lib/X11/fonts/Type1": skipping, no such directory<br />
18.<br />
fc-cache: "/usr/X11R6/lib/X11/fonts/OTF": skipping, no such directory<br />
19.<br />
fc-cache: "/home/admin/.fonts": skipping, no such directory<br />
20.<br />
fc-cache: succeeded<br />
21.<br />
<br />
22.<br />
I have tried installing different packages, xorg-x11-xfs and others, but no luck until I installed<br />
23.<br />
fonts-xorg-base<br />
24.<br />
<br />
25.<br />
/Sune
↧