https://bugs.kde.org/show_bug.cgi?id=381510
Bug ID: 381510
Summary: "open with" on multiple images only passes first image
Product: digikam
Version: 5.7.0
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Selecting multiple images and doing an "open with" only passes the first image
to the external program.
I would expect it to either do all images as arguments for one run or one
execution for each image.
This can be tested easily enough by making a shell script like these:
#!/bin/bash
zenity --info --text="$*"
or
#!/bin/bash
echo "$*" > /tmp/results.txt
--
You are receiving this mail because:
You are watching all bug changes.