User loginNavigationForum topicsActive forum topics:New forum topics:Upcoming eventsLatest ArticlesPoll 2nd Eglug Gnu/Linux InstallFest 2005 I'll attend ,I'll enjoy your demos. 10% I'll attend ,I'll help. 66% I'll present Gnu/Linux thing. 10% I am sponsor ,I'll represent my boss vision 3% I'll be busy re-installing my crashy OS 0% I am overloaded with El-Omraneya stuff 10% Total votes: 29 Linux Counter Egypt StatisticsNewsForgeWho's newWho's onlineThere are currently 2 users and 25 guests online.
Online users: |
Hello,
Problem of adobe is not about the fonts. It's about this utf-8 or LANG.
To run acrobat reader from the shell:
export LANG=""
/usr/local/Acrobat5/bin/acroread &
Regarding the font installation on Redhat, there is two font subsystms. Fontconfig, and xfs. xfs ~ 15 years old, and is planned to be replaced by Fontconfig.
Anyway, to configure fonts for Fontconfig:
fc-cache font-path
Individual users may also install fonts graphically, by browsing to fonts:/// in Nautilus, and dragging the new font files there.
adding font for xfs requires more steps:
mkdir /usr/share/fonts/local/
mkfontdir /usr/share/fonts/local/
chkfontpath --add /usr/share/fonts/local/
ttmkfdir -d /usr/share/fonts/local/ -o /usr/share/fonts/local/fonts.scale
service xfs reload