ujust get-lsfg-vk execution permission issue
Hello, I tried installing lsfg-vk via teh ujust command, it installs just fine but gives the message "'lsfg-vk-ui' was found in usr/local/bin/lsfg-vk-ui but execution permissions are missing."
I tried going to properties on the file, but all the permission options are greyed out. Uninstalling/reinstalling using the ujust command doesnt work either.

2 Replies
Yeah I was getting this also. Looks like it loads without the execution permissions. I got around it by modifying the permissions directly.
From the Terminal
cd /usr/local/bin/
sudo chmod 777 lsfg-vk-ui
should let you run it after that. (Chmod 777 is usually frowned on since its just opening the executable up to anything)
Thanks a lot. I will try the fixed update but surely will try this in case it goes wrong