Open GoogleCodeExporter opened 9 years ago
The simple shell script in
http://code.google.com/p/evoluspencil/issues/detail?id=194 solved my issue
with this.
create a file "runpencil" in the same directory as pencil with the contents:
#!/bin/sh
PROGDIR=`dirname $0`
xulrunner $PROGDIR/application.ini
Then make is executable and run it.
./runpencil
Original comment by anthony....@gmail.com
on 25 Jul 2011 at 4:14
I just followed the suggestions of comment #1. Now it works!
Original comment by marcoantoniofrias@gmail.com
on 28 Jul 2011 at 7:15
On Ubuntu 11.10 (64 bit) I had to install xulrunner manually.
- Download it here:
https://launchpad.net/ubuntu/oneiric/amd64/xulrunner-1.9.2/1.9.2.17+build3+nobin
only-0ubuntu1
- Install it: sudo dpkg -i
xulrunner-1.9.2_1.9.2.17+build3+nobinonly-0ubuntu1_amd64.deb
then I did what comment #1 said and it works!
Original comment by rossetti...@gmail.com
on 20 Feb 2012 at 8:58
Original issue reported on code.google.com by
marcoantoniofrias@gmail.com
on 18 Jul 2011 at 2:18