MEGAsync icon indicating copy to clipboard operation
MEGAsync copied to clipboard

Don't add syncs to the Finder favorites section

Open jarrodldavis opened this issue 2 years ago • 1 comments

Whenever I add or re-enable an entry in MEGAsync's "Synced folders" configuration, it adds a Favorite entry to my Finder's sidebar without warning, and there's no way to turn this "feature" off. I maintain a specific set of favorites for specific reasons, and having an additional one added without my consent is (at best) very annoying.

jarrodldavis avatar Mar 09 '22 01:03 jarrodldavis

Hello.

We have pass on your feedback to our developers and we will consider providing an option to disable all finder integration and not just the overlay icons for MacOS.

angelds-mega avatar Mar 15 '22 22:03 angelds-mega

This has just become worse since version 4.8.7 on macOS. It's not even just adding new folders anymore. Now on every startup of the app it totally re-adds literally every folders and even resorts all my sidebar entries and messes everything up. This isn't just a feature request anymore, this has now become a bug. Please fix this as soon as possible, because this is very invasive. My workflow is very dependent on my sidebar's order and now MEGA controls it fully and I cant do anything to stop the behavior.

Allendar avatar Feb 28 '23 21:02 Allendar

Apologies for the inconveniences. New fixes are on the way to simply add them to Finder on new sync addition, but if the user removes them, they won't be re-added anymore to the sidebar.

These fixes will be part of likely release 4.9.0.

Thanks for your feedback.

vtmateos avatar Mar 01 '23 08:03 vtmateos

Thank you for your quick response. I hope it can also be checked why it re-sorts the items in the sidebar. From a developer's perspective I think your code walks through the entries in the plist file and then also resorts them, because the code in question also affects non-MEGA folder entries.

Allendar avatar Mar 01 '23 09:03 Allendar

Here you can see what happens. All those MEGA entries (except for 3 were nicely in between the other entries) weren't in there. But it also re-ordered the Documents folder (looks alphabetically, but not fully) somewhere lower in the list. I think something isn't totally correct in the code that updates the entries.

1

Allendar avatar Mar 01 '23 09:03 Allendar

A small note to add; this only happens on startup of the app. If I remove them, it doesn't affect the sidebar again until restart. Haven't tested it specifically with adding a new folder (since the bug starting occurring).

Allendar avatar Mar 01 '23 09:03 Allendar

@vtmateos It's still not fixed in 4.9.0. It happens here;

https://github.com/meganz/MEGAsync/blob/071e474b76c5a1068495596e2c27567d77bc352d/src/MEGASync/platform/macx/MacXPlatform.cpp#L190

and here;

https://github.com/meganz/MEGAsync/blob/c629eea381c12886b7234aa0880e186a78390de6/src/MEGASync/platform/macx/MacXFunctions.mm#L175

Allendar avatar Mar 14 '23 07:03 Allendar