Summary: | "open with" on multiple images only passes first image | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Peter <randy> |
Component: | Usability-OpenWith | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version: | 5.7.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/digikam/a223a9c43bc80ec13cb92e0766e8ff0e5fcfd80d | Version Fixed In: | 5.7.0 |
Sentry Crash Report: |
Description
Peter
2017-06-22 02:39:33 UTC
Problem is not reproducible here. When I select multiple images and use open with Gwenview, for example, the selected images are opened. It depends on the command line parameter %f and %u for single file or %F and %U for multiple files. If no command line parameter specified, the open function in digiKam uses single file. This behavior would be changeable. Maik (In reply to Maik Qualmann from comment #1) > Problem is not reproducible here. When I select multiple images and use open > with Gwenview, for example, the selected images are opened. It depends on > the command line parameter %f and %u for single file or %F and %U for > multiple files. If no command line parameter specified, the open function in > digiKam uses single file. This behavior would be changeable. > > Maik You are correct, I wasn't using %F. When no parameter worked I assumed that was the way to do it. However, when using %F I would expect one execution with all images and with %f I would expect multiple executions with one image each. Git commit a223a9c43bc80ec13cb92e0766e8ff0e5fcfd80d by Maik Qualmann. Committed on 22/06/2017 at 16:41. Pushed by mqualmann into branch 'master'. add support to runFiles() for start multiple open file processes FIXED-IN: 5.7.0 M +2 -1 NEWS M +27 -3 libs/threadimageio/dfileoperations.cpp https://commits.kde.org/digikam/a223a9c43bc80ec13cb92e0766e8ff0e5fcfd80d |