Probably due to the built-in java, but my package only seems to work when the permissions are set for root:admin 755 (rwxrwxr-x). I'm considering a campaign to push users to the web version.
@PE14_2 Composer doesn't handle extended attribute (xattr) settings well, so you might want to try using the Packages (http://s.sudre.free.fr/Software/Packages/about.html) app to create a .pkg installer for IGV instead.
I typically just run "sudo chown -R root:admin /Applications/IGV_Version#.app" before I drop it into Composer and it comes out fine.
@sdagley @daniel_behan thanks for your time - think that the build in Java gives the problem. After installing the pkg and do sudi chmod -R 775 IGV_2.19.1.app/ seems also works , but also busy with script for just downloading the latest version and installing, but I will try "sudo chown -R root:admin /Applications/IGV_Version#.app"
thanks all
Hi @PE14_2
Here's another way you can try,
so as not to use the terminal but your apps .PKG are already set to root and admin,
follow the following video instructions:
https://www.youtube.com/watch?v=TDom0f0Z-7I
important point at minute 4:45
https://youtu.be/TDom0f0Z-7I?si=hbeAzpwYWX4KU3KC&t=285
Hi @PE14_2
Here's another way you can try,
so as not to use the terminal but your apps .PKG are already set to root and admin,
follow the following video instructions:
https://www.youtube.com/watch?v=TDom0f0Z-7I
important point at minute 4:45
https://youtu.be/TDom0f0Z-7I?si=hbeAzpwYWX4KU3KC&t=285
@agungsujiwo thanks for the information