Jump to content

andstdout

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by andstdout

  1. You need to replace the "tilde ~ " sign to your full path of your home folder, for example: <string>/Users/andreas/Library/PreferencePanes/teleport.prefPane/Contents/Resources/teleportd.app/Contents/MacOS/teleportd</string> The tilde is not recognized by the launchd service. A newly run of the workflow with the argument install should also fix your problem. After that you needn't to change anything by hand when you installed Teleport only for your user. The workflow bash script could be optimized to recognize all these things automatic, I want to do this as fast as possible.
  2. Hi, with this workflow you can start or stop Teleport (arguments start or stop). Teleport (http://www.abyssoft.com/software/teleport/) is a software to share your mouse/ keyboard with two or more computers. Before you can use it, please run the workflow with the argument "install" - this installs a launchd daemon under ~/Library/LaunchAgents/Teleport.plist PLEASE NOTE: When you installed Teleport for all users, you need to change the line 11 in the plist file ~/Library/LaunchAgents/Teleport.plist: from <string>$HOME/Library/PreferencePanes/teleport.prefPane/Contents/Resources/teleportd.app/Contents/MacOS/teleportd</string> to <string>/Library/PreferencePanes/teleport.prefPane/Contents/Resources/teleportd.app/Contents/MacOS/teleportd</string> Andreas Download Teleport Control workflow
×
×
  • Create New...