mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #179] Can't remove from MacOS "Login Items" #132
Labels
No labels
Status: Abandoned
arm64
beta
beta
bug
done
duplicate
enhancement
feedback needed from reporter
in progress
invalid
investigating
known Issue
monitor Issue
pull-request
translation
unable to reproduce
unreleased
x86
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/MonitorControl#132
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @mblumberg on GitHub (Feb 24, 2020).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/179
I specified to add MonitorControl to "Login Items" when installing the app. Now I want to remove it (because it does not work: Seems I have the same issue as reported in https://github.com/the0neyouseek/MonitorControl/issues/61). But:
[1] When I got to System Preferences > Users & Groups > Login Items, MonitorControl is not listed
[2] Nevertheless, when I reboot, MonitorControl does auto-launch.
Any advice how to prevent this app from auto-launching?
@JoniVR commented on GitHub (Feb 24, 2020):
Have you tried checking/unchecking

Start MonitorControl at login? in General settings?@mblumberg commented on GitHub (Feb 24, 2020):
Thanks. That worked: the app no longer launches at login.
Can you clarify why this does not work as expected? (e.g. When I click in the app UI to set it to "Start at Login", it does not appear in the System Preferences "Login Items" list.)
@JoniVR commented on GitHub (Feb 25, 2020):
I honestly have no idea.. my guess is that there are multiple ways to set items as login items and they're not consistent.
I think the login items are a way for you to set specific apps to launch at startup yourself, although we might be able to set it there too, not sure.
You also have, for example,
/Library/LaunchDemons/and/Library/LaunchAgentswho also manage startup items that won't show up in that list.@mblumberg commented on GitHub (Feb 25, 2020):
Thanks --