fvim icon indicating copy to clipboard operation
fvim copied to clipboard

Cannot get access to Documents, Desktop, and Downloads on Catalina

Open tssm opened this issue 5 years ago • 3 comments

I just updated to Catalina and since then I cannot access files located in the mentioned folders. I'm pretty sure it's related to the new Privacy settings, but even if I grant FVim Full Disk Access the problem persists. I also tried removing the granted permissions with tccutil, but FVim doesn't ask for any permission after that. I tried nvim running in the terminal and it works perfectly. I also tried another Neovim GUI (goneovim) and it asks for permissions and works without problem.

Reading other issues here looks like I'm not the only Catalina user. Has anyone else experience it?

tssm avatar Jan 12 '20 15:01 tssm

Thanks for reporting. I'll tackle with OSX bugs when I get access to a Mac.

yatli avatar Feb 20 '20 16:02 yatli

Hey, thanks for FVim! Do you know how can I run it (after a local build) without polluting my system? I would like to help with the macOS stuff (and learn a bit of F# in the process), but I would also like to use the .NET binaries here instead of the installer, so I wonder if I can run my build passing the .NET somehow

tssm avatar Feb 26 '20 09:02 tssm

  • git clone https://github.com/yatli/fvim
  • cd fvim
  • dotnet run

Make sure you have dotnet and nvim in your $PATH Also, we're running .NET Core 3.1 now: https://dotnet.microsoft.com/download/dotnet-core/3.1

yatli avatar Feb 26 '20 09:02 yatli