pencil icon indicating copy to clipboard operation
pencil copied to clipboard

Ubuntu 16.10 & 16.04 - Unable to drag and drop stencil to document

Open caiofior opened this issue 8 years ago • 9 comments

I'm unable to drag and drop stencil to document in version 2.0.12 and 2.0.5 in ubuntu 16.04 & 16.10.

I installed the software with deb package

On windows it works like a charm and a can see the changes made on windows environment.

caiofior avatar Dec 01 '16 09:12 caiofior

Xubuntu 16.10 is affected by this, too. Is there any other way than drag an drop to get the elements to the document?

JohannesAhlers avatar Dec 01 '16 11:12 JohannesAhlers

Yup, same problem here on Ubuntu gnome 16.04

BramVanBerkel avatar Dec 01 '16 12:12 BramVanBerkel

I also have this issue, currently using Linux Mint 17

Makreig avatar Dec 01 '16 15:12 Makreig

I tried again and again ad found the culprit and the solution.

This version of the software is a firefox app and in latest version of the browser drag and drop is no more supported.

So I compiled the software from source and enclosed firefox 40.03; now it works like a charm.

This is the result, unzip and exec the script pencil-2.0.21/pencil.sh

https://mega.nz/#!ColgHSrb!5WwnGZanWW6e6iiWCUQokpmzxxsKqTzJBhZ4n8HxGJY

Tested on Ubuntu 16.10

caiofior avatar Dec 02 '16 09:12 caiofior

I think this is fixed by modifying our deb to include xulrunner instead of depending on firefox

prikhi avatar Dec 06 '16 16:12 prikhi

I still have this issue with pencil-prototyping 2.0.21 (.deb from GitHub). I'm using Kubuntu (KDE) 16.04

~ » dpkg -I Downloads/pencil-prototyping-2.0.21-ubuntu-all.deb
 neues Debian-Paket, Version 2.0.
 Größe 23563114 Byte: control-Archiv= 433 Byte.
     385 Byte,    12 Zeilen      control              
 Package: pencil-prototyping
 Replaces: evoluspencil (<< 2.0-6~)
 Breaks: evoluspencil (<< 2.0-6~)
 Version: 2.0.21
 Section: devel
 Priority: optional
 Architecture: all
 Depends: firefox (>= 4.0) | iceweasel (>= 4.0)
 Installed-Size: 9216
 Maintainer: Pavan Rikhi <[email protected]>
 Description: GUI Prototyping/Wireframing
  Pencil is a multiplatform tool for GUI Prototyping/Wireframing

I have Mozilla Firefox 50.1.0 installed.

Installing Pencil 3 RC1 fixes the issue for me.

floeschie avatar Jan 19 '17 12:01 floeschie

This hasn't been fixed. Don't know when I will have the time to fix it.

Someone else could start by taking a look at the ubuntu function in builds/build.sh. The fix would include xulrunner in the package and modify the pencil script to call that xulrunner instead of firefox/iceweasel, then remove firefox/iceweasel from the ubuntu dependencies.

prikhi avatar Jan 19 '17 15:01 prikhi

Pencil 3 RC2 works for me, Ubuntu 16.04 LTS: https://github.com/evolus/pencil/releases

ferulisses avatar Feb 13 '17 12:02 ferulisses

I think the problem is Java. I have two computer, both also installed Pencil 2.0.5, but one installed with Java7.0, another one installed with Java8.0.....I discover that I can use the Pencil under Java7.0, but cannot use under Java 8.0.

ccmksy avatar Mar 17 '17 15:03 ccmksy