Open GoogleCodeExporter opened 8 years ago
http://www.adras.com/Removing-Samyak-Oriya-fonts-from-Slack13.t8377-75.html
has some tips for dealing with this situation on slackware.
In short, it's something like
1. verify that the bad fonts show up, e.g.
xlsfonts | egrep -i "samyak|oriya"
should show the font you want to remove.
2. Remove the bad font (e.g. ttf-indic-fonts-0.4.7.4-noarch-1 ) using pkgtool
3. Update the font index and/or cache
cd /usr/share/fonts/TTF
sudo mkfontscale
sudo mkfontdir
sudo fc-cache -f .
4. Make sure the bad fonts don't show up anymore in the list of fonts, e.g.
xlsfonts | egrep -i "samyak|oriya"
should show nothing.
Original comment by daniel.r...@gmail.com
on 19 Jan 2013 at 10:25
To remove i used
removepkg ttf-indic-fonts-0.4.7.4-noarch-1
after doing everything that you said I had to reboot the system.
And then it worked!!
I did
winetricks dotnet20
and it installed everything.
It still issued the "mono not found" although mono is installed.
But everything worked ok
Original comment by dannysan...@gmail.com
on 20 Jan 2013 at 5:38
Good.
(The "mono not found" refers to win32 mono, not system mono, so you'll get
that whether or not you have linux mono installed.)
I suppose the action on this would be to detect the system type
and issue the appropriate tips for the current operating system.
I'm not likely to get around to that, but would consider patches if someone
else wanted to.
Original comment by daniel.r...@gmail.com
on 20 Jan 2013 at 5:46
Original comment by daniel.r...@gmail.com
on 20 Jan 2013 at 5:47
Original issue reported on code.google.com by
dannysan...@gmail.com
on 19 Jan 2013 at 9:58