Got font not found error

Issue #1 resolved
David Xie created an issue

Steps to reproduce:

  1. Install fonts-tweak-tool
  2. Open it
  3. Click "Fonts Properties"
  4. Add "WenQuanYi Micro Hei"
  5. See error from terminal

See attachment.

Comments (4)

  1. David Xie reporter

    I am using source code to build this package and used it. I think it should be newest code.

  2. Akira TAGOH repo owner

    try this on python:

    import gi
    from gi.repository import Easyfc
    print Easyfc.version()
    
  3. David Xie reporter

    davidx@Tokyo ~> python Python 2.7.3 (default, Aug 9 2012, 17:23:57) [GCC 4.7.1 20120720 (Red Hat 4.7.1-5)] on linux2 Type "help", "copyright", "credits" or "license" for more information.

    import gi from gi.repository import Easyfc Easyfc.version() '0.10'

    Seems I am not using newest libeasyfc.

  4. Log in to comment