carloslfu / figma-app-linux

Unofficial Figma desktop app rebuild for Linux users.
86 stars 4 forks source link

figma desktop is out of date #17

Open takachou opened 5 years ago

takachou commented 5 years ago

I got the above error while using the app today,

figma desktop is out of date, please download the recent version.

jackbillstrom commented 5 years ago

This should be closed due of duplicate, see issue #14

I made a fork, to be able to build own relases for those who doesn't build from this repo https://github.com/jackbillstrom/figma-app-linux/releases/tag/68.5.1

codeitlikemiley commented 5 years ago

this forked should be merge? i hate using an AppImage, better i manage my linux install using pacman or yay. The One on the AUR repo wont work but your AppImage works.. So i think this should be merge.

Any reason you are not making any Pull Request on this?

jackbillstrom commented 5 years ago

Hi @codeitlikemiley, that's because I am currently working on a fix that would either:

  1. Recognize a update, and then update & rebuild itself

or

  1. Automated builds that pushes executables to releases
carloslfu commented 5 years ago

Updated release here.

carloslfu commented 5 years ago

Wow! @jackbillstrom that would be awesome!

codeitlikemiley commented 5 years ago

Works like a charm on my Archlinux :)

hezral commented 5 years ago

This just came up again today. Can we get a new build release? Please

nagdav853 commented 5 years ago

today it came up for me too 😭

hezral commented 5 years ago

I managed to build it and its working now. not sure how to share this back. perhaps a pull request?

nagdav853 commented 5 years ago

my appimage was on version 68 and when i compiled from source it Figma-75.0.0-x86_64.AppImage i tried installing every dependency but i still get errors while compiling and when i try to run the appimage nothing will show up 😕 can someone send me a newly compiled version which works?

nagdav853 commented 5 years ago

@carloslfu can you upload a newly compiled appimage to the releases?

hezral commented 5 years ago

You need to compile with node 8x and also make sure to install the lib stated in the readme

nagdav853 commented 5 years ago

huh, then node 12.9 won't work? 😕

hezral commented 5 years ago

Seems so, i tried with 12.x initially and it didn't load the app after build. Not familiar to debug it so i tried with 8.x and it worked and didn't have any errors during build

nagdav853 commented 5 years ago

thanks! i'll try version 8 then 😊