figma-linux icon indicating copy to clipboard operation
figma-linux copied to clipboard

Error run figma linux

Open UalinooriU opened this issue 2 years ago • 1 comments

  • 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)

UalinooriU avatar Sep 21 '22 07:09 UalinooriU

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

mat-his avatar Sep 21 '22 10:09 mat-his