p0deje / Maccy

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

Display grayed out and unavailable #927

Closed seayao closed 1 month ago

seayao commented 1 month ago

Before Submitting Your Bug Report

Maccy Version (see 'About' window)

2.1.0

macOS Version

15.0.1

Maccy Settings

{
    "KeyboardShortcuts_delete" = "{\\"carbonKeyCode\\":51,\\"carbonModifiers\\":2048}";
    "KeyboardShortcuts_pin" = "{\\"carbonModifiers\\":2048,\\"carbonKeyCode\\":35}";
    "KeyboardShortcuts_popup" = "{\\"carbonKeyCode\\":8,\\"carbonModifiers\\":768}";
    "LaunchAtLogin__hasMigrated" = 1;
    "NSStatusItem Preferred Position Item-0" = 317;
    "NSStatusItem Visible Item-1" = 0;
    "NSWindow Frame SUStatusFrame" = "637 512 400 134 0 0 1512 944 ";
    "NSWindow Frame SUUpdateAlert" = "446 428 620 398 0 0 1512 944 ";
    "NSWindow Frame com.sindresorhus.Preferences.FrameAutosaveName" = "535 324 528 419 0 0 1512 944 ";
    "NSWindow Frame com.sindresorhus.Settings.FrameAutosaveName" = "501 473 710 385 0 0 1512 944 ";
    SUEnableAutomaticChecks = 0;
    SUHasLaunchedBefore = 1;
    SULastCheckTime = "2024-10-14 02:06:24 +0000";
    SUSendProfileInfo = 0;
    WebKitDefaultFontSize = 13;
    WebKitJavaScriptEnabled = 0;
    WebKitPluginsEnabled = 0;
    WebKitStandardFont = "-apple-system-font";
    WebKitUserStyleSheetEnabledPreferenceKey = 1;
    WebKitUserStyleSheetLocationPreferenceKey = "/Applications/Maccy.app/Contents/Frameworks/Sparkle.framework/Resources/ReleaseNotesColorStyle.css";
    enabledPasteboardTypes =     (
        "public.rtf",
        "public.tiff",
        "public.png",
        "public.html",
        "public.utf8-plain-text"
    );
    highlightMatch = bold;
    historySize = 200;
    ignoreEvents = 1;
    ignoredPasteboardTypes =     (
        "com.typeit4me.clipping",
        "net.antelle.keeweb",
        "de.petermaurer.TransientPasteboardType",
        "com.agilebits.onepassword",
        "Pasteboard generator type"
    );
    imageMaxHeight = 40;
    maxMenuItemLength = 30;
    maxMenuItems = 0;
    menuIcon = maccy;
    migrations =     {
        "2024-07-01-version-2" = 1;
    };
    pinTo = top;
    popupPosition = cursor;
    previewDelay = 1500;
    searchMode = exact;
    showFooter = 1;
    showRecentCopyInMenuBar = 0;
    showSearch = 1;
    showTitle = 1;
    windowSize = "[450,800]";
}

Description

1、I downloaded the software on github; 2、Open the software but the gray display is unavailable;

image

Steps to Reproduce

No response

seayao commented 1 month ago

It was working fine before but suddenly it doesn't work. I uninstalled it cleanly and reinstalled it and it's not working either.

p0deje commented 1 month ago

Click on the icon with Option pressed, that's how you turn Maccy on/off.

seayao commented 1 month ago

Wow,Amazing!I used it for almost two years before I knew it worked like this. Thank you for your reply.