la1k / flyby

A satellite tracking program
GNU General Public License v2.0
39 stars 8 forks source link

Broken configuration #15

Closed bjorgan closed 8 years ago

bjorgan commented 8 years ago

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.

bjorgan commented 8 years ago

Fixed in 59e1a78d43a97b5f4fcfc11f509ae28f5f99cc2a