Open saqibddb opened 6 years ago
Hello.
I do not download figma app from snap repositories. figma not found
Thanks
download source sudo snap install --dangerous /path/to/figma
@saqibddb @Demonius
answer for command
dmitriy@dmitriy-B250M-DS3H ~ $ sudo snap install --dangerous /home/dmitriy/figma-app-ubuntu error: cannot communicate with server: Post http://localhost/v2/snaps: read /home/dmitriy/figma-app-ubuntu: is a directory
@Demonius you have to point the path to the .snap file sudo snap install --dangerous /home/dmitriy/figma-app-ubuntu/figma_0.3_amd64.snap
@sdesign thanks for command
also go chrome://flags > Override software rendering list > enable chrome://flags > GPU rasterization > enable on all layers see if you have webgl enabled > chrome://gpu/ You'll also need these too in your figma.desktop file --ignore-gpu-blacklist --enable-es3-apis yw @Demonius
@sdesign I do all what you say but figma not work correctly. It don't start my project in app but in firefox work correctly
@Demonius try download 04.snap from release then sudo snap install --dangerous /home/dmitriy/figma-app-ubuntu/figma_0.4_amd64.snap and try go figma settings (logged in in chrome) and change your account to be logged in with email not google authentification
@sdesign I download latest release from git, install and my account in figma don't dependency google. In chrome I don't auth in figma, I work with firefox
Ok. @Demonius
First you need to locate the .desktop file of the snap (the shortcut)
locate -i figma.desktop
Find the snap figma.desktop
Mine's /var/lib/snapd/desktop/applications/figma_figma.desktop
Than go vim (or gedit / scratch-text-editor)
sudo vim /var/lib/snapd/desktop/applications/figma_figma.desktop
and put the /snap/bin/figma in between quotes so the exec field would be
Exec=env BAMF_DESKTOP_FILE_HINT=/var/lib/snapd/desktop/applications/figma_figma.desktop "/snap/bin/figma"
(don't copy paste, just put snap/bin/figma in " " )
also change your Name=Castle Arena to Name=Figma (this is optional)
installed figma from this command sudo snap install figma-linux but can't open it now
Hello,
Trying to download this but looks like this isn't available on the specified channel. Any help would be greatly appreciated!
Thanks,
Saqib