| Summary: | Open with default application does not open the default application specified for the mime type (darktable) | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | KaiB <kaizubg> |
| Component: | Usability-OpenWith | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | caulier.gilles, metzpinguin |
| Priority: | NOR | ||
| Version First Reported In: | 8.6.0 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
KaiB
2025-03-26 15:06:12 UTC
There is certainly a native mime type settings mess on your computer about the DarkTable application properties. The type mime work around depends of KDE framework. In you native computer, certainly not based on KDE, probably something is wrong or missing. In the AppImage that we provide, all the necessary components are present of course... Best Gilles Caulier (In reply to caulier.gilles from comment #1) > There is certainly a native mime type settings mess on your computer about > the DarkTable application properties. Double clicking on a NRW file in the Gnome Files or in Gnome commander, opens the file in Darktable correctly. A mystery for me. Regards, Kai Seems to stay a > > The type mime work around depends of KDE framework. In you native computer, > certainly not based on KDE, probably something is wrong or missing. > > In the AppImage that we provide, all the necessary components are present of > course... > > Best > > Gilles Caulier We use a simple Qt function (QDesktopServices::openUrl()) to open the default application. It probably doesn't work with the Gnome desktop. I don't know of any standard cross-desktop function for querying a default application. Maik However there seems to be a overriding mechanism to this under the hood. Selected a NRW-File > Open With > Other > - searched & selected darktable - selected option: Remember application association for all files of type "Nikon NRW raw image" (image/x-nikon-nrw) > Clicked OK Now the toolbar icon/functionality "Open With Default Application" opens darktable correctly. The same implies with the keyboard shortcut Ctrl-F4. Happy with this! I don't know if this is universal solution. But this could be stated in the user manual where this possibility is not mentioned. Check chapter https://docs.digikam.org/en/main_window/image_view.html#id22. |