Hi, I use IceDrive on my Mac OS X 15.3 with Icedrive 3.33. Is there a way to automatically mount icedrive on systemboot?
Now I always have to run the app and push the mount button, which is annoying.
1 Like
that’s a good question as the app doesn’t startup automatically on booting
same request for me !
I Have solved it this way:
Create a shell script app in Automator with following content:
#!/bin/bash
open -a /Applications/Icedrive.app --args -startup
And add this app in System Settings to run on startup
as far as i know you can find “load on start” ( or similar ) menu in macOS settings, and add any program that you want
ask GPT, i’m sure he’ll know
That’s right. It will start the IceDrive app but does not mount the drive. IceDrive is aware of the problem and will investigate it. They pointed me towards this solution.