[BUG] Homebrew version causes the kekaextension app to no longer work
Configuration
- Keka version: [1.4.3 (from HomeBrew)]
- macOS version: [12.7.5]
Describe the bug
The Finder extension isn't showing up as an option in system preferences. This has only been happening ever since the last update (when updating via HomeBrew). Below is what happens when I run the executable in a terminal window.
"Last login: Sat Jul 6 12:59:07 on ttys000 ~ % /Applications/KekaExternalHelper.app/Contents/MacOS/KekaExternalHelper ; exit; 2024-07-06 13:01:00.874 KekaExternalHelper[23731:1774800] Executing from: /Applications/KekaExternalHelper.app 2024-07-06 13:01:00.874 KekaExternalHelper[23731:1774800] Helper already installed. 2024-07-06 13:01:00.874 KekaExternalHelper[23731:1774800] Installed version is already up to date. 2024-07-06 13:01:00.950 KekaExternalHelper[23731:1774800] Waiting (10s) for Keka.app... 2024-07-06 13:01:00.954 KekaExternalHelper[23731:1774806] Error Domain=NSCocoaErrorDomain Code=260 "The folder “Quarantine” doesn’t exist." UserInfo={NSFilePath=/Users/patdiddy/Library/Containers/com.aone.keka/Data/Library/Application Support/Keka/Quarantine, NSUserStringVariant=( Folder ), NSUnderlyingError=0x600003962dc0 {Error Domain=NSOSStatusErrorDomain Code=-43 "fnfErr: File not found"}}
Expected behavior
The extension should show up in the list of installed extensions, but it doesn't
Additional context
The Extension worked fine until I allowed HomeBrew to start automating all of the updates
Hi! The KekaExternalHelper is not needed for the Finder Extension. There was a bug in 1.4.0 that crashed the Finder Extension, fixed in 1.4.1. What version are you running? I’m seeing brew is installing the latest 1.4.3.
On Sat, Jul 6, 2024 at 22:07 patdiddy @.***> wrote:
Assigned #1487 https://github.com/aonez/Keka/issues/1487 to @aonez https://github.com/aonez.
— Reply to this email directly, view it on GitHub https://github.com/aonez/Keka/issues/1487#event-13412282012, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADVHIYMKD53CWD3UQEMUZTZLBE7NAVCNFSM6AAAAABKOWI2NGVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJTGQYTEMRYGIYDCMQ . You are receiving this because you were assigned.Message ID: @.***>
+1
Configuration
macOS 15.2 (24C101)
keka 1.4.6 (Homebrew)
Here is my log of installing Keka from the brew
brew install --cask keka
==> Downloading https://raw.githubusercontent.com/Homebrew/homebrew-cask/68dc16ea2abee85ac7a1976d3a5a35f6fd72d55d/Casks/k/k
#################################################################################################################### 100.0%
==> Downloading https://github.com/aonez/Keka/releases/download/v1.4.6/Keka-1.4.6.dmg
==> Downloading from https://objects.githubusercontent.com/github-production-release-asset-2e65be/73220421/56ccb783-b4fb-4b
#################################################################################################################### 100.0%
==> Installing Cask keka
==> Moving App 'Keka.app' to '/Applications/Keka.app'
==> Linking Binary 'keka.wrapper.sh' to '/opt/homebrew/bin/keka'
🍺 keka was successfully installed!
After that, I downloaded the helper from https://d.keka.io/helper and saved it directly on my desktop. I extracted it and opened it. First, it asked to confirm to open the app (mac privacy popup) and then I got this even though I was already on the Desktop!
@kishan-dhankecha If you've placed it directly to the Desktop then it should be moved elsewhere so the quarantine flags are cleared. Move it to the Applications folder for example. You can also clear the quarantine manually:
xattr -cr ~/Desktop/KekaExternalHelper.app
Since you're using brew, there is also a brew formula for the helper and most : https://formulae.brew.sh/cask/kekaexternalhelper#default
brew install --cask kekaexternalhelper
It works if I install it like that. Did not know that the brew cask existed for external helpers. Thanks!