For a decade, I've been syncing my Desktop using Dropbox by running the commands:
sudo rm -r Desktop
ln -s Dropbox/Desktop Desktop
I then see the files inside `Dropbox/Desktop` on my Desktop. Since installing MacOS Catalina, this stops working every time I reboot. The symbolic link is deleted and an empty Desktop folder is restored inside my user directory.
How can I get Catalina to preserve the Desktop symbolic link across reboots? Alternatively, how can I get Dropbox to sync the contents of my Desktop folder without using this kind of symbolic link?