wulkano / Kap

An open-source screen recorder built with web technology
https://getkap.co
MIT License
18.13k stars 827 forks source link

Kap must live in the Applications folder to be able to run correctly #1141

Closed davidnormo closed 2 years ago

davidnormo commented 2 years ago

macOS version:

ProductName:    macOS
ProductVersion: 12.6
BuildVersion:   21G115

Kap version: 3.5.5

Steps to reproduce

  1. Install Kap to a directory but not ~/Applications
  2. Open Kap

Current behaviour

Screenshot 2022-10-06 at 09 29 13

Expected behaviour

Kap should work as normal being started from any user directory folder e.g. ~/Documents or ~/Documents/myFolder

Workaround

I was able to get it to work:

$ sudo mv ~/Documents/application/Kap.app ~/Applications

This used to work but I recently updated to Monterey (macOS 12.6) and then opening Kap failed with an error message. I updated Kap to the latest version but now it won't install from my ~/Documents/application directory.

I use this directory because I'm using a work machine that is managed and adding applications to ~/Applications requires admin authentication which I don't have.

I'm using the above workaround for now so this is only a minor issue

timothyis commented 2 years ago

@sindresorhus do you remember the reason for this? It would be good to document the reason.

sindresorhus commented 2 years ago

I prevented some issues because of App Translocation.

timothyis commented 2 years ago

In this case, I'll close the issue. Also because this is the first request we've received. Thanks for submitting though @davidnormo.