Maccy icon indicating copy to clipboard operation
Maccy copied to clipboard

Application icon ("Show Application Icons") is shown as missing by Maccy when that application is updated

Open gvellut opened this issue 6 months ago • 0 comments

Before Submitting Your Bug Report

  • [x] I have verified that there isn't already an issue reporting the same bug to prevent duplication.
  • [x] I have seen the FAQ.

Maccy Version (see 'About' window)

Version 2.3.0 (54)

macOS Version

15.5 (24F74)

Maccy Settings

{
    "KeyboardShortcuts_delete" = "{\\"carbonKeyCode\\":51,\\"carbonModifiers\\":2048}";
    "KeyboardShortcuts_pin" = "{\\"carbonKeyCode\\":35,\\"carbonModifiers\\":2048}";
    "KeyboardShortcuts_popup" = "{\\"carbonModifiers\\":2304,\\"carbonKeyCode\\":9}";
    "LaunchAtLogin__hasMigrated" = 1;
    "NSStatusItem Preferred Position Item-0" = 353;
    "NSStatusItem Visible Item-1" = 0;
    "NSWindow Frame SUUpdateAlert" = "970 762 620 398 0 0 2560 1415 ";
    "NSWindow Frame com.sindresorhus.Preferences.FrameAutosaveName" = "1009 516 542 435 0 0 2560 1415 ";
    "NSWindow Frame com.sindresorhus.Settings.FrameAutosaveName" = "1025 783 710 409 0 0 2560 1415 ";
    SUEnableAutomaticChecks = 0;
    SUHasLaunchedBefore = 1;
    SULastCheckTime = "2025-06-01 15:48:42 +0000";
    enabledPasteboardTypes =     (
        "public.tiff",
        "public.png",
        "public.utf8-plain-text",
        "public.rtf",
        "public.html"
    );
    highlightMatch = bold;
    historySize = 999;
    ignoredPasteboardTypes =     (
        "net.antelle.keeweb",
        "de.petermaurer.TransientPasteboardType",
        "com.typeit4me.clipping",
        "Pasteboard generator type",
        "com.agilebits.onepassword"
    );
    imageMaxHeight = 40;
    menuIcon = maccy;
    migrations =     {
        "2024-07-01-version-2" = 1;
    };
    pasteByDefault = 1;
    pinTo = top;
    popupPosition = statusItem;
    previewDelay = 1000;
    removeFormattingByDefault = 1;
    showApplicationIcons = 1;
    showFooter = 1;
    showRecentCopyInMenuBar = 0;
    showSearch = 1;
    showSpecialSymbols = 1;
    showTitle = 1;
    windowPosition = "[0.9107421875,0.9992932862190813]";
    windowSize = "[457,425]";
}

Description

The icon of the application is sometimes replaced with the "prohibitory symbol" (not sure if this is the real name, just what came up when I searched) after an application update.

Image

It happens with past Copy's (ie before the app is updated. the icon was fine with those entries ; then after the update, the icons for those same entries show up like this) but also with new Copy's made after the update (if It appeared for the past Copy's). After restarting Maccy, the icon is then visible.

Some notes: It also happens mostly with Firefox (but this is where I copy the most from): That application is updated very often (usually when I launch Firefox on a computer I don't use often, the update tab appears ; This is the situation I observe the issue often). The issue has happened over multiple versions of Maccy (I remember seeing it since I started using it a few months ago).

Steps to Reproduce

  1. Copy from Firefox (or another app that is going to be udpated). Observe the icon is visible in the Maccy item list.
  2. Update Firefox.
  3. Observe the icon missing.
  4. Restart Maccy and observe the icons show up again.

gvellut avatar Jun 01 '25 16:06 gvellut