[dolphin] [Bug 499379] New: Unable to drag and drop files on a script

Damglador bugzilla_noreply at kde.org
Sat Feb 1 10:51:18 GMT 2025


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-null at kde.org
          Reporter: vse.stopchanskyi at gmail.com
                CC: kfm-devel at 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 on the CC list for the bug.


More information about the kfm-devel mailing list