-
Notifications
You must be signed in to change notification settings - Fork 272
Access to microphone requested. For what? #743
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
Comments
This is weird. I'm also on macOS 14.3 with Gitify 4.6.1 installed via Homebrew, and I don't experience it. I checked Settings > Privacy > Microphone, and Gitify isn't listed. I don't know all the lines of the codebase, but I'm pretty confident we haven't added something to do with a mic in recent releases. Given you're the only person who's reported this, it's more likely something about your setup. |
I get the same request and do not like it |
+1, Gitify is listed under Settings > Privacy&Security > Microphone. EDIT: Actually (since I don't want to allow access), the application is currently unusable, I get three consecutive dialogs for mic access every time there's a notification. |
I found this when searching the apps plist
@afonsojramos - could this be linked to the warning in the v4.6.1 release notes - re the macOS build being built on your machine until we resolve #696 |
Searching for all mentions of
none of which are part of our entitlements file - https://github.com/gitify-app/gitify/blob/main/entitlements/entitlements.mac.plist |
I tried searching for this too in my local repo, the only place it came up was in |
Yeah and the first place I checked on was Electron's setting to ask for mic, but there's nothing in this repo about that. Super weird. Is there something about the build process that introduces it? |
That's very weird... I'll see if the switch to electron forge fixes this by any chance. |
I also wonder if the electron upgrades will help. |
I discovered that the microphone permission prompt wont show up if "Play sound" in Gitify is turned off or when having a bluetooth headset connected. |
Just to make sure I understand: you're saying this prompt only happens if:
Is that right? |
Prompt happens if:
Sorry when my wording was not clear in my previous message. |
Wow super weird. Thanks for the clue! |
Labeling this as |
#970 will remove these from the macOS builds going forward |
🔍 Is there already an issue for your problem?
📝 Description
Hi
Since a few days, macOS prompts me to allow access to the microphone for Gitify. This popup appears every time Gitify shows me an notification about a new or updated PR.
I find this suspicious, since this tool shouldn't require the microphone for anything. Or does it?
I installed Gitify with Homebrew and the version is 4.6.1. My files in the /Applications/Gitify.app folder matches the once from the downloadable zip from Github.
Why does Gitify require microphone access?
🪜 Steps To Reproduce
Not sure if this is a occurrence specific on my system and therefore I don't know really how to reproduce this on any other system. I basically installed and configured Gitify. Then it starts to prompt for microphone access when PR activity in my repos would show a notification in Gitify.
ℹ System Info
📸 Screenshots
No response
The text was updated successfully, but these errors were encountered: