[MacTUG] WatSafe - allow system events

Dani Roloson daroloso at uwaterloo.ca
Tue Dec 17 13:56:00 EST 2019


First attempt


/Library/LaunchAgents/ca.uwaterloo.watsafe.plist (not sure about the backslash; need to touch log on installation)

________________________________


<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.comDTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

   <key>Label</key>

   <string>ca.uwaterloo.watsafe</string>

   <key>ProgramArguments</key>

   <array>

      <string>/Applications/Desktop\ Notifications.app</string>

   </array>

   <key>RunAtLoad</key>

   <true/>

   <key>StandardOutPath</key>

   <string>/var/log/ca.uwaterloo.WatSafe.log</string>

   <key>StandardErrorPath</key>

   <string>/var/log/ca.uwaterloo.WatSafe.log</string>

   <key>Debug</key>

   <true/>

</dict>

________________________________


________________________________



________________________________
From: mactug-bounces at lists.uwaterloo.ca <mactug-bounces at lists.uwaterloo.ca> on behalf of Dani Roloson <daroloso at uwaterloo.ca>
Sent: December 17, 2019 13:39
To: MacTUG ‎[mactug at mailman.uwaterloo.ca]‎
Cc: Paul Dietrich
Subject: Re: [MacTUG] WatSafe - allow system events


>  I can kludge a workaround by adding a login daemon to ensure it starts.


launch agent

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.uwaterloo.ca/mailman/private/mactug/attachments/20191217/9a92e4b3/attachment.html>


More information about the MacTUG mailing list