Problem moving files between partitions with Dolphin

System: latest tumbleweed /KDE Plasma 6.5.1 /Kernel: Linux 6.17.6-1-default

For the past few weeks, I’ve been having an annoying issue when moving files between partitions using Dolphin.

On the first attempt, I get the following warning:

dolphin[70652]: Could not rename file "/home/martin/whatever.pdf" to "/mnt/data/documenten/whatever.pdf"

(The same thing happens when moving a file from /mnt/data to /home .)

However, when I try to move the file a second time, it works without any problems.
Both partitions use the ext4 filesystem:

/dev/sda4 on /home type ext4 (rw,relatime,data=ordered)
/dev/sda2 on /mnt/data type ext4 (rw,relatime,data=ordered)

Interestingly, I don’t encounter this issue when using the mv command in the terminal.

Is this a known bug in Dolphin? If not, how can I fix it?

Martin

Same tumbleweed envirionment here, but I cann’t reproduce the problem. How exactly did you do the move operation? Using the context menu in dolphin or drag and drop between two dolphin instances or ???

Drag and drop between two instances.
It happens on X11 and Wayland.

yes facing the same issue (wayland, TW), error on first attempt works fine after that

A refresh of the view (F5) solves the issue.