ownCloud Sync Client Finder Extension

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 11-14-2016 04:14 AM
Hi Jamf Nation
I'm trying to enable the Finder Extension for the ownCloud Sync Client, but the command does not work for all users. What I tried so far:
#!/bin/sh
user=`ps aux | grep Finder.app | grep CoreServices | awk '{print $1}' | sort | uniq`
sudo -u $user pluginkit -e use -i com.owncloud.desktopclient.FinderSyncExt
exit 0
But it does not work. Any Ideas?
0 REPLIES 0
