Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Homebrew version causes the kekaextension app to no longer work #1487

Open
patdiddy opened this issue Jul 6, 2024 · 4 comments
Open

Comments

@patdiddy
Copy link

patdiddy commented Jul 6, 2024

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

@aonez
Copy link
Owner

aonez commented Jul 6, 2024 via email

@aonez aonez added this to the macOS-1.4.4 milestone Jul 6, 2024
@aonez aonez modified the milestones: macOS-1.4.4, Look at Sep 11, 2024
@kishan-dhankecha
Copy link

kishan-dhankecha commented Dec 18, 2024

+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!

image

@aonez
Copy link
Owner

aonez commented Dec 18, 2024

@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

@aonez aonez modified the milestones: Look at, How-to Dec 18, 2024
@kishan-dhankecha
Copy link

It works if I install it like that. Did not know that the brew cask existed for external helpers. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants