Export to GitHub

evoluspencil - issue #412

Pencil 1.2 standalone doesn't work on Ubuntu 11.10


Posted on Feb 20, 2012 by Helpful Lion

What steps will reproduce the problem? 1. Install the standalone version 2. Try to run it

What is the expected output? - It should run

What do you see instead? - Could not find compatible GRE between version 1.9.1 and 1.9.2.*.

What version of the product are you using? On what operating system? - 1.2 standalone on Ubuntu 11.10

Please provide any additional information below. - I got it working by following a mix of these instructions:

http://code.google.com/p/evoluspencil/issues/detail?id=194 http://code.google.com/p/evoluspencil/issues/detail?can=2&start=0&num=100&q=&colspec=ID%20Type%20Status%20Priority%20Milestone%20Owner%20Summary&groupby=&sort=&id=323

On Ubuntu 11.10 (64 bit) I had to install xulrunner manually first since it's no longer available.

then create a file "runpencil" in the same directory as pencil with the contents:

!/bin/sh

PROGDIR=dirname $0 xulrunner $PROGDIR/application.ini

Then make itexecutable:

chmod +x runpencil

and run it:

./runpencil

Status: New

Labels:
Type-Defect Priority-Medium