You are not logged in.
Hi, I'm installing and config my first Arch installation. After install and config all the system now I am working in the look and feel of my system.
I recently installed a fonts. Copy a backup of diferent fonts in /usr/share/fonts. The fonts are:
[elrengo@xpsl421x .fonts]$ ls -l
total 272
drwx------ 1 elrengo users 4096 Sep 8 2010 AnonymousPro-1.002.001
drwx------ 1 elrengo users 4096 Sep 8 2010 AnonymousProMinus-1.002.001
drwx------ 1 elrengo users 4096 Feb 27 2011 dejavu-fonts-ttf-2.33
drwx------ 1 elrengo users 4096 Jun 10 2013 DroidFamily
drwx------ 1 elrengo users 135168 Jun 4 2012 googlefontdirectory
-rw------- 1 elrengo users 58464 Jun 10 2013 Inconsolata.otf
drwx------ 1 elrengo users 65536 Oct 3 2013 Windows7Fonts
[elrengo@xpsl421x .fonts]$ After that Firefox can not show all fonts. I try change the fonts, search fontconfig files in $HOME, reinstalling fontconfig, uninstall and re-install firefox with restore defaults but I do not see. I can not write too.
http://i.imgur.com/aIZvv6n.png
I need for your expirience!
Thanks in advance!
Regards
-- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code [jwr] --
Last edited by elrengo (2014-11-29 02:26:45)
Offline
Did you update your font cache?
sudo fc-cache -f -vOffline
Hi! When I re install the fontconfig packages run automatically the update font cache and not works.
Offline
Do you have this:
<dir>~/.fonts</dir>In your config? E.g. in /etc/fonts/fonts.conf
Offline
<!-- Font directory list -->
<dir>/usr/share/fonts</dir>
<dir>/usr/share/fonts</dir>
<dir prefix="xdg">fonts</dir>
<!-- the following element will be removed in the future -->
<dir>~/.fonts</dir>
<!--I was installed all fonts in "/usr/share/fonts" because I have a hibrid disk (ssd + hhd) /home is mounted in hdd and / it's in ssd.
I ran again the "sudo fc-cache -f -v" but I nothing changes. ![]()
[elrengo@xpsl421x ~]$ sudo fc-cache -f -v
[sudo] password for elrengo:
/usr/share/fonts: caching, new cache contents: 1 fonts, 15 dirs
/usr/share/fonts/100dpi: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/75dpi: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/AnonymousPro-1.002.001: caching, new cache contents: 4 fonts, 0 dirs
/usr/share/fonts/AnonymousProMinus-1.002.001: caching, new cache contents: 4 fonts, 0 dirs
/usr/share/fonts/DroidFamily: caching, new cache contents: 19 fonts, 0 dirs
/usr/share/fonts/TTF: caching, new cache contents: 82 fonts, 0 dirs
/usr/share/fonts/Type1: caching, new cache contents: 35 fonts, 0 dirs
/usr/share/fonts/Windows7Fonts: caching, new cache contents: 306 fonts, 0 dirs
/usr/share/fonts/artwiz-fonts: caching, new cache contents: 49 fonts, 0 dirs
/usr/share/fonts/cyrillic: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/dejavu-fonts-ttf-2.33: caching, new cache contents: 0 fonts, 2 dirs
/usr/share/fonts/dejavu-fonts-ttf-2.33/fontconfig: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/dejavu-fonts-ttf-2.33/ttf: caching, new cache contents: 21 fonts, 0 dirs
/usr/share/fonts/encodings: caching, new cache contents: 0 fonts, 1 dirs
/usr/share/fonts/encodings/large: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/googlefontdirectory: caching, new cache contents: 710 fonts, 0 dirs
/usr/share/fonts/misc: caching, new cache contents: 59 fonts, 0 dirs
/usr/share/fonts/util: caching, new cache contents: 0 fonts, 0 dirs
/root/.local/share/fonts: skipping, no such directory
/root/.fonts: skipping, no such directory
Re-scanning /usr/share/fonts: caching, new cache contents: 1 fonts, 15 dirs
Re-scanning /usr/share/fonts/dejavu-fonts-ttf-2.33: caching, new cache contents: 0 fonts, 2 dirs
Re-scanning /usr/share/fonts/encodings: caching, new cache contents: 0 fonts, 1 dirs
/var/cache/fontconfig: cleaning cache directory
/root/.cache/fontconfig: not cleaning non-existent cache directory
/root/.fontconfig: not cleaning non-existent cache directory
fc-cache: succeededLast edited by elrengo (2014-11-26 00:40:37)
Offline
Any news? anyone can provide some idea?
Thanks again!
Offline
Check that your font files (and subdirectories) in /usr/share/fonts/ are world-readable.
Offline
Hi! How I can do it?
The same fonts directorys I used in my old IBM OpenClient (RHEL6.5) with out any issue. When i was IBMer and use it's own linux distro based on RHEL.
Offline
find /usr/share/fonts -type d -print0 | xargs -0 chmod o=rx
find /usr/share/fonts -type f -print0 | xargs -0 chmod o=rOffline
Command output:
[elrengo@xpsl421x ~]$ find /usr/share/fonts -type d -print0 | xargs -0 chmod o=rx
chmod: changing permissions of ‘/usr/share/fonts’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/Type1’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/dejavu-fonts-ttf-2.33’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/dejavu-fonts-ttf-2.33/fontconfig’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/dejavu-fonts-ttf-2.33/ttf’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/DroidFamily’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/artwiz-fonts’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/AnonymousPro-1.002.001’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/100dpi’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/TTF’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/Windows7Fonts’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/75dpi’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/encodings’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/encodings/large’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/AnonymousProMinus-1.002.001’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/util’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/misc’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/googlefontdirectory’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/cyrillic’: Operation not permitted[elrengo@xpsl421x ~]$ sudo find /usr/share/fonts -type d -print0 | xargs -0 chmod o=rx
[sudo] password for elrengo:
chmod: changing permissions of ‘/usr/share/fonts’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/Type1’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/dejavu-fonts-ttf-2.33’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/dejavu-fonts-ttf-2.33/fontconfig’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/dejavu-fonts-ttf-2.33/ttf’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/DroidFamily’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/artwiz-fonts’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/AnonymousPro-1.002.001’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/100dpi’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/TTF’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/Windows7Fonts’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/75dpi’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/encodings’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/encodings/large’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/AnonymousProMinus-1.002.001’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/util’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/misc’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/googlefontdirectory’: Operation not permitted
chmod: changing permissions of ‘/usr/share/fonts/cyrillic’: Operation not permittedthe other return more fonts with the same leyend
Offline
Become root, *then* run the commands I gave.
Your attempts at "sudo" don't work, because of the pipe.
Offline
Thanks! That's WORKS!!!!! ![]()
Offline