colorpicker icon indicating copy to clipboard operation
colorpicker copied to clipboard

Uncaught Exception version GLIBC_2.34 not found

Open kabeza opened this issue 3 years ago • 4 comments

Describe the bug I'm getting a JavaScript error while trying to pick a color

To Reproduce Steps to reproduce the behavior:

  1. Install deb package
  2. Open the app from AppLauncher
  3. Click on Pick Color Icon
  4. See the error

Expected behavior To pick the color on screen

Screenshots imagen_0706

OS (please complete the following information):

  • OS: ElementaryOS
  • Version 5.1.7 Hera

Colorpicker (please complete the following information):

  • Version 2.1.0

kabeza avatar Jul 28 '22 14:07 kabeza

Hey @kabeza thank you for your bug report! I didn't already saw this issue, sorry for getting this.. Have you tried to install the .AppImage instead? Looks to be more stable than .deb one

If it's don't work, you can try to install glibc and lib32-glibc, it should be related to your issue. sudo pacman -S glibc lib32-glibc

thank you!

Toinane avatar Jul 29 '22 12:07 Toinane

Hi @Toinane I didn't know about AppImage format

I got the latest appImage file, moved to my home folder, gave correct attrs and executed It took so long, but got the same error

imagen_0708

I don't have pacman (my OS is Ubuntu based) so I'll do some research about how to upgrade GLIB version with APT, because I already have it installed for developing React Native (hope upgrading glib doesn't screw this lol)

Thanks

kabeza avatar Jul 29 '22 12:07 kabeza