p0deje / Maccy

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

Completely stopped working in Version 2.1.0 (49) #907

Closed dbulaj closed 1 month ago

dbulaj commented 1 month ago

Before Submitting Your Bug Report

Maccy Version (see 'About' window)

Version 2.1.0 (49)

macOS Version

14.3.1

Maccy Settings

{
    "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" = 609;
    "NSStatusItem Visible Item-0" = 1;
    "NSStatusItem Visible Item-1" = 0;
    "NSWindow Frame SUStatusFrame" = "664 721 400 134 0 0 1728 1079 ";
    "NSWindow Frame SUUpdateAlert" = "577 510 620 398 0 0 1728 1079 ";
    "NSWindow Frame com.sindresorhus.Preferences.FrameAutosaveName" = "593 145 549 662 0 0 1728 1079 ";
    "NSWindow Frame com.sindresorhus.Settings.FrameAutosaveName" = "621 477 532 460 0 0 1728 1079 ";
    SUEnableAutomaticChecks = 1;
    SUHasLaunchedBefore = 1;
    SULastCheckTime = "2024-10-03 14:21:09 +0000";
    SUUpdateGroupIdentifier = 317938508;
    WebKitDefaultFontSize = 13;
    WebKitJavaScriptEnabled = 0;
    WebKitPluginsEnabled = 0;
    WebKitStandardFont = "-apple-system-font";
    WebKitUserStyleSheetEnabledPreferenceKey = 1;
    WebKitUserStyleSheetLocationPreferenceKey = "/Applications/Maccy.app/Contents/Frameworks/Sparkle.framework/Resources/ReleaseNotesColorStyle.css";
    clearOnQuit = 1;
    enabledPasteboardTypes =     (
        "public.utf8-plain-text",
        "public.tiff",
        "public.rtf",
        "public.png",
        "public.html"
    );
    historySize = 100;
    ignoreAllAppsExceptListed = 0;
    ignoredPasteboardTypes =     (
    );
    maxMenuItemLength = 30;
    maxMenuItems = 0;
    menuIcon = maccy;
    migrations =     {
        "2024-07-01-version-2" = 1;
    };
    pasteByDefault = 1;
    pinTo = top;
    playSounds = 0;
    popupPosition = statusItem;
    popupScreen = 0;
    removeFormattingByDefault = 1;
    searchMode = fuzzy;
    showFooter = 1;
    showInStatusBar = 1;
    showRecentCopyInMenuBar = 0;
    showSearch = 1;
    showTitle = 1;
    suppressClearAlert = 1;
    windowPosition = "[0.7757287328970851,0.9990732159406858]";
    windowSize = "[450,169]";
}

Description

When I copy anything (text, image) no item is added to Maccy's list thus I cannot paste it later on.

Steps to Reproduce

No response

dbulaj commented 1 month ago

the copied text can be placed next to the icon but is not listed on a list of rececent copies

CleanShot 2024-10-03 at 16 29 04@2x

dbulaj commented 1 month ago

My observations: When I remove (in settings) Show search field it some how works. Also when I disable Show footer it works. In fact seems it's all messed up with footer since 2 last versions. Once I saw it in previous version - strange other color at the very bottom of a widget

CleanShot 2024-10-03 at 16 35 37@2x

p0deje commented 1 month ago

@dbulaj Can you resize the window to make it bigger?

dbulaj commented 1 month ago

@dbulaj Can you resize the window to make it bigger?

yeah now seems it works again. thanks :)