Results 1 to 5 of 5

Thread: bitstream vera sans mono gone in 9.10

Hybrid View

  1. #1
    Join Date
    Apr 2009
    Beans
    6

    bitstream vera sans mono gone in 9.10

    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.

  2. #2
    Join Date
    Dec 2006
    Beans
    348

    Re: bitstream vera sans mono gone in 9.10

    *bump*

    Anyone know what happened?

  3. #3
    Join Date
    Apr 2005
    Beans
    46

    Re: bitstream vera sans mono gone in 9.10

    I am also interested in this font. Can I manually download it?

  4. #4
    Join Date
    Feb 2010
    Beans
    1

    Lightbulb Re: bitstream vera sans mono gone in 9.10

    I had the same problem, after upgrading to 9.10 Xubuntu this beautiful font was gone ... a real pain in the butt !
    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
    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
    Last edited by Jacob001; February 21st, 2010 at 12:26 PM.

  5. #5
    Join Date
    Aug 2005
    Beans
    201

    Re: bitstream vera sans mono gone in 9.10

    ttf-dejavu: font family based on the Bitstream Vera Fonts with a wider range of characters

    dejavu-sans-mono is a drop-in replacement

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •