I am trying to install the DNA-Analyzer Promethease but I am running into a few issues. After following the advice in How can I install a .bin file? I got the Promethease executable to run but it looks like the GUI is corrupted. Instead of characters I only see squares.
This is the corresponding output when running Promethease from a terminal:
nuc@nuc:~/Downloads$ sudo ./promethease
python version 2.7.3 (default, Sep 26 2013, 20:13:52)
[GCC 4.6.3]
using 64bit
using frozen /tmp/_MEIgwdF7c
temp is /tmp/tmpAFAjuq
I am: 0
terminal_interface loaded
can't use mwparserfromhell
argv ['/home/nuc/Downloads/promethease']
ui is starting wizard
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
UI logging to /home/nuc/Downloads/promethease.log
CWD: /home/nuc/Downloads
Redirecting logging to /home/nuc/Downloads/promethease.log
(promethease:14629): Pango-CRITICAL **: No modules found:
No builtin or dynamically loaded modules were found.
PangoFc will not work correctly.
This probably means there was an error in the creation of:
'/etc/pango/pango.modules'
You should create this file by running:
pango-querymodules > '/etc/pango/pango.modules'
(promethease:14629): Pango-WARNING **: failed to choose a font, expect ugly output. engine-type='PangoRenderFc', script='latin'
(promethease:14629): Pango-WARNING **: failed to choose a font, expect ugly output. engine-type='PangoRenderFc', script='common'
CWD: /home/nuc/Downloads
logged to /home/nuc/Downloads/promethease.log
user interface completed with status=0
How can I fix these issues and get Promethease to work properly?