figma-linux icon indicating copy to clipboard operation
figma-linux copied to clipboard

App binary not marked as executable

Open AlexFalappa opened this issue 3 years ago • 1 comments

  • App version: 0.9.6 and 0.10.0
  • OS: Ubuntu 18.04
  • Type of installed package (Snap, AppImage, deb, rpm, pacman): deb

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.

AlexFalappa avatar May 27 '22 08:05 AlexFalappa

  • App Version: figma-linux/focal,now 0.10.0-1ubuntu0 amd64
  • OS: Ubuntu 20.04
  • Installation method: Ubuntu PPA deb

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.

mbaltrusitis avatar Jul 28 '22 13:07 mbaltrusitis