-
Notifications
You must be signed in to change notification settings - Fork 11
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
No Color Menu on partition #1
Comments
Hello, |
Sure, This is a video showing record-1080.mov |
I have the same issue. |
Thanks for the info. This should now be resolved in the latest version (1.0.2). Please try it out and let me know if it works for you. |
Thanks for the fix, Yes it's working..... But... |
@agencetwogether I’m not sure I really understand. Would you mind posting another screen recording? |
Here, Pay your attention on the left sidebar of finder window record2-1080.mov |
Oh whoops, that’s…certainly unexpected 🙃. Thanks for catching this. I’ve reverted version 1.0.2 back to 1.0.1, and will look into why the sidebar icon is changing here. |
Hmm, from the documentation:
That’s a bit annoying. I’m not sure there’s any way around this. Seems like any root folder that’s not a system folder gets its sidebar icon automatically changed when a Finder extension is monitoring that folder 🙁 |
This is a common bug for all extensions that do not define an icon for the monitored folders (and unfortunately the icon must be unique for all folders, defined at the compilation time and not dynamically customizable). Unfortunately I have the same problem with an extension I developed. A temporary solution is to monitor the parent folder of the one placed in the finder bar. In the case of disks, perhaps you could monitor the |
@sbarex have you had success with this? I tried |
It hasn't happened to me to manage multiple internal disks. Normally I only monitor the "/" path or specific subfolders. However handling the "/" path does not extend the control of external disks (USB or network). For external disks I manage the @objc func handleMount(_ notification: NSNotification) {
guard let volumeURL = notification.userInfo?[NSWorkspace.volumeURLUserInfoKey] as? URL else {
return
}
let finderSync = FIFinderSyncController.default()
finderSync.directoryURLs.insert(volumeURL)
} So I think that in addition to the root path |
same problem, manila won't show on context menu of an external drive. Hopefully 1.0.2 is released soon as mentioned above. |
hello - are there any solutions now? I have the same issues since updating to MacOS Sonoma - I miss this app so much!!! |
Hello,
I have 2 partitions on my MacBook Pro : first for macOs and second for data.
In fist one I can choose a color for folder or for second no option appears.
The text was updated successfully, but these errors were encountered: