Maccy
Maccy copied to clipboard
maccy doesn't allow excluding applications outside /Applications
Before Submitting Your Bug Report
- [X] I have verified that there isn't already an issue reporting the same bug to prevent duplication.
- [X] 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