https://bugs.kde.org/show_bug.cgi?id=507418
Bug ID: 507418
Summary: The image copied from the browser shows "File/Folder
does not exist" when pasted with Ctrl + V in Digikmd.
Classification: Applications
Product: digikam
Version First 8.8.0
Reported In:
Platform: Other
OS: Microsoft Windows
Status: REPORTED
Severity: wishlist
Priority: NOR
Component: AdvancedRename-Import
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
When I copy an image using the right-click in the browser and paste it with
Ctrl + V in the software, it shows "File/Folder does not exist," such as in
Pinterest and others.
STEPS TO REPRODUCE
1. Right-click to copy the image in the webpage.
2. Press Ctrl + V in Digikmd.
OBSERVED RESULT
It prompts "File/Folder does not exist."
EXPECTED RESULT
The image is normally pasted into the current folder of Digi.
I tested it in Qt6.9, and when I copied an image from the browser,
const QMimeData *mimeData = clipboard->mimeData()
t = mimeData->text(),
the value at this point is a URL, not a file path.
Although using QImage.save can save the image, I'm not sure if this is the best
method.
SOFTWARE/OS VERSIONS
Windows: Windows 11 24H2
ADDITIONAL INFORMATION
--
You are receiving this mail because:
You are watching all bug changes.