Kleopatra: Fix link to Kleopatra handbook
Open, NormalPublic

Assigned To
None
Authored By
ebo
Mon, Sep 14, 11:19 AM

Description

The link to the Kleopatra handbook in the Help menu does not work any more.

Debugview says:

132	4565.657798	7332	kleopatra.exe	kf.guiaddons: Could not find a suitable handler for "help:/"

Possible alternative solution: Link removal because that documentation is outdated anyway, see T7895: Kleopatra: Handbook outdated

Related Objects

Event Timeline

ebo triaged this task as Normal priority.Mon, Sep 14, 11:19 AM
ebo created this task.
ebo set External Link to https://forum.gnupg.org/t/bug-kleopatra-handbook-menu-item-doesnt-work/7507.

The root causes are:

  • We do not ship khelpcenter with Gpg4win.
  • The fallback to open a https://docs.kde.org URL is only applied if the app's organization domain is kde.org. We use gpg4win.org as organization domain for Gpg4win.

Removing the menu entry looks like the best option.

Alternatively, we could set our own URL handler for help URLs to override the URL handler that's set by KGuiAddons with

QDesktopServices::setUrlHandler(QStringLiteral("help"), s_handler, "openHelp");