https://bugs.kde.org/show_bug.cgi?id=499379
Bug ID: 499379 Summary: Unable to drag and drop files on a script Classification: Applications Product: dolphin Version: 24.12.1 Platform: Other OS: Linux Status: REPORTED Severity: minor Priority: NOR Component: general Assignee: dolphin-bugs-n...@kde.org Reporter: vse.stopchans...@gmail.com CC: kfm-de...@kde.org Target Milestone: --- SUMMARY I can drag and drop a file on my script if it's on my desktop, and it'll pass that file to the script and execute the script. That doesn't work in Dolphin STEPS TO REPRODUCE 1. Create a folder with a script and a file 2. Make test script (example below), make it executable 3. Try to drag and drop a file on it in Dolphin (don't use valuable files) Script example: #!/bin/bash rm "$1" OBSERVED RESULT In Dolphin dragging a file to the script shows 🚫 on the cursor. EXPECTED RESULT Drag and dropping a file on a script in Dolphin should execute the script with the file passed to it. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Arch Linux KDE Plasma Version: 6.2.5 KDE Frameworks Version: 6.10.0 Qt Version: 6.8.1 ADDITIONAL INFORMATION Added a demo -- You are receiving this mail because: You are watching all bug changes.