Modifying line 54 of applications/gqrx/main.cpp to use the first argument, if present, as the config file name seems to have worked, in that it has let me run 2 instances with different config files that were previously saved. If I give an invalid file-name as the first argument, it forces the configuration dialogue box to be shown.
MainWindow w((argc > 1)?a.arguments()[1]:"default.conf");
1 comment:
I am wanting to set up multiple instances of GPRX on a raspberri Pi for use an an APRS igate that can listen on multiple bands. I know this is an old post. Does it still work and can you give more details on setup? 73, KE4WEI
Post a Comment