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

[macOS 13 Ventura] Failed to register SlowQuitApps to launch on login #97

Open
mdaloia opened this issue Sep 13, 2022 · 8 comments
Open

Comments

@mdaloia
Copy link

mdaloia commented Sep 13, 2022

It seems that SMLoginItemSetEnabled() does not work in Ventura (13.0) and register() should be used instead:

To enable or disable LoginItems in macOS 13 and later, use the register() and unregister() methods instead.

Source: https://developer.apple.com/documentation/servicemanagement/1501557-smloginitemsetenabled

On launch, when Yes is hit...
image

... a failure is shown:
image

@sxdjt
Copy link

sxdjt commented Nov 3, 2022

I hope someone is able to pick this up for an update.

@ran-eh
Copy link

ran-eh commented Nov 18, 2022

A quick workaround: right click app icon in the dock and select Open at Login.

@PhilipStuB2
Copy link

PhilipStuB2 commented Jan 3, 2023

Same Problem here - macOS Ventura 13.1 (Intel Mac)

The suggested Workaround does not work for me :(

@huabin
Copy link

huabin commented Jan 27, 2023

Same problem.

macOS Ventura 13.2

@axeon
Copy link

axeon commented Feb 13, 2023

Same problem.

macOS Ventura 13.2 (m2 cpu)

@mojochao
Copy link

Same here. macOS Ventura 13.2.1 (on intel arch). Most vexing.

@Marie-Yang
Copy link

Same problem.

macOS Ventura 13.3.1

@warkcod
Copy link

warkcod commented Apr 21, 2023

You guys can use my version for walk around fix. https://github.com/warkcod/SlowQuitApps/releases/tag/0.8.2
Support macOS Venture, build with Xcode v14.3, Removed the annoying popup dialog. Use crontab to fix this and also fix a bug which sometime it does not work after long time running.

  • crontab -e
    30 * * * * sh killAndStart.sh
    Restart the app every 30 minutes slicensely.

Tested in macOS Venture V13.3.1

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

No branches or pull requests

9 participants