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

Paste not working on fresh install #811

Closed
2 tasks done
sahellebusch opened this issue Jul 10, 2024 · 1 comment
Closed
2 tasks done

Paste not working on fresh install #811

sahellebusch opened this issue Jul 10, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@sahellebusch
Copy link

sahellebusch commented Jul 10, 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)

1.0.0 (31)

macOS Version

14.5

Maccy Settings

The hideFooter caused an issue.

defaults read org.p0deje.Maccy hideFooter
2024-07-10 18:06:14.129 defaults[20991:665006]
The domain/default pair of (/Users/REDACTED/Library/Containers/org.p0deje.Maccy/Data/Library/Preferences/org.p0deje.Maccy, hideFooter) does not exist

Removed it and this was the result.

defaults read org.p0deje.Maccy
{
    "KeyboardShortcuts_delete" = "{\\"carbonModifiers\\":2048,\\"carbonKeyCode\\":51}";
    "KeyboardShortcuts_pin" = "{\\"carbonKeyCode\\":35,\\"carbonModifiers\\":2048}";
    "KeyboardShortcuts_popup" = "{\\"carbonModifiers\\":768,\\"carbonKeyCode\\":9}";
    "LaunchAtLogin__hasMigrated" = 1;
    "NSWindow Frame com.sindresorhus.Settings.FrameAutosaveName" = "464 375 542 436 0 0 1470 919 ";
    SUEnableAutomaticChecks = 1;
    SUHasLaunchedBefore = 1;
    SULastCheckTime = "2024-07-09 19:01:33 +0000";
    enabledPasteboardTypes =     (
        "public.rtf",
        "public.file-url",
        "public.tiff",
        "public.utf8-plain-text",
        "public.png",
        "public.html"
    );
    ignoredPasteboardTypes =     (
        "net.antelle.keeweb",
        "com.agilebits.onepassword",
        "de.petermaurer.TransientPasteboardType",
        "com.typeit4me.clipping",
        "Pasteboard generator type"
    );
    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;
    };
    searchMode = fuzzy;
}

Description

I've followed instructions in the FAQ to give Maccy permission to paste but it's still not working.

Steps to Reproduce

  1. Download newest
  2. Follow FAQ to give access
  3. Try pasting
@sahellebusch sahellebusch added the bug Something isn't working label Jul 10, 2024
@p0deje
Copy link
Owner

p0deje commented Jul 12, 2024

Please enable "Paste automatically" in preferences.

@p0deje p0deje closed this as completed Jul 12, 2024
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