p0deje / Maccy

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

The settings that I have set always change back to the original (default settings) when I Quit the application #901

Closed ilhamrizkibaharsyah closed 1 week ago

ilhamrizkibaharsyah commented 1 week ago

Before Submitting Your Bug Report

Maccy Version (see 'About' window)

2.0.1

macOS Version

15.0

Maccy Settings

{
    "KeyboardShortcuts_delete" = "{\\"carbonKeyCode\\":51,\\"carbonModifiers\\":2048}";
    "KeyboardShortcuts_pin" = "{\\"carbonKeyCode\\":35,\\"carbonModifiers\\":2048}";
    "KeyboardShortcuts_popup" = "{\\"carbonModifiers\\":768,\\"carbonKeyCode\\":8}";
    NSNavPanelExpandedSizeForOpenMode = "{800, 448}";
    NSOSPLastRootDirectory = {length = 628, bytes = 0x626f6f6b 74020000 00000410 30000000 ... 38010000 00000000 };
    "NSStatusItem Preferred Position Item-0" = 250;
    "NSStatusItem Visible Item-0" = 1;
    "NSStatusItem Visible Item-1" = 0;
    "NSWindow Frame NSNavPanelAutosaveName" = "1424 615 800 448 0 0 2560 1415 ";
    "NSWindow Frame com.sindresorhus.Settings.FrameAutosaveName" = "1039 845 482 305 0 0 2560 1415 ";
    SUEnableAutomaticChecks = 1;
    SUHasLaunchedBefore = 1;
    SULastCheckTime = "2024-09-26 23:43:13 +0000";
    SUUpdateGroupIdentifier = 1479010063;
    clearOnQuit = 1;
    clearSystemClipboard = 0;
    enabledPasteboardTypes =     (
        "public.utf8-plain-text",
        "public.tiff",
        "public.png",
        "public.html",
        "public.rtf"
    );
    historySize = 100;
    ignoreEvents = 0;
    ignoreOnlyNextEvent = 0;
    ignoreRegexp =     (
    );
    ignoredApps =     (
        "com.apple.Passwords",
        "com.apple.keychainaccess",
        "com.apple.Ticket-Viewer",
        "com.apple.Terminal",
        "com.apple.Notes",
        "com.apple.TextEdit",
        "com.apple.AppStore"
    );
    ignoredPasteboardTypes =     (
        "org.nspasteboard.AutoGeneratedType",
        "org.nspasteboard.TransientType",
        "de.petermaurer.TransientPasteboardType",
        "org.nspasteboard.source",
        "com.typeit4me.clipping",
        "Pasteboard generator type",
        "org.nspasteboard.ConcealedType",
        "net.antelle.keeweb",
        "com.agilebits.onepassword"
    );
    menuIcon = maccy;
    migrations =     {
        "2024-07-01-version-2" = 1;
    };
    pasteByDefault = 0;
    popupPosition = cursor;
    showFooter = 0;
    showInStatusBar = 1;
    showSearch = 1;
    showSpecialSymbols = 1;
    showTitle = 1;
    suppressClearAlert = 1;
    windowPosition = "[0.912109375,1.0007067137809187]";
    windowSize = "[450,924]";
}

Description

I have set the settings to my own preference, but when I try to Quit the application (⌘+Q) the settings that I have changed before return to the initial settings. I tried restarting my Mac but it had no effect. Bug

Steps to Reproduce

No response

p0deje commented 1 week ago

Something is wrong with your environment, how did you install Maccy? Can you try wiping the settings completely and trying again?

sudo rm -rf /Users/ilham/Library/Containers/org.p0deje.Maccy
ilhamrizkibaharsyah commented 1 week ago

I'm download it from https://maccy.app/ image I have tried entering the command sudo rm -rf /Users/ilham/Library/Containers/org.p0deje.Maccy and re-installing the application. It works, my settings are not lost when I try to quit the application.

Thanks.