Bug 421801 - Feature Request - Please Add "Open With Default Application" to "Thumbnail Click Action" in Conf > Views > Icons section
Summary: Feature Request - Please Add "Open With Default Application" to "Thumbnail Cl...
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Usability-OpenWith (show other bugs)
Version: 7.0.0
Platform: Microsoft Windows Microsoft Windows
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-20 00:48 UTC by Fuji Lives
Modified: 2022-01-31 07:27 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 7.0.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fuji Lives 2020-05-20 00:48:35 UTC
SUMMARY
Feature Request - Please Add "Open With Default Application" to "Thumbnail Click Action" in Conf > Views > Icons section

I am primarily a Windows user who has tried several similar programs, and feel digiKam is "doing things right", However there is one major hold-up that really slows me down or makes me create odd-workarounds, and that's the ability to "open with default application" by default, instead, double clicking an icon only allows it to be previewed or opened via the internal digiKam editor.  For me, I open files of many different formats and have my preferred editors / viewers already, and appreciate the ability to right click and "open with", but it's very cumbersome compared to just double clicking a thumnail (or in my case, mapping a mouse button to a key, and then binding that key to the open with default application action, which then unfortunately interferes with other applications where I need access to that mouse button).

STEPS TO REPRODUCE
1. Go to Settings
2. Select Configure digiKam
3. Select "Views"
4. Select the "Icons" tab from within the views panel.
5. Select "thumnail click action"


OBSERVED RESULT
The only available options are "show preview" and "start image editor".


EXPECTED (hoped for / wished for) RESULT
I would request (and would really appreciate!) another option to "Open with default application".


SOFTWARE/OS VERSIONS
Windows: Pro 10 64
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
This is a request, not a bug, but it would greatly improve usability (and adoptability) if the option was available.

Thank You for your time and for creating such a wonderful product!
Comment 1 Maik Qualmann 2020-05-20 05:25:53 UTC
Git commit ca24948bf59fa1cd79bc31f176811821bb417202 by Maik Qualmann.
Committed on 20/05/2020 at 05:23.
Pushed by mqualmann into branch 'master'.

add open with default application to the left click action
FIXED-IN: 7.0.0

M  +9    -2    core/app/items/views/digikamitemview.cpp
M  +9    -2    core/app/views/tableview/tableview.cpp
M  +2    -1    core/libs/settings/applicationsettings.h
M  +2    -1    core/utilities/import/main/importsettings.h
M  +9    -2    core/utilities/import/views/importiconview.cpp
M  +3    -2    core/utilities/setup/album/setupalbumview.cpp
M  +3    -2    core/utilities/setup/camera/setupcamera.cpp

https://invent.kde.org/graphics/digikam/commit/ca24948bf59fa1cd79bc31f176811821bb417202
Comment 2 Maik Qualmann 2020-05-20 05:39:23 UTC
Git commit b1bddc4bf292b610f1b44b289cca62dd6b8d61c8 by Maik Qualmann.
Committed on 20/05/2020 at 05:36.
Pushed by mqualmann into branch 'master'.

verinfach left click action

M  +1    -2    core/app/items/views/digikamitemview.cpp
M  +1    -2    core/app/views/tableview/tableview.cpp

https://invent.kde.org/graphics/digikam/commit/b1bddc4bf292b610f1b44b289cca62dd6b8d61c8
Comment 3 Maik Qualmann 2020-05-20 05:42:50 UTC
Opening with the default application was always been possible with  "Windows" key and  left double click. Now you can configure it as desired and simply open it with a left double click.

Maik