I've updated the scripts and tested them on successfully on 12.3.1 with
Munki's python. Make sure to read the comments there. I'm also working
on a compiled solution to this so python won't be required, but have no
ETA on when that will be ready.
I'm just now getting to testing this with Catalina. Catalina didn't
remove python, just deprecated it; so we're fine for now. When it's gone
we'll have to come up with another alternative (maybe a compiled Swift
app?) My scripts work, however there a...
@aporlebeke, @georgecm12 I've updated my example scripts on GitHub to
include the ability to set a favorite name. Example: servers = (("My
Name", "smb://example.com/share"), "vnc://example.com") This would
create a favorite named "My Name" pointed to...
@mlitton, I was just running sudo python /path/to/script.py, but using
#!/usr/bin/python will work as well. All Finder windows must be closed
or the changes may not apply. I have updated my scripts. One can be used
to overwrite the current favorites,...
@dstranathan Here's an updated script that will loop through all active
users. Edit: The latest version of these scripts are available here. #
get the latest version of this script at:
https://gist.github.com/korylprince/be2e09e049d2fd721ce769770d983...