bing-wallpaper icon indicating copy to clipboard operation
bing-wallpaper copied to clipboard

error code 127 on launchctl

Open sergiofagostinho opened this issue 3 years ago • 0 comments

On my mac (macOS Mojave), the launch job returns an error code 127 (which a generic error).

My manual fix was the editing the following:

		<key>ProgramArguments</key>
		<array>
			<string>/Users/<my username>/bin/bing-wallpaper.sh</string>
			<string>-w</string>
		</array>

Not sure this works on all versions, though.

sergiofagostinho avatar Mar 25 '21 15:03 sergiofagostinho