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

maccy doesn't allow excluding applications outside /Applications #991

Open
2 tasks done
vicmarto opened this issue Dec 14, 2024 · 0 comments
Open
2 tasks done

maccy doesn't allow excluding applications outside /Applications #991

vicmarto opened this issue Dec 14, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@vicmarto
Copy link

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}";
    NSNavPanelExpandedSizeForOpenMode = "{800, 448}";
    NSOSPLastRootDirectory = {length = 768, bytes = 0x626f6f6b 00030000 00000410 30000000 ... a0010000 00000000 };
    "NSStatusItem Visible Item-1" = 0;
    "NSWindow Frame NSNavPanelAutosaveName" = "-5 452 800 448 0 0 2048 1127 ";
    "NSWindow Frame com.sindresorhus.Settings.FrameAutosaveName" = "129 520 532 460 0 0 2048 1127 ";
    SUEnableAutomaticChecks = 0;
    SUHasLaunchedBefore = 1;
    clearOnQuit = 1;
    enabledPasteboardTypes =     (
        "public.html",
        "public.rtf",
        "public.utf8-plain-text"
    );
    ignoredApps =     (
        "com.apple.Passwords",
        "com.apple.keychainaccess"
    );
    ignoredPasteboardTypes =     (
        "com.agilebits.onepassword",
        "com.typeit4me.clipping",
        "de.petermaurer.TransientPasteboardType",
        "Pasteboard generator type",
        "net.antelle.keeweb"
    );
    migrations =     {
        "2024-07-01-version-2" = 1;
    };
    showApplicationIcons = 0;
    showFooter = 1;
    showSearch = 1;
    showTitle = 1;
    suppressClearAlert = 0;
    windowSize = "[450,800]";
}

Description

maccy can exclude applications installed in /Applications without any problem

But it doesn't allow excluding applications outside /Applications, for example in $HOME/Applications, as is my case. They are simply ignored when trying to add them to the list.

Steps to Reproduce

No response

@vicmarto vicmarto added the bug Something isn't working label Dec 14, 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

1 participant