简体   繁体   中英

FinderSync extension conflicts with Dropbox

I have made a FinderSync extension, app but every folder monitored by Dropbox (to show the "Move to Dropbox" context menu) prevents my extension to show file badge icons inside that folder. The folders I know Dropbox uses: ~/Dropbox, ~/Documents and ~/Desktop.

I read that the extension that gets enabled first takes the "ownership" of folder badge control.

Does anyone know a workaround for this?

What you can do is to restart DropBox Finder Integration on start of your app. This way your extension has higher priority for common folders. I'm issuing this bash command at start:

pluginkit -e ignore  -i com.getdropbox.dropbox.garcon;
pluginkit -e use  -i com.yourcompany.yourextension;
pluginkit -e use  -i com.getdropbox.dropbox.garcon;

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM