-
-
Notifications
You must be signed in to change notification settings - Fork 348
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
Continuously recording screen #4113
Comments
same here |
I had this issue on 15.2 as well. After a lot of troubleshooting, if you completely remove and reinstall AltTab and re-permission through Mac OS permissions, the problem goes away. Seems that existing installed apps have this problem when moving to 15.2, and the current fix is to completely uninstall and reinstall @xgiovio @jonn-set |
Hi, I think what may trigger this is that we make a permission check every 5s. This is intended to detect if the user has removed screen-recording permissions while the app is running. In that case, we want to restart the app, so the user is faced with the permissions window, and has to decide if they grant the permission, or if they skip it, in which case, they will not be able to have the thumbnails or preview feature. I've made this check not happen if either the user has chosen to skip the permission, or if their current settings don't use thumbnail and preview. If they change their settings, the check will happen as normal. One downside of this change is that users who skipped the permission and granted it later would see the callout in the menubar menu go away. After the change, since we won't check every 5s, the callout will remain until the next restart, or if the user opens the permissions window, which triggers checks every 100ms to be sync'd visually with the OS. I've also taken the opportunity to slightly update the text in the Permission Window to clarify what the screen-recording permission is used for. Thank you |
Regarding the fact that macOS/Apple is doing A/B testing on users with various UI to warn them about apps using Screen Recording, there is nothing we can do. They have been bothering users for years now. Latest being #3973. Bothered users come here to complain. Please understand there is nothing we can do with these annoying UIs. If we could block them, then the OS security would be bypassed. Of course, there is no way to do it for an app. |
@lwouis appreciate all your efforts in keeping this open source and even providing a fix on a Sunday afternoon/evening. I do understand the MacOS built-in protection and have been using this app for around a year now, so I know when it shows the warning but today I noticed it doing it more often, so thought of checking if there was some other issue. But again, thanks for your efforts. |
Describe the bug
Looks like a new issue where its continuously recording screen, I dont even have the option to show the thumbnails enabled, still it keeps recording screen, I had to disable the screen recording option from Mac Settings to get it to stop.
Screenshots / video
The notification I see:
This notification is appealing every few minutes, dont think this was happening earlier.
My options is not to show thumbnails, still its doing it:
Alt+Tab preference:
Steps to reproduce the bug
Your environment
The text was updated successfully, but these errors were encountered: