https://bugs.kde.org/show_bug.cgi?id=426748
Harald Sitter <sit...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|OpenGL |docs.kde.org Product|kinfocenter |docs Version|5.19.90 |unspecified CC| |sit...@kde.org Assignee|plasma-b...@kde.org |kde-doc-engl...@kde.org --- Comment #3 from Harald Sitter <sit...@kde.org> --- the module's desktop file sets > X-DocPath=kinfocenter/index.html#opengl systemsettings makes that > help:/kinfocenter/index.html#opengl kguiaddons/src/util/urlhandler.cpp makes that > https://docs.kde.org/index.php?branch=stable5&language=en_US&application=kinfocenter&path=/kinfocenter/index.html which gets turned into the duplicated appname on the server. Which of the bits broke? I couldn't say :( What I can say is that we can't change this in kinfocenter because the url actually needs to be help:/khelpcenter/... so it works with khelpcenter. Either there needs to be a hack in kguiaddons, or (IMHO) more reasonably on the server side. Something like - if exists $appname/$path - return - else if exists $path - return - else - 404 Moving to docs product (I'm guessing that's the correct one) -- You are receiving this mail because: You are watching all bug changes.