302bis / figma-app-ubuntu

Ubuntu app of the Awesome Design Tool called figma
53 stars 3 forks source link

error: snap "figma" not found (at least in channel "edge") #6

Open saqibddb opened 6 years ago

saqibddb commented 6 years ago

Hello,

Trying to download this but looks like this isn't available on the specified channel. Any help would be greatly appreciated!

Thanks,

Saqib

Demonius commented 6 years ago

Hello.

I do not download figma app from snap repositories. figma not found

Thanks

sdesign commented 6 years ago

download source sudo snap install --dangerous /path/to/figma

@saqibddb @Demonius

Demonius commented 6 years ago

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

sdesign commented 6 years ago

@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

Demonius commented 6 years ago

@sdesign thanks for command

sdesign commented 6 years ago

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

Demonius commented 6 years ago

@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

sdesign commented 6 years ago

@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

Demonius commented 6 years ago

@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

sdesign commented 6 years ago

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)

nikhilswain commented 4 years ago

installed figma from this command sudo snap install figma-linux but can't open it now