Public bug reported:

Binary package hint: freej

Steps to recreate:
add a textlayer with ctrl+t, and watch freej crash, or run a script at startup 
that adds a text-layer (something like this):

// fj-text.js
my_text_layer = new TextLayer();
add_layer(my_text_layer);
my_text_layer.print("hello world!");
// end

then: $ freej -j fj-text.js . It'll output this error (and not crash,
however, it'll fail):

[!] no truetype fonts found on your system, dirs searched:
[!] /usr/X11R6/lib/X11/fonts/TTF
[!] /usr/X11R6/lib/X11/fonts/truetype
[!] /usr/X11R6/lib/X11/fonts/TrueType
[!] /usr/share/truetype
[!] you should install .ttf fonts in one of the directories above.
[!] add_layer: problem occurred initializing Layer

** Affects: freej (Ubuntu)
     Importance: Undecided
         Status: New

-- 
FreeJ crashes when adding a text-layer
https://bugs.launchpad.net/bugs/150115
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to