-
-
Notifications
You must be signed in to change notification settings - Fork 330
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
Let the app run without Screen Recording permission, in degraded mode #1082
Comments
A big concern I have with having this degraded is the impact on the onboarding/permission story. I spent a lot of time on the permissions story. I'm very happy with the current state. I think it's better than a few big name commercial mac apps. This window blocks access to AltTab. You have to make both section go green. It's kind of gratifying/gamified that way. It goes green in real-time cause I'm listening to the status (no public API for this; was hard to achieve). Furthermore, if the user later remove one of the permissions while the app is running, it will detect it, and quit and come back to show this guard window. With a possible degraded version without Screen Recording, I worry how to communicate the right way. Users have very limited attention span these days, and tend to click without reading. Today this is ok because the window is blocking them until they check the right boxes. Tomorrow with this feature, they could get in the app, and think the app is broken because "there are no thumbnails of windows like on the website's screenshots!". We also probably would want to provide a way to bring the permission window at any point so the user can find the instructions again and confirm "Ok so the permission I need to enable thumbnail is... Screen Recording ok got it". Without that, they may not know which one is required. They may even not know they are running in degraded mode after a while, or if they skimmed through the permission window the first time. We probably want to show some little orange dot next to AltTab icon in the menubar and/or some orange icon next to some text in the preferences that says "You're running in degraded mode. You can see window titles and screenshots by granting the app more permissions (italic text is a button to open the permission window)" I keep mentioning "orange" things because I guess on the screenshot above, we would show the Screen Recording section as orange, or yellow? To signify that it's not great but possible. We would probably want to add a confirmation prompt if the user wants to pursue without it "Are you sure you don't want to grant Screen Recording permission? Without it, the app will not...". Another way I was thinking about would be more visuals. Next to Screen Recording would be 2 screenshots of AltTab. One with titles and thumbnails, one without. That way the user quickly sees the 2 options. We could also show this for Accessibility with some visual to indicate focusing a window is possible, or it is not. |
To make the user extra aware of the features that he's missing out on when not enabling Screen Recording, a second window could open that verifies that the user really does want to not enable Screen Recording.
This way you prevent accidents, and you inform the user about the consequences. Furthermore the preference window could have an yellow banner with the text: "Running with limited functionality as Screen Recording-permission is disabled"
I would keep it red. It signals significant degraded experience when not enabled |
Agreed! I do not need Thumbnails or Titles and having this permission enabled is a HUGE security issue. If someone hacks your app they can get access to all kinds of sensitive content.
@lwouis I agree that your permission screen IS THE BEST I have ever seen and your assumptions for showing degraded mode would work fine I think. I still think having it off by default would be best for security, but I know your concern was users may think it is broken without those features, so I would recommend that you show more screenshots without thumbnails and titles and then show them with thumbnails and titles, but add a Notice next to it saying "In order to show thumbnails and titles you will need to grant permissions for Screen Recording, etc" So I think it is just how you present it and that could address your concern. In the end, do what you think is best, but I do think it is very important to allow some way to use it without that permission enabled. Thanks. |
I would really love to see the app be able to run without the screen recording option as well. I like some of @ggedde's suggestions above. Maybe just show the permission is suggested by default. Then, a Continue button in this loader screen. If the user still doesn't turn on the permission, show a notice (one time only), that they will lose the thumbnails and titles feature. Perhaps at the very least, once a user goes to AltTab Preferences and disables thumbnails and titles ( I did this by setting font size to 0), then the app will run without the permission requirement. @lwouis I'd be happy to donate $50 for this plus two other features. These 2 issues are the only things holding me back from giving up on Command Tab Plus. • Show only 1 app in the switcher no matter how many windows are open I'd be happy to open separate issues for each of these. |
@justinnoel there are already tickets for the 2 extra features you listed: |
I would as well love to be able to use AltTab without giving access to screen recording. I don't like giving permissions like this if it's not absolutely essential. I don't really need the preview of the windows, icons would be more than sufficient. |
Is there anything new about this? On some machines, the permission can't be granted and it would be cool to still use the program. |
@unixb0y i think @alber70g drafted a nice UX to deal with this degraded mode. Now it's about someone taking the time to implement it. This UX has a lot of new UI and ramifications in the app so it's quite a large scope. |
Hey, I suggest just adding a button on bottom left corner of the permissions blocker called "Run in Degraded Mode..." and this shows a dialog with a text box, with this label above: "[explanation, yada yada...] This is a technique some apps and websites use for very serious actions. GitHub uses this for deleting a repository - you have to type in or paste the full repository name. People can still blindly click checkboxes if it gets them through, but typing is an exercise that requires some thinking. For stronger protection, disable pasting in the text box. Typing with a keyboard input of any kind must be mandatory. PS: I'm assuming if one of the permissions is successfully granted, it can still be used to enhance the experience. |
I'm interested in this feature too. There is no need IMHO to show thumbnails in the app switcher. |
It depends on how you use it. I ended up disabling the thumbnails myself. I now choose between Alt-Tab, Mission Control and App Expose as I work - whichever is most convenient. Only the latter two shows thumbnails. |
Would be very happy to have this feature The main feature I use is hiding minimised apps from the CMD-Tab menu. So any way to turn off the screen recording would be appreciated (esp as I was recently hacked and very cautious now. Not that I think it was through this app, but any unnecessary monitoring and recording might get ruled out) |
I agree, there should be the option to run the app without screen recording permissions. I never use thumbnails either. |
Very interested in this feature too |
This is wrong. I'm in support of adding this feature. I scrolled up to see my previous messages to try and understand how you got the wrong idea. After reading, I don't understand how you read it and thought that i'm opposing it. The only reason this ticket is still not implemented already is that there is a lot of work to spec and implement it. Please see the pinned ticket #1179 to understand why tickets are not being implemented quickly these days. |
This conversation has led me to donate as well. Alt-tab is definitely essential for me. |
@lwouis just lock this unproductive thread. For what it's worth, when I have thumbnails turned off and I only have icons and titles, I don't see any purple icon indicating that screen recording is happening. That's good enough for me, given the difficulty of implementing this. I'm not sure how it grabs titles without triggering the purple icon though since you said that grabbing titles needs screen recording permission. Based on your previous comments, I believe it uses an API that's only exposed via screen recording permission but doesn't actually require you to record the screen. |
I'd like to throw in my support for the Degraded Mode feature. Sucks that people can be a bit rude about requests on here, but I'm sure people like me (who have to follow compliance rules related to screen recording on company machines) are looking forward to any update. |
Hi, I played around with a PoC today, to see how much work would be required. Here are some observations:
In terms of UX, I think we need 2 things:
@Allsochen there are 60 upvotes on the OP. Maybe this feature could be a win. It doesn't seem like lots of work, and would be useful to many people who can't use AltTab at work because of strict company policies. Thank you 🙇 |
Nice work! Make that 61 🙂 PS: It's |
Hi everyone, Here's a local build with this feature implemented. Could you please try it out and share your feedback here? If there are no bugs, it will be in the next release. Thank you 🙇 |
Thanks for working on this! As a small makeup for being a snarky jerk, I'm also throwing in my support on Patreon (and with the rest of my ever-growing Patreon subs, that means it's for the long term, ha). ❤️ I gave that build a try (M1 MacBook Pro running Sonoma 14.6.1), and unfortunately I don't have good results. I use Cmd+Tab habitually, and when I configure that shortcut, it merely disables the OS switcher - giving nothing of its own to take its place. I also tried "reset preferences and restart", and then tried the default Option+Tab - still nothing, no switcher, and no action. I quit AltTab and the system switcher returns under Cmd+Tab. Really appreciate the effort, and I hope it's a quick fix! If there's any place I can grab logs to post, let me know. |
Thank you @FalconFour. A video of the issue, showing the menubar at the top, would help to understand what's happening 👍 |
You got it: https://youtu.be/jzn8rS5ORlg |
Could more people from this thread please help testing this? Without your help, the release will continue to be delayed. Thank you |
Downloaded and testing now. |
I’m getting the “can’t be opened because Apple can’t check it for malicious software” error pop up when I try to run it. |
It's probably a dev build that's not recognized by Apple. To bypass the protection, you have to right-click the file (or Control-click for the purists) to get the context menu, then choose Open. (Or you can try File > Open in the menu bar.) You will get a different version of the error with a button to run the app anyway. |
It works perfectly for me on macOS version 15.0.1. |
Working fine for me too. Maybe add an option to hide the menu item banner about running without screenrecording? |
# [7.1.0](v7.0.2...v7.1.0) (2024-11-02) ### Bug Fixes * fixed the rounded corners when the mouse moves over the table ([dd379c4](dd379c4)) ### Features * add irish localization ([19f59b2](19f59b2)) * add language preference ([f33418e](f33418e)) * allow to run the app without screen-recording permissions ([129d061](129d061)), closes [#1082](#1082) * hide space labels when showing same-space windows (closes [#3766](#3766)) ([ad64ced](ad64ced)) * i18n ([d77fa67](d77fa67)) * improve appearance at the different sizes ([2c857a6](2c857a6)) * improve display of wide/tall thumbnails (closes [#3791](#3791)) ([45bbc93](45bbc93)) * improve localizations ([9d1349b](9d1349b))
# [7.1.0](v7.0.2...v7.1.0) (2024-11-02) ### Bug Fixes * fixed the rounded corners when the mouse moves over the table ([dd379c4](dd379c4)) ### Features * add irish localization ([19f59b2](19f59b2)) * add language preference ([f33418e](f33418e)) * allow to run the app without screen-recording permissions ([129d061](129d061)), closes [#1082](#1082) * hide space labels when showing same-space windows (closes [#3766](#3766)) ([ad64ced](ad64ced)) * i18n ([d77fa67](d77fa67)) * improve appearance at the different sizes ([2c857a6](2c857a6)) * improve display of wide/tall thumbnails (closes [#3791](#3791)) ([45bbc93](45bbc93)) * improve localizations ([9d1349b](9d1349b))
Originally posted by @alber70g in #1081 (comment)
Multiple reasons:
The text was updated successfully, but these errors were encountered: