Export to GitHub

evoluspencil - issue #312

Not working with xulrunner 2.0.1


Posted on Jun 7, 2011 by Quick Cat

What steps will reproduce the problem? 1. Install Fedora 15 2. Install pencil from the rpm

What is the expected output? What do you see instead? Error: Platform version '2.0.1' is not compatible with minVersion >= 1.9.1 maxVersion <= 1.9.2.*

What version of the product are you using? On what operating system? evolus-pencil-1.2-0.i386.rpm Fedora 15

Please provide any additional information below.

Comment #1

Posted on Oct 6, 2011 by Happy Giraffe

$ evoluspencil Error: Platform version '7.0.1' is not compatible with minVersion >= 1.9.1 maxVersion <= 1.9.2.*

and waiting ... an answer! to know what does!

Comment #2

Posted on Oct 12, 2011 by Happy Monkey

Not working with xulrunner 2 and above.

Linux Gentoo and Other GNU/Linux: Pencil-1.2-0-linux-gtk.tar.gz package

I even changed maxVersion <= 2.*

And still not running

And it not working with Firefox 6 ))) How can I use this app?

Comment #3

Posted on Dec 12, 2011 by Happy Lion

Hello, having the same issue, how did you get it running? Maybe I should package an official rpm ;). Greets

Comment #4

Posted on Dec 14, 2011 by Grumpy Rabbit

I was able to running it from the svn branch Pencil 2.0 Then running the build/build.sh You may have to edit it to make it "build" (I would say deploy, it's not compiling anything) our OS version. Mine is Mac OSX Then install the latetest xulrunner 8.0.* from http://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/ I think it support till the latest 8.* version Then after having intalled the xulrunner binaries I followed this article https://developer.mozilla.org/en/XULRunner/Deploying_XULRunner_1.8#Mac_OS_X And after having revised the build.sh I noted that it was using the build/Mac folder of the SVN, so I copy the XUL.Framework in there like this:

cd /build/Mac/Pencil.app/Contents/Frameworks mkdir XUL.framework rsync -rl /Library/Frameworks/XUL.framework/Versions/8.0.1/ XUL.framework cd ../MacOS cp /Library/Frameworks/XUL.framework/Versions/8.0.1/xulrunner xulrunner

Then run the build.sh and when finished you will have a Pencil.app in the build/Output folder. Cd into it and: chmod -R 755 Pencil.app

Take into account that 8.0.1 is my current xulrunner version.

Status: New

Labels:
Type-Defect Priority-Medium