figma-linux
figma-linux copied to clipboard
Error run figma linux
- App version: 0.10.0
- The output of
screenfetch
: - Type of installed package (Snap, AppImage, deb, rpm, pacman): deb Bug description Describe what happened error message
/opt/figma-linux/figma-linux %U
/opt/figma-linux/figma-linux: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /opt/figma-linux/libpng16.so.16)
Be sure your target GLIBC
version is present on your system by running:
strings /usr/lib/libm.so.6 | grep GLIBC_2.29
Then you can fix this by copying lib:
sudo cp /usr/lib/libm.so.6 /opt/figma-linux/libm.so.6
The destination path can slightly differs between distros. Your own can be found from error raised. Source: arch linux post