Figma-Linux / figma-linux

Figma is the first interface design tool based in the browser, making it easier for teams to create software. Join us in https://t.me/figma_linux
GNU General Public License v2.0
2.72k stars 165 forks source link

App binary not marked as executable #288

Open AlexFalappa opened 2 years ago

AlexFalappa commented 2 years ago

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 issuing sudo chmod +x /opt/figma-linux/figma-linux all worked. The deb should make the app binary executable when installing.

mbaltrusitis commented 2 years ago

I am seeing the same issue as mentioned above and applied the same fix.

expected behavior.

When installing .deb from the PPA the binary is marked as executable so it may be launched from the CLI.

actual behavior.

User must explicitly mark the binary at /opt/figma-linux/figma-linux as executable before being permitted to launch.

supplemental info.

It seems the symlink in /usr/local/bin/figma-linux is marked as 0777 but the underlying binary does not have any executable permissions.