Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue Mar 31, 2015 · 0 comments
Open

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

GoogleCodeExporter opened this issue Mar 31, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant