Uncaught Exception version GLIBC_2.34 not found
Describe the bug I'm getting a JavaScript error while trying to pick a color
To Reproduce Steps to reproduce the behavior:
- Install deb package
- Open the app from AppLauncher
- Click on Pick Color Icon
- See the error
Expected behavior To pick the color on screen
Screenshots

OS (please complete the following information):
- OS: ElementaryOS
- Version 5.1.7 Hera
Colorpicker (please complete the following information):
- Version 2.1.0
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!
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

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