Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pinned items switch place on reboot #998

Open
2 tasks done
valynor opened this issue Dec 21, 2024 · 4 comments
Open
2 tasks done

Pinned items switch place on reboot #998

valynor opened this issue Dec 21, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@valynor
Copy link

valynor commented Dec 21, 2024

Before Submitting Your Bug Report

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

Maccy Version (see 'About' window)

2.3.0

macOS Version

15.2

Maccy Settings

{
    "KeyboardShortcuts_delete" = "{\\"carbonModifiers\\":2048,\\"carbonKeyCode\\":51}";
    "KeyboardShortcuts_pin" = "{\\"carbonModifiers\\":2048,\\"carbonKeyCode\\":35}";
    "KeyboardShortcuts_popup" = "{\\"carbonModifiers\\":768,\\"carbonKeyCode\\":8}";
    "LaunchAtLogin__hasMigrated" = 1;
    "NSStatusItem Preferred Position Item-0" = 322;
    "NSStatusItem Visible Item-1" = 0;
    "NSWindow Frame SUStatusFrame" = "760 781 400 134 0 0 1920 1175 ";
    "NSWindow Frame SUUpdateAlert" = "970 762 620 398 0 0 2560 1415 ";
    "NSWindow Frame com.sindresorhus.Preferences.FrameAutosaveName" = "696 509 542 435 0 0 1920 1175 ";
    "NSWindow Frame com.sindresorhus.Settings.FrameAutosaveName" = "1014 729 532 460 0 0 2560 1415 ";
    SUEnableAutomaticChecks = 1;
    SUHasLaunchedBefore = 1;
    SULastCheckTime = "2024-12-20 17:04:37 +0000";
    SUUpdateGroupIdentifier = 3935178220;
    WebKitDefaultFontSize = 13;
    WebKitJavaEnabled = 0;
    WebKitJavaScriptEnabled = 0;
    WebKitPluginsEnabled = 0;
    WebKitStandardFont = "-apple-system-font";
    WebKitUserStyleSheetEnabledPreferenceKey = 1;
    WebKitUserStyleSheetLocationPreferenceKey = "/Applications/Maccy.app/Contents/Frameworks/Sparkle.framework/Resources/ReleaseNotesColorStyle.css";
    enabledPasteboardTypes =     (
        "public.html",
        "public.tiff",
        "public.png",
        "public.utf8-plain-text",
        "public.rtf"
    );
    highlightMatch = color;
    history = {length = 42, bytes = 0x62706c69 73743030 a0080000 00000000 ... 00000000 00000009 };
    historySize = 100;
    ignoreEvents = 0;
    ignoreOnlyNextEvent = 0;
    ignoredPasteboardTypes =     (
        "Pasteboard generator type",
        "de.petermaurer.TransientPasteboardType",
        "com.agilebits.onepassword",
        "com.typeit4me.clipping",
        "net.antelle.keeweb"
    );
    menuIcon = clipboard;
    migrations =     {
        "2024-07-01-version-2" = 1;
    };
    numberOfUsages = 1;
    pinTo = bottom;
    playSounds = 0;
    popupPosition = center;
    previewDelay = 750;
    searchMode = mixed;
    showApplicationIcons = 0;
    showFooter = 0;
    showSearch = 1;
    showTitle = 0;
    windowPosition = "[0.9103515625,1.0014134275618374]";
    windowSize = "[459,1415]";
}

Description

I have 4 items pinned to the bottom of the list with custom shortcuts:

ONE CMD-Y
TWO CMD-X
THREE CMD-C
FOUR CMD-B

so far .. so good

Steps to Reproduce

After a reboot, the pinned item list looks like this:

TWO CMD-X
ONE CMD-Y
THREE CMD-C
FOUR CMD-B

I don't think this should happen? I expect the pinned items to stay exactly in the order I put them it.

@valynor valynor added the bug Something isn't working label Dec 21, 2024
@p0deje
Copy link
Owner

p0deje commented Dec 21, 2024

I don't think reboot can affect it in any way, does the same happen when you restart the app?

@valynor
Copy link
Author

valynor commented Dec 21, 2024

It was still in the "wrong order" condition and a restart of the app didn't change anything.
So I un-pinned the 2nd item and pinned it again and it's adding it back in the 2nd position in the pinned items list and not on top.

@valynor
Copy link
Author

valynor commented Dec 21, 2024

Ok, I unpinned/repinned again, same issue.

3rd try: I unpinned and then actually clicked the item so it went on top in the normal list and then repinned and NOW it got added on top.

Restarting the app didn't change the order (can't reboot right now, will let you know tomorrow if it happens again).

@valynor
Copy link
Author

valynor commented Dec 21, 2024

Tried another thing:

  1. I used the TWO item from the correctly sorted pinned list via CMD-X (order did not change)
  2. killed the app
  3. item TWO is now in the first position again

I strongly feel like the pinned item list should not sort itself by last used but stay static - esp. since it is not even re-ordering itself immediately but only after the app restarts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants