Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Evolus Pencil Export page as HTML

I am trying to export a wireframe that I've made using Evolus Pencil to page/HTML template but it is not working. It freezes while exporting and does not provide any feedback about it or even raises any error message.

I'm using Ubuntu 14.04 64 bits with .deb version. The Evolus Pencil version is 2.0.5 and I've also tried installed the latest one in another machine. Does anyone have idea what is happening?

like image 831
frederico.estrela Avatar asked Jul 13 '15 06:07

frederico.estrela


Video Answer


1 Answers

The solution can be found here.

Tested in Ubuntu 14.04 x64 with Pencil installed as deb (just like you).

Follow these steps:

1- Download xulrunner

2- Extract in /opt (root required)

3- Edit /usr/bin/pencil with a text editor (root required)

4- Change /usr/bin/firefox to /opt/xulrunner/xulrunner and save

It should be working now, it does for me.

like image 108
DaniGuardiola Avatar answered Oct 21 '22 02:10

DaniGuardiola