Skip to main content
Question

ownCloud Sync Client Finder Extension

  • November 14, 2016
  • 0 replies
  • 6 views

anverhousseini
Forum|alt.badge.img+11

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?