Configuration is broken. Config defaults are not copied to /etc/flyby, config defaults are subsequently not copied to ~/.flyby/, and flyby silently exits after prompting the user for QTH coordinates (and the paths also miss a '/', so that the paths are /etc/flybyflyby.tle instead of /etc/flyby/flyby.tle).
User receives no warning if those files are missing. Master branch also has some memory violations which makes flyby segfault if flyby proceeds without tle-database (fixed in libpredict-branch). Not sure if we should just fix install rules in CMakeLists.txt for the configuration files, or if we also should add warnings in flyby and/or let user proceed without .tle- or .db-file, or whether we should just fix this for the more proper configuration fix in issue #1.
Configuration is broken. Config defaults are not copied to /etc/flyby, config defaults are subsequently not copied to ~/.flyby/, and flyby silently exits after prompting the user for QTH coordinates (and the paths also miss a '/', so that the paths are /etc/flybyflyby.tle instead of /etc/flyby/flyby.tle).
User receives no warning if those files are missing. Master branch also has some memory violations which makes flyby segfault if flyby proceeds without tle-database (fixed in libpredict-branch). Not sure if we should just fix install rules in CMakeLists.txt for the configuration files, or if we also should add warnings in flyby and/or let user proceed without .tle- or .db-file, or whether we should just fix this for the more proper configuration fix in issue #1.