figma-linux
figma-linux copied to clipboard
Can`t launch figma-linux
App version:

The output of screenfetch:

Type of installed package (Snap, AppImage, deb, rpm, pacman): From PPA repo
Bug description I tried to install the app from PPA.
sudo add-apt-repository ppa:chrdevs/figma
sudo apt update
u
sudo apt install figma-linux -y
apt list -i|grep figma
I did it.
But, when I tried to launch, I got those errors:
I gave the executable rights:
cd /opt/figma-linux/
ll
sudo chmod +x figma-linux
But i didn`t help.
nikel@nikel-PC:/opt/figma-linux$ figma-linux
figma-linux: error while loading shared libraries: libffmpeg.so: cannot open shared object file: No such file or directory
Additional context

Unpacking https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/download/0.52.2/0.52.2-linux-x64.zip to /opt/figma-linux solved the problem for me
Unpacking https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/download/0.52.2/0.52.2-linux-x64.zip to /opt/figma-linux solved the problem for me
For me too. Thanks!
same problem here in Debian latest stable
Unpacking https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/download/0.52.2/0.52.2-linux-x64.zip to /opt/figma-linux solved the problem for me
~~Solved for me as well. Running Debian 10 Stable~~ There also seems to be a WebGL error when opening a project. More missing graphics libraries I would assume.
I had the same problem, after installing on Figma Linux 0.7.4 on Linux Mint 20.1.
I get an error like this.

I tried this.
sudo chmod a+x /opt/figma-linux/figma-linux
And the result
figma-linux: error while loading shared libraries: libffmpeg.so: cannot open shared object file: No such file or directory
I managed to fix it by manually adding libffmpeg.so to /opt/figma-linux/. You can download it from https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/download/0.52.2/0.52.2-linux-x64.zip
Just reinstall to solve this problem
On Mon, Jun 21, 2021 at 8:31 PM Saeful Rahman @.***> wrote:
I had the same problem, after installing on Figma Linux 0.7.4 on Linux Mint 20.1.
I get an error like this. [image: Error-persmission] https://user-images.githubusercontent.com/6184154/122783437-c46bc500-d2db-11eb-84fc-432684c6c6ca.png
I tried this. sudo chmod a+x /opt/figma-linux/figma-linux
And the result
figma-linux: error while loading shared libraries: libffmpeg.so: cannot open shared object file: No such file or directory
Now I don't know how to fix it
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Figma-Linux/figma-linux/issues/202#issuecomment-865105287, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANGUNG7JWQLNAEQCKBZNNEDTT5H45ANCNFSM44VF5QPA .
Just reinstall to solve this problem … On Mon, Jun 21, 2021 at 8:31 PM Saeful Rahman @.***> wrote: I had the same problem, after installing on Figma Linux 0.7.4 on Linux Mint 20.1. I get an error like this. [image: Error-persmission] https://user-images.githubusercontent.com/6184154/122783437-c46bc500-d2db-11eb-84fc-432684c6c6ca.png I tried this. sudo chmod a+x /opt/figma-linux/figma-linux And the result figma-linux: error while loading shared libraries: libffmpeg.so: cannot open shared object file: No such file or directory Now I don't know how to fix it — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#202 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANGUNG7JWQLNAEQCKBZNNEDTT5H45ANCNFSM44VF5QPA .
I've tried reinstalling, the result is the same. Unpacking https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/download/0.52.2/0.52.2-linux-x64.zip to /opt/figma-linux solved the problem for me now