p0deje / Maccy

Lightweight clipboard manager for macOS
https://maccy.app
MIT License
11.51k stars 495 forks source link

Maccy Doesn't Start at Login, Even Though Preferences are set to Launch at Login #784

Open kendoori opened 2 months ago

kendoori commented 2 months ago

Before Submitting Your Bug Report

Maccy Version (see 'About' window)

0.31.0 (30)

macOS Version

14.4.1

Maccy Settings

kenny@Kennys-Mac-mini ~ % defaults read org.p0deje.Maccy
{
    "KeyboardShortcuts_delete" = "{\\"carbonKeyCode\\":51,\\"carbonModifiers\\":2048}";
    "KeyboardShortcuts_pin" = "{\\"carbonModifiers\\":2048,\\"carbonKeyCode\\":35}";
    "KeyboardShortcuts_popup" = "{\\"carbonModifiers\\":768,\\"carbonKeyCode\\":8}";
    "LaunchAtLogin__hasMigrated" = 1;
    "NSStatusItem Preferred Position Item-0" = 325;
    "NSWindow Frame com.sindresorhus.Settings.FrameAutosaveName" = "2835 667 542 436 0 0 3440 1415 ";
    SUEnableAutomaticChecks = 1;
    SUHasLaunchedBefore = 1;
    SULastCheckTime = "2024-05-27 18:37:00 +0000";
    SUUpdateGroupIdentifier = 136360871;
    enabledPasteboardTypes =     (
        "public.html",
        "public.utf8-plain-text",
        "public.file-url",
        "public.tiff",
        "public.rtf",
        "public.png"
    );
    ignoredPasteboardTypes =     (
        "de.petermaurer.TransientPasteboardType",
        "com.typeit4me.clipping",
        "Pasteboard generator type",
        "com.agilebits.onepassword",
        "net.antelle.keeweb"
    );
    migrations =     {
        "2020-04-25-allow-custom-ignored-types" = 1;
        "2020-06-19-use-keyboardshortcuts" = 1;
        "2020-09-01-ignore-keeweb" = 1;
        "2021-02-20-allow-to-customize-supported-types" = 1;
        "2021-06-28-add-title-to-history-item" = 1;
        "2021-10-16-remove-dynamic-pasteboard-types" = 1;
        "2022-08-01-rename-suppress-clear-alert" = 1;
        "2022-11-14-add-html-rtf-to-supported-types" = 1;
        "2023-01-22-add-regexp-search-mode" = 1;
    };
}

Description

Maacy doesn't appear in the menu bar after system restart. If I launch it after login, it appears and works fine. The application is set to "Launch at Login" in preferences. And in the System Login Items, it is set to "Open at Login."

I have an M2-based Mac Mini

Steps to Reproduce

No response