Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 885517 - kde-apps/dolphin-22.12.0 strange copy/move behavior
Summary: kde-apps/dolphin-22.12.0 strange copy/move behavior
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard: tracking upstream
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-12 08:43 UTC by Per Pomsel
Modified: 2022-12-14 20:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Per Pomsel 2022-12-12 08:43:57 UTC
If I copy two files, one after the other by dropping the files between two dolphin windows, when dropping the second file dolphin actually drops the first file and offers me to overwrite it. Note that that works if I'm using two tabs instead of two windows.

There are already two bug reports:
https://bugs.kde.org/show_bug.cgi?id=462928
https://bugs.kde.org/show_bug.cgi?id=462924

Using kde-apps/dolphin-22.08.3 fixes this behavior.


Reproducible: Always

Steps to Reproduce:
1.  Create two folders and open them in separate dolphin windows.
2.  In one folder. Create a 1.txt file with "one" inside. Create a 2.txt file with "two" inside.
3.  Copy 1.txt by drag and dropping the file to the window with the second folder.
4.  Copy 2.txt by drag and dropping the file.

Actual Results:  
Dolphin says that 1.txt is already in the folder. If I accept the overwrite, the content of 1.txt is "one" so it's not 2.txt that have been copies with 1.txt name.

Expected Results:  
Both file are copied.
Comment 1 Andreas Sturmlechner gentoo-dev 2022-12-14 20:37:45 UTC
Upstream revert was backported to 22.12.0-r1 in ::gentoo, thanks for reporting.