p0deje / Maccy

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

Maccy instantly closes if opened when Safari is the active app. #833

Closed TheOnlineUser closed 3 months ago

TheOnlineUser commented 3 months ago

Before Submitting Your Bug Report

Maccy Version (see 'About' window)

1.0.0

macOS Version

14.5

Maccy Settings

{
    "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" = 397;
    "NSWindow Frame SUStatusFrame" = "556 621 400 134 0 0 1512 944 ";
    "NSWindow Frame SUUpdateAlert" = "446 423 620 398 0 0 1512 944 ";
    "NSWindow Frame com.sindresorhus.Preferences.FrameAutosaveName" = "345 261 542 462 0 0 1512 944 ";
    "NSWindow Frame com.sindresorhus.Settings.FrameAutosaveName" = "485 407 542 436 0 0 1512 944 ";
    SUEnableAutomaticChecks = 1;
    SUHasLaunchedBefore = 1;
    SULastCheckTime = "2024-08-03 23:56:46 +0000";
    SUUpdateGroupIdentifier = 1495178931;
    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.png",
        "public.tiff",
        "public.file-url",
        "public.html",
        "public.utf8-plain-text"
    );
    ignoredPasteboardTypes =     (
        "net.antelle.keeweb",
        "Pasteboard generator type",
        "de.petermaurer.TransientPasteboardType",
        "com.agilebits.onepassword",
        "com.typeit4me.clipping"
    );
    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;
    };
    popupPosition = statusItem;

Description

Maccy instantly closes if clicked in the menubar when Safari is the active app. See video.

Steps to Reproduce

https://github.com/user-attachments/assets/58c20830-307d-4fb4-b890-660dc04249eb

p0deje commented 3 months ago

That's due to private mode enabled. It is already fixed in Maccy 2.0, but it's currently in beta. See #818 for more details.