hdsoftware / evoluspencil

Automatically exported from code.google.com/p/evoluspencil
0 stars 0 forks source link

Pencil 1.2 standalone doesn't work on Ubuntu 11.10 #412

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.

- 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 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

Original issue reported on code.google.com by rossetti...@gmail.com on 20 Feb 2012 at 9:06