Open AlexFalappa opened 2 years ago
I am seeing the same issue as mentioned above and applied the same fix.
When installing .deb from the PPA the binary is marked as executable so it may be launched from the CLI.
User must explicitly mark the binary at /opt/figma-linux/figma-linux
as executable before being permitted to launch.
It seems the symlink in /usr/local/bin/figma-linux
is marked as 0777
but the underlying binary does not have any executable permissions.
Bug description After installing the deb tried to launch the Figma App but launcher did not show in Gnome Launcher. On a closer inspection the app binary
/opt/figma-linux/figma-linux
had not the executable bit set, after issuingsudo chmod +x /opt/figma-linux/figma-linux
all worked. The deb should make the app binary executable when installing.