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

Can`t launch figma-linux

Open nikelborm opened this issue 4 years ago • 7 comments
trafficstars

App version: Screenshot_20210511_141858

The output of screenfetch: Screenshot_20210511_141513

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: Screenshot_20210511_132201 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 Screenshot_20210511_142339

nikelborm avatar May 11 '21 11:05 nikelborm

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

orkoshop avatar May 11 '21 13:05 orkoshop

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!

nikelborm avatar May 11 '21 14:05 nikelborm

same problem here in Debian latest stable

swarupbhc avatar May 13 '21 17:05 swarupbhc

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.

hxdeci avatar May 25 '21 20:05 hxdeci

I had the same problem, after installing on Figma Linux 0.7.4 on Linux Mint 20.1.

I get an error like this. Error-persmission

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

saefulrahman avatar Jun 21 '21 15:06 saefulrahman

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 .

swarupbhc avatar Jun 21 '21 15:06 swarupbhc

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

saefulrahman avatar Jun 21 '21 15:06 saefulrahman