figma-linux
figma-linux copied to clipboard
"Open in desktop app" button doesn't logging in
- App version: 0.9.6 x86_64
- The output of
screenfetch: ? - Type of installed package (Snap, AppImage, deb, rpm, pacman): AppImage
Bug description When i click "Open in desktop app" nothing happens. Figma doesn't react on clicking in any way.
Screenshots

Additional context I've tried logging in in Gecko-based and Chromium-based browsers. Behaviour is almost identical.
@kukushkawi did you install the appImage as described in README.md?
@ChugunovRoman I've tried to install as described in readme, but there were problems. To double check I've just tried again and still there is errors: chmod is going okay but when I'm trying to install shell says:
sudo: figma-linux_0.9.6_linux_x86_64.AppImage: command not found
almost the same result if i'm adding sh after sudo:
./figma-linux_0.9.6_linux_x86_64.AppImage: 2: Syntax error: "(" unexpected
I've only managed to install without these steps
I have same problem on Linux Mint.
Same problem on Debian testing
I tried with latest version 0.10.0 and login does not work.
The solution is by
- replacing
AppRunwithfigma-linuxin/usr/share/applications/figma-linux.desktop - if that didn't help, run
xdg-mime default figma-linux.desktop x-scheme-handler/figma
The issue was because,
- the installation copies the bare
figma-linux.desktopto/usr/share/applicatons/whereExecisAppRun AppRunis an executable that runs inside the AppImage
@mizzunet Thank you very much! Dont understand first point but second helps :)