Bug 517757 - Clicking on a "Help" button in a dialog causes Digikam to silently disappear
Summary: Clicking on a "Help" button in a dialog causes Digikam to silently disappear
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Bundle-AppImage (other bugs)
Version First Reported In: 9.0.0
Platform: Mint (Ubuntu based) Linux
: NOR crash
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-03-18 14:06 UTC by Gaetan Simard
Modified: 2026-03-22 14:58 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In: 9.1.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gaetan Simard 2026-03-18 14:06:55 UTC
SUMMARY

When the "Help" button in a dialog (generally located on the bottom left part of dialog) is clicked, Digikam bring up some sort of built-in browser with these buttons (Back, Forward, Reload, Stop, Home, Desktop Browser). The browser form is displayed for a few seconds and then it disappear along with Digikam. The two associated digiKam-9.0.0-Qt6-x86-64.appimage processes are however still  running.
Restarting Digikam will create two new digiKam-9.0.0-Qt6-x86-64.appimage processes.

STEPS TO REPRODUCE
1. Clisk on Help -> Check for New Version...
2. Click on the "Help" button on the bottom left of the dialog
3. The built-in browser window with no content appears
4. After a few seconds (less than), the browser and Digikam windows disappear.

OBSERVED RESULT

No help content is displayed and Digikam window disappear

EXPECTED RESULT

The help content should have been displayed.

SOFTWARE/OS VERSIONS

digiKam: 9.0.0
KDE Frameworks: 6.20.0
Qt: Using 6.10.1 and built against 6.10.1
AppImage
Linux Mint 22.3 (Xcb)
Build ABI: x86_64-little_endian-lp64
Kernel: linux 6.17.0-19-generic


ADDITIONAL INFORMATION
Comment 1 caulier.gilles 2026-03-18 14:13:00 UTC
Which dialog exactly ? From a About plugin for ex ?
Comment 2 Gaetan Simard 2026-03-18 14:37:34 UTC
The problem appears from any location where I click on the "Help" button.
Here are a few locations where it happens;

* On the main screen of Digikam, 
   * Click on Help -> Check for New Version... -> Help
   * Click on Settings -> Help
   * Click on Tools -> Maintenance... -> Help
   * View -> Presentation... -> Help -> Online Handbook...

Each time help is requested, I  temporarily see what looks like a terminal window and it is replaced by a browser window that goes away (along Digikam) after a few seconds. I use "htop" to kill the Digikam main process and then I restart Digikam.
Comment 3 Maik Qualmann 2026-03-18 17:24:29 UTC
Git commit 377a8ad4d0afd2b565789b7928d16ae4f70ed632 by Maik Qualmann.
Committed on 18/03/2026 at 17:23.
Pushed by mqualmann into branch 'master'.

fix link to the online documentation

M  +1    -1    core/libs/onlineversion/onlineversiondlg.cpp

https://invent.kde.org/graphics/digikam/-/commit/377a8ad4d0afd2b565789b7928d16ae4f70ed632
Comment 4 Maik Qualmann 2026-03-18 17:35:29 UTC
QWebEngine does not work in the digiKam-9.0.0 AppImage. See also Bug 517299.

Use the pre-release version of digiKam-9.1.0 from here:

https://files.kde.org/digikam/

Maik
Comment 5 Gaetan Simard 2026-03-18 17:50:35 UTC
I downloaded the file digiKam-9.1.0-20260318T150052-Qt6-x86-64.appimage
The issue has been resolved in that release...thank you.