Install finished with no errors. sdods doctor disagrees about the browser:
browser:chromium not installedEverything else in the report is fine. Do I need to reinstall everything, or is there a smaller fix?
Install finished with no errors. sdods doctor disagrees about the browser:
browser:chromium not installedEverything else in the report is fine. Do I need to reinstall everything, or is there a smaller fix?
Accepted answer
Much smaller. doctor --fix installs the engines that are missing and touches nothing else:
sdods doctor --fixThe usual cause is that the install ran with --browsers none, or with a different HOME than the shell you are checking from — the engine cache is per user, so a run under another account looks like a missing engine rather than a permission problem.
If --fix downloads it and it still will not launch, that is a different failure: the engine is present and the system libraries are not. On Linux that one needs sdods browsers install -b chromium --with-deps with root.
For reference, this is what a clean pass looks like — every engine line is probed rather than assumed, so you can tell "not downloaded" from "downloaded and will not start":

The full check list is in Reference → sdods doctor.
Have the same question?
Ask it with the command you ran and the output you got, and it will be answered here.
Ask a question