p0deje / Maccy

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

occasionally vanishes from menu bar #854

Closed ronch closed 2 months ago

ronch commented 2 months ago

Before Submitting Your Bug Report

Maccy Version (see 'About' window)

1

macOS Version

15.0

Maccy Settings

Last login: Mon Aug 26 11:17:09 on console
jr@Mac-Mini ~ % defaults read org.p0deje.Maccy
{
    "KeyboardShortcuts_delete" = "{\\"carbonKeyCode\\":51,\\"carbonModifiers\\":2048}";
    "KeyboardShortcuts_pin" = "{\\"carbonKeyCode\\":35,\\"carbonModifiers\\":2048}";
    "KeyboardShortcuts_popup" = "{\\"carbonModifiers\\":768,\\"carbonKeyCode\\":8}";
    "LaunchAtLogin__hasMigrated" = 1;
    "NSStatusItem Preferred Position Item-0" = 836;
    "NSWindow Frame com.sindresorhus.Settings.FrameAutosaveName" = "1046 863 442 322 0 0 2560 1415 ";
    SUEnableAutomaticChecks = 1;
    SUHasLaunchedBefore = 1;
    SULastCheckTime = "2024-08-25 19:47:29 +0000";
    SUUpdateGroupIdentifier = 3134013518;
    enabledPasteboardTypes =     (
        "public.png",
        "public.file-url",
        "public.html",
        "public.utf8-plain-text",
        "public.rtf",
        "public.tiff"
    );
    ignoredPasteboardTypes =     (
        "com.agilebits.onepassword",
        "net.antelle.keeweb",
        "Pasteboard generator type",
        "de.petermaurer.TransientPasteboardType",
        "com.typeit4me.clipping"
    );
    maxMenuItems = 40;
    menuIcon = clipboard;
    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;
    };
    pasteByDefault = 1;
    removeFormattingByDefault = 0;
}
jr@Mac-Mini ~ %

Description

The Maccy icon just vanishes from the menu bar. If I quit then restart it will appear again. I love the app even with this problem. Joe

Steps to Reproduce

No response

p0deje commented 2 months ago

It's been reported a few times and seems to be a Sequoia beta issue.