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

Import image not working on Linux desktop application #419

Closed
jonshouse1 opened this issue Mar 3, 2016 · 4 comments
Closed

Import image not working on Linux desktop application #419

jonshouse1 opened this issue Mar 3, 2016 · 4 comments
Labels

Comments

@jonshouse1
Copy link

I have tried everything I can think of.

I select import Image, browse to a png, it shows a preview, I select "Import" by pressing the button, nothing happens - app just seems to ignore me ?

@juliandescottes
Copy link
Collaborator

Thanks for reporting the issue.

Can you :

Thanks!

@jonshouse1
Copy link
Author

Import works for the image on the online version.

I cant see the option to attach a file here so I have stuck the file here:
http://www.jonshouse.co.uk/ffout1301.png

The piskel binary I am using should be recent, it has the md5sum:
20846a5f9f77d2cfcdd14ef915ee5cf3 piskel

The directory the binary is in is writeable by the linux user.

Many thanks,
Jon

@juliandescottes
Copy link
Collaborator

Just reproduced with the latest 0.6.0 on Ubuntu 14.04.4.

From my limited testing it looks like the issue is with the confirm prompt.
All the flows using a native window.alert/confirm/prompt are not working apparently on Linux.

Looks like this was fixed in nwjs 12.0 (see nwjs/nw.js#2683)

For now I use nwjs 11.5 for windows and linux builds, which could explain the issue. I will update to 12.0 (or newer) when releasing 0.7.0.

Impacted features are:

  • importing image
  • renaming layers
  • restoring session

As a workaround you can either

(1) use the website version
or
(2) import the image on the website, save as .piskel, import the .piskel on the offline app (phew ...)

Thanks a lot for bringing this to my attention @jonshouse1 !

@juliandescottes juliandescottes changed the title Linux version, import shows preview but does nothing ? Import image not working on Linux desktop application Mar 5, 2016
@jonshouse1
Copy link
Author

It would be great to use the offline version, let me know when a new release is ready. Thanks.

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

No branches or pull requests

2 participants