LogosLinuxInstaller
LogosLinuxInstaller copied to clipboard
Logos 9 in Config Causes App to Exit: Should Offer to Change to 10
cat ~/.config/FaithLife-Community/oudedetai.json
{
"DIALOG": "tk",
"app_release_channel": "stable",
"faithlife_product": "Logos",
"faithlife_product_release": "9.17.0.0020",
"faithlife_product_release_channel": "stable",
"faithlife_product_version": "9",
"install_dir": "/home/thwright/.local/share/FaithLife-Community/oudedetai",
"wine_binary": "data/bin/wine-stable_10.0-x86_64.AppImage"
}
The intent here is to make it so the user doesn't have to delete his config in order to proceed. If we wanted, we could back the config up, renaming it to oudedetai.json.bak-logos-9 or similar so that we are non-destructive.
In a related comment, the suggested fix is to exit the app and then start it again. Could we perform a soft exit, of sorts, that instead relaunches the app so that the user doesn't have to? i.e., net all the benefits of restarting without requiring the user to do so?
This is ultimately minor.
Oops. I'm wrong. Needs testing after #355
Closing as obsolete.