https://bugs.kde.org/show_bug.cgi?id=452920
Igor Kushnir <igor...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |igor...@gmail.com Status|REPORTED |CONFIRMED Ever confirmed|0 |1 --- Comment #1 from Igor Kushnir <igor...@gmail.com> --- ManPageModel::showItem() [at https://invent.kde.org/kdevelop/kdevelop/-/blob/3427bd11ff34b18d3efdec3b4f23c65c0316a6e0/plugins/manpage/manpagemodel.cpp#L163] constructs a manual page URL as `sectionUrl/page`. For example (found via debugging KDevelop), sectionUrl="man:/(7)"; page="bootup (7)". When I try opening the URL on the command line via `xdg-open "man:/(7)/bootup (7)"`, KHelpCenter shows the same Manual Page Viewer Error page. When I shorten the URL, i.e. `xdg-open "man:/(7)/bootup"`, KHelpCenter opens the expected Man page. Either m_manMap contains incorrect URLs or ManPageModel::showItem() should adjust them... -- You are receiving this mail because: You are watching all bug changes.