mirror of
https://github.com/neilsardesai/Manila.git
synced 2026-04-25 19:45:48 +03:00
[GH-ISSUE #1] No Color Menu on partition #2
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Manila#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @agencetwogether on GitHub (Mar 19, 2022).
Original GitHub issue: https://github.com/neilsardesai/Manila/issues/1
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.
@neilsardesai commented on GitHub (Mar 19, 2022):
Hello,
Would you mind posting a screen recording of the issue?
@agencetwogether commented on GitHub (Mar 19, 2022):
Sure, This is a video showing
https://user-images.githubusercontent.com/53862310/159132516-f9046260-2e20-493f-88e4-88b47eed18ba.mov
@starbudweiser commented on GitHub (Mar 21, 2022):
I have the same issue.
The contextual menu shows up only on main Macintosh HD folders.
On other partitions or hardrives, it is not visible.
@neilsardesai commented on GitHub (Mar 22, 2022):
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.
@agencetwogether commented on GitHub (Mar 22, 2022):
Hi @neilsardesai
Thanks for the fix, Yes it's working..... But...
Manila replace hard drive icon of my second partition with file icon.
If i uncheck Manila in Finder extensions, hard drive icon shows, if I check again, file icon...
@neilsardesai commented on GitHub (Mar 22, 2022):
@agencetwogether I’m not sure I really understand. Would you mind posting another screen recording?
@agencetwogether commented on GitHub (Mar 22, 2022):
Here, Pay your attention on the left sidebar of finder window
https://user-images.githubusercontent.com/53862310/159384192-2f169dd9-1c30-4ba8-aee5-0672c1e0132e.mov
@neilsardesai commented on GitHub (Mar 22, 2022):
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.
@neilsardesai commented on GitHub (Mar 22, 2022):
Hmm, from the documentation:
(https://developer.apple.com/library/archive/documentation/General/Conceptual/ExtensibilityPG/Finder.html)
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 🙁
@sbarex commented on GitHub (Mar 23, 2022):
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
/Volumesfolder?@neilsardesai commented on GitHub (Mar 25, 2022):
@sbarex have you had success with this? I tried
FIFinderSyncController.default().directoryURLs = [URL(fileURLWithPath: "/Volumes")]but that caused the context menu to just not show up at all anywhere@sbarex commented on GitHub (Mar 25, 2022):
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
NSWorkspace.didMountNotificationnotification from which I get the url of the disk path:So I think that in addition to the root path
/the exact disk mount path should be monitored (like/Volumes/Disk2).@noChillGrandma commented on GitHub (Sep 8, 2022):
same problem, manila won't show on context menu of an external drive. Hopefully 1.0.2 is released soon as mentioned above.
@frag-p commented on GitHub (Dec 24, 2023):
hello - are there any solutions now? I have the same issues since updating to MacOS Sonoma - I miss this app so much!!!