p0deje / Maccy

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

for some reason maccy now appears on extended monitor/display, even though it's set to display on "cursor" #729

Closed avichou closed 7 months ago

avichou commented 8 months ago

Before Submitting Your Bug Report

Maccy Version (see 'About' window)

0.29.0

macOS Version

14.3

Maccy Settings

{
    "KeyboardShortcuts_delete" = "{\\"carbonModifiers\\":2048,\\"carbonKeyCode\\":51}";
    "KeyboardShortcuts_pin" = "{\\"carbonModifiers\\":2048,\\"carbonKeyCode\\":35}";
    "KeyboardShortcuts_popup" = "{\\"carbonModifiers\\":2048,\\"carbonKeyCode\\":9}";
    "LaunchAtLogin__hasMigrated" = 1;
    "NSStatusItem Visible Item-0" = 0;
    "NSWindow Frame SUStatusFrame" = "520 556 400 134 0 0 1440 875 ";
    "NSWindow Frame SUUpdateAlert" = "401 357 637 398 0 0 1440 875 ";
    "NSWindow Frame com.sindresorhus.Preferences.FrameAutosaveName" = "393 541 585 435 0 0 1920 1055 ";
    "NSWindow Frame com.sindresorhus.Settings.FrameAutosaveName" = "667 530 642 387 0 0 1920 1055 ";
    SUAutomaticallyUpdate = 1;
    SUEnableAutomaticChecks = 1;
    SUHasLaunchedBefore = 1;
    SULastCheckTime = "2024-02-06 21:47:04 +0000";
    SUSendProfileInfo = 0;
    SUUpdateGroupIdentifier = 167479513;
    WebKitDefaultFontSize = 13;
    WebKitJavaScriptEnabled = 0;
    WebKitPluginsEnabled = 0;
    WebKitStandardFont = "-apple-system-font";
    WebKitUserStyleSheetEnabledPreferenceKey = 1;
    WebKitUserStyleSheetLocationPreferenceKey = "/Applications/Maccy.app/Contents/Frameworks/Sparkle.framework/Resources/ReleaseNotesColorStyle.css";
    clearOnQuit = 0;
    enabledPasteboardTypes =     (
        "public.png",
        "public.html",
        "public.tiff",
        "public.utf8-plain-text",
        "public.file-url",
        "public.rtf"
    );
    historySize = 100;
    ignoreEvents = 0;
    ignoredPasteboardTypes =     (
        "com.agilebits.onepassword",
        "Pasteboard generator type",
        "net.antelle.keeweb",
        "com.typeit4me.clipping",
        "de.petermaurer.TransientPasteboardType"
    );
    imageMaxHeight = 66;
    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;
    pinTo = top;
    popupPosition = cursor;
    popupScreen = 1;
    showInStatusBar = 0;
    suppressClearAlert = 1;
}

Description

for some reason since yesterday, maccy clipboard panel shows up in extended display (macbook air m1 display) even though i've set it to show up on cursor, and invoke maccy while the cursor and in-use-window is on main display 20240206_225423

Steps to Reproduce

hey

https://github.com/p0deje/Maccy/assets/86660671/25515690-f935-4b57-8825-82c97614490e

p0deje commented 8 months ago

Should be fixed in https://github.com/p0deje/Maccy/commit/84422077275fc2f5e6f17b85c686e426af731e49, please wait until new version.

p0deje commented 7 months ago

Please try 0.30 and reopen if the issue persists.

avichou commented 7 months ago

Please try 0.30 and reopen if the issue persists.

Sorry that I didn't close it myself. Can confirm it is indeed fixed. Thank you man