mirror of
https://github.com/AppHouseKitchen/AlDente-Battery_Care_and_Monitoring.git
synced 2026-03-25 02:41:28 +01:00
Launch at Login does not function #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tommiyau on GitHub (May 24, 2020).
I've installed and run this and it works well except the launch at login function does not run. If I look in the system logs it returns an error every 10 seconds that it can not execute the program or that it does not exist. This is on Catalina 10.15.1. Executing the application manually it works fine. Needing to disable the Launch at Login to get rid of the every 10 second attempt to launch.
@tommiyau commented on GitHub (May 24, 2020):
May 24 09:17:30 MacBook-Pro com.apple.xpc.launchd[1] (com.davidwernhart.AlDente-LaunchAtLoginHelper[15968]): Could not find and/or execute program specified by service: 45: Operation not supported: com.davidwernhart.AlDente-LaunchAtLoginHelper
May 24 09:17:30 MacBook-Pro com.apple.xpc.launchd[1] (com.davidwernhart.AlDente-LaunchAtLoginHelper[15968]): Service exited with abnormal code: 78
May 24 09:17:30 MacBook-Pro com.apple.xpc.launchd[1] (com.davidwernhart.AlDente-LaunchAtLoginHelper): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
May 24 09:17:40 MacBook-Pro com.apple.xpc.launchd[1] (com.davidwernhart.AlDente-LaunchAtLoginHelper[15972]): Could not find and/or execute program specified by service: 45: Operation not supported: com.davidwernhart.AlDente-LaunchAtLoginHelper
May 24 09:17:40 MacBook-Pro com.apple.xpc.launchd[1] (com.davidwernhart.AlDente-LaunchAtLoginHelper[15972]): Service exited with abnormal code: 78
May 24 09:17:40 MacBook-Pro com.apple.xpc.launchd[1] (com.davidwernhart.AlDente-LaunchAtLoginHelper): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
@davidwernhart commented on GitHub (May 26, 2020):
Hi @tommiyau!
Thank you for this bug report. I am aware that launch at login is not working right now, I will try and fix it soon when I have more spare time.
Best regards,
David
@davidwernhart commented on GitHub (Jun 4, 2020):
This issue should be fixed now in Release 1.2
Best regards,
David