prikhi / pencil

DEPRECATED: Multiplatform GUI Prototyping/Wireframing
https://github.com/evolus/pencil
GNU General Public License v2.0
1.92k stars 193 forks source link

2.0.18 Not working on Ubuntu 16.04 #842

Closed Defcon0 closed 7 years ago

Defcon0 commented 8 years ago

Installing the latest *.deb has no success. When starting the application, nothing happens :(

ne2rnas commented 8 years ago

In terminal, paste this: sudo gedit /usr/share/pencil-prototyping/application.ini

then, in application.ini file, change the following: MaxVersion=46.* to MaxVersion=47.*

source: https://github.com/prikhi/pencil/issues/840

gsavvid commented 8 years ago

Or to MaxVersion=48.* if your Firefox's version is 48 like in my case.

dweremeichik commented 8 years ago

@ne2rnas @gsavvid Does it seem to work fine for you when doing this?

gsavvid commented 8 years ago

@dweremeichik Yes, for me it works fine with MaxVersion=48.*

dweremeichik commented 8 years ago

Same for me, it looks like this can be changed in pencil/build/properties.sh however I don't know if there are any consequences that we should be aware of. Perhaps @prikhi can way in? I don't see any sort of project tests that can be run.

gsavvid commented 8 years ago

I've used it quite extensively the last 1 month or so and I haven't noticed any bugs or weird behavior whatsoever.

prikhi commented 7 years ago

Should be fixed. You might want to check out the http://github.com/evolus/pencil repo as well.