https://bugs.kde.org/show_bug.cgi?id=438261
--- Comment #1 from Harald Sitter <sit...@kde.org> --- Git commit 1ab7686ed120a93a78dcfe188e2bd48bb7800e6e by Harald Sitter. Committed on 08/06/2021 at 17:03. Pushed by sitter into branch 'master'. gather extensive diagnostics when file resolution fails on usr-merged systems the paths randomly are /lib instead of /usr/lib, not even consistently. when this happens the resolution to a package name fails and consequently every other resolver as well. should this happen run a diagnostic script to gather up mountains of data we can use in bug reports to figure out why the paths are wonky to begin with this extends the filepage with a textarea that will display the script output (if diagnostics ran that is). M +3 -2 src/CMakeLists.txt A +20 -0 src/Diagnostic.sh A +61 -0 src/DiagnosticResolver.cpp [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +27 -0 src/DiagnosticResolver.h [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] M +12 -1 src/File.cpp M +7 -1 src/File.h M +23 -8 src/FileResolver.cpp A +9 -0 src/assets.qrc M +37 -25 src/qml/FilePage.qml https://invent.kde.org/system/drkonqi-pk-debug-installer/commit/1ab7686ed120a93a78dcfe188e2bd48bb7800e6e -- You are receiving this mail because: You are watching all bug changes.