Figma-Linux / figma-linux

Figma is the first interface design tool based in the browser, making it easier for teams to create software. Join us in https://t.me/figma_linux
GNU General Public License v2.0
2.55k stars 155 forks source link

Error run figma linux #305

Open UalinooriU opened 1 year ago

UalinooriU commented 1 year ago
mat-his commented 1 year ago

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