GroundControl main.py specifically loads groundcontrol.ini from the users’s home directory. I think one would need to override ‘get_application_config()’ to get it to load from somewhere else.
windows does not look for ini files in various places, only binaries.
Linux has a defined path for searching for binaries.
But neither OS has any way of auto searching multiple directories for other
files to open (like config files). Any multiple location support is done in each
application, not in the OS