Ein Microsoft-Dienst für Dateihosting- und -synchronisierung
Bryan hat eine Lösung gefunden: https://answers.microsoft.com/en-us/msoffice/forum/all/my-fix-for-onedrive-on-macos-catalina-1015x/de6ab37d-fa23-42b5-b5df-fbf05e09887b
Long story short:
- Delete the new OneDrive version and all files with the word "onedrive" on your computer (use finder search for the whole Mac HD, delete the files in the system library and your user library)
- download the older version of OneDrive from Microsoft: https://oneclient.sfx.ms/Mac/Installers/23.054.0313.0003/universal/OneDrive.pkg
- disconnect from internet
- install the older version
- open it and follow instructions, as far as it goes. but do not connect to the internet!
- Now search for file OneDriveStandaloneUpdater.plist under System ~Library (/Library/LaunchAgents/com.microsoft.OneDriveStandaloneUpdater.plist) and use a simple text editor to edit the file where it says
<key>RunAtLoad</key>
<true/>
Replace the word “true” with the word “false”, so that it reads like this:
<key>RunAtLoad</key>
<false/>
- Save file (you have to enter your password)
- Restart your Mac
That‘s it, folks!
Danke Bryan et al.!