Platform: MacOS V10.12.6 Sierra 2015 Macbook Air
Step to reproduce : Download zip file and run the .app file.
Current behaviour: Alerts that program needs to be in applications folder and closes the program
Expected behaviour : Should alert you once, and not close the program
Workaround: Use an older version of Kap.
I run a school issued computer, so I cannot install .dmg applications, and I am not administrator, so I cannot move it to the Applications folder. It is a very useful application, and I hope you can make this available as a portable version or fix this issue.
We did this to work around an issue we were having, but hoping we can make it possible to run Kap without moving it to your Applications folder for our next major release (cc: @sindresorhus). Best of luck with your studies!
Thanks so much :)
We cannot change this. See the commit it was introduced https://github.com/wulkano/kap/commit/5c04d41703024c9e5a924f84b3ad2ccc03cb7ac6 and longer explanation here: https://github.com/sindresorhus/electron-util#enforcemacosapplocation-macos
@Mosrod Try moving it to ~/Applications instead of /Applications. That should not require admin privileges.
It works for me having it in ~/Applications
I can't make it work neither in /Applications nor in ~/Applications
All I get is: "Please move Kap to your Applications folder to ensure it runs correctly."
@hedin-hiervard Can you try the latest beta which has a better detection for the Applications folder: https://github.com/wulkano/kap/releases/tag/v3.0.0-beta.3
Closing for lack of response. This is most likely fixed in v3.
Most helpful comment
We cannot change this. See the commit it was introduced https://github.com/wulkano/kap/commit/5c04d41703024c9e5a924f84b3ad2ccc03cb7ac6 and longer explanation here: https://github.com/sindresorhus/electron-util#enforcemacosapplocation-macos
@Mosrod Try moving it to
~/Applicationsinstead of/Applications. That should not require admin privileges.