I have an AppleScript app which installs an associated Automator Service workflow in the Users/[home]/Library/Services/ folder. However, I can't get the Services Menu to update and show the new service.
I have tried these commands:
pbs -flush
pbs -update
I have also tried logging off and on and restarting. But, nothing happens. The new service doesn't even appear in the Keyboard => Shortcuts => Services preferences pane.
Is there a way to programmatically force the Services Menu to update with new installed services?
Thanks.