piskelapp / piskel

A simple web-based tool for Spriting and Pixel art.
http://piskelapp.com
Apache License 2.0
11.25k stars 788 forks source link

[Linux] [Offline] The libgconf-2.so.4 library is now deprecated and is no longer included in the distribution. #957

Open Jac08 opened 4 years ago

Jac08 commented 4 years ago

Bug description

Hi. In the previous version there was no problem, but in this update of my linux distribution (linux mint 19 to mint 20) it can no longer run piskel because apparently a library is missing (I don't know how to install, I run it from terminal). Researching the internet this libconf-2.so.4 library is already obsolete.

I tried to download it with my "apt" package manager: sudo apt install libgconf2-4 But it is no longer available, I don't know what else I can do. Regards.

Steps to reproduce the bug

  1. I enter the folder "Piskel-0.14.0-64bits"
  2. In the terminal I run ./piskel
  3. The terminal issues the following message: ./piskel: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory

Environment details

Sprite details

Feel free to include a screenshot of the bug, a .piskel file of the sprite or anything else that can help us investigate. image

MarcosHBastos commented 3 years ago

Workaround to this: sudo apt-get install libgconf-2-4

ayushmanchhabra commented 2 years ago

Try running/building the desktop app via #1049.