-
Notifications
You must be signed in to change notification settings - Fork 141
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
Refuses to be added to Login Items #165
Comments
I have the same issue on macOS 13.3.1. |
If this is happening, try adding it manually to the Login items list instead. Also ensure that it is in the Applications folder, and not in any other location. And that there are not any duplicate copies of the app. |
I have tried to add it manually but unfortunately it does not work. |
This would appear to be a macOS issue. Make sure to remove any instances of Scroll Reverser from the login times list before adding it back in. Also, do ensure app is in /Applications folder. Keeping it elsewhere is known to be problematic. |
This is a problem for me as well on the M2 Pro. The app is in the /Applications folder, no other location. When i press the "+" button and select the application, nothing happens. No errors, nothing, it just won't add to the login items list. Any fix in sight? Edit: I'm running Ventura 13.3.1 |
The login items list is part of the macOS settings. I can't fix that. This is a bug you need to report to Apple. |
@pilotmoon I am unsure about other, but my repro steps is specifically about adding Scroll Reverser to the login items manually. Looking at the function you are using to register on launch, I think I've figured out the reason: My current workaround is to create an automator job that launches Scroll Reverser, and add that job to login items instead. |
Ah, I see. SMLoginItemSetEnabled still works for me, on Ventura, even though deprecated. It adds the app to the "Allow in the Background" section below the login items list. Perhaps the settings dialog is programmed not to add apps to the manual login items list that are already in the allow in the background section. Was the normal mechanism not working for you? |
@pilotmoon no, the normal mechanism didn't work, that's why I tried to add the app manually.
So this is really weird, Zoom, a couple of Logitech apps, and MS Teams shows up in the 'allow in background' section, and I was able to manually add it to the 'open at login' section. BUT, DisplayLink Manager, Hidden Bar, Facebook Messenger etc can't be added just like Scroll Reverser. I am wondering if it's to do with calling the deprecated API that causes this issue? |
Dunno if it helps any debugging, but I'm having this issue as well. In trying to reinstall and try from scratch, I also noticed Scroll Reverser could not be removed from the "Allow in background" list. I checked /Library/LaunchAgents and LauchDaemons as well as ~/Library/Launch* and nothing was listed. Also just using Automator as a workaround. |
me too, I use Automator to start scroll reverser now |
same issue,ventura(m1 pro) |
I was having this issue with a different application (Magnet) and was able to resolve it by dragging the app to the Dock, then control-clicking it and selecting "Options" > "Open at Login". The app now appears on the "Login items" "Open at Login" list and stays there. Perhaps it would work for this app as well. |
It works. Thank you. |
I was having a similar issue with Ventura on an Intel Mac where I wasn't able to add or remove login items. I would click the ➕ or ➖ icons and nothing would happen. The dialog window would not even open. However I just fixed this by going into my Privacy and Security settings panel and clicking the |
I have now implemented the new SMAppService API for start at login. This will be released in the next update. |
To all who reported this "Start at login" issue, it should now be fixed in Latest Beta Build, which now requires macOS 13 (Ventura) minimum. It is available by in-app update, with the beta option enabled. If you get a chance to try it, please comment to let me know if it has solved this issue for you. |
Now shipped in Scroll Reverser 1.9 |
Add a status menu via SwiftUI MenuBarExtra where to: - Show/hide app - Launch on login via "Login Item" target - Toggle profiles on/off Only weird that the login item is not added to the list of "Open at Login", but to "Allow in the Background", see pilotmoon/Scroll-Reverser#165 Requires some refactoring to bring AppContext initialization to the AppDelegate. Fixes #617 Fixes #482 Fixes #696 Fixes #505
Model Name: MacBook Pro
Model Identifier: Mac14,6
Chip: Apple M2 Max
System Version: macOS 13.3.1 (22E261)
Repro steps:
Very weird, I've never had an issue with this, worked on an Intel mac (running Monteray)
The text was updated successfully, but these errors were encountered: