PDA

View Full Version : [ubuntu] bitstream vera sans mono gone in 9.10



clementmunns
February 3rd, 2010, 12:41 AM
Just went from 9.04 to 9.10 and did all the ttf bit, but alas my favorite font has been disappeared. Any help would be appreciated.

khughitt
February 15th, 2010, 11:43 AM
*bump*

Anyone know what happened?

iKevin
February 20th, 2010, 03:40 PM
I am also interested in this font. Can I manually download it?

Jacob001
February 21st, 2010, 12:21 PM
I had the same problem, after upgrading to 9.10 Xubuntu this beautiful font was gone ... a real pain in the butt ! :cry:
Since this is my favourite XEmacs font.

It took me quite some time to fix it in xemacs, maybe it's useful for someone else, so here it goes :

download the Bitstream Vera Sans Mono from www.gnome.org/fonts (http://www.gnome.org/fonts)
put them in ~/.fonts
// scan the font directories on the system and build font cache files
fc-cache -f
// check if ok
fc-list | grep Bitstream
cd ~/.fonts
// for every font file found create X11 XLFD-name and add to fonts.scale
mkfontscale
// read the font files in the directory, convert names to lower case and add names to file
// "fonts.dir" in the directory
mkfontdir
// add this dir to the FONT path
xset fp+ ~/.fonts
// can check with
xset -q

// now to add dir to the fontpath permanently (e.g. after reboot) : add it
// to /etc/X11/xorg.conf as :
Section "Files"
FontPath "/home/???/.fonts"
EndSection

pebo
February 21st, 2010, 01:02 PM
ttf-dejavu: font family based on the Bitstream Vera Fonts with a wider range of characters

dejavu-sans-mono is a drop-in replacement