https://bugs.kde.org/show_bug.cgi?id=431053
Bug ID: 431053 Summary: A Drag-and-Move in Dolphin from one "Tag Folder" to a second acts like a Drag-and-Copy Product: dolphin Version: 20.12.0 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: dolphin-bugs-n...@kde.org Reporter: tagwer...@innerjoin.org CC: kfm-de...@kde.org Target Milestone: --- SUMMARY: A Drag-and-Move in Dolphin from one "Tag Folder" to a second acts like a Drag-and-Copy STEPS TO REPRODUCE: Create two test files, File1 and File2 and apply tags: Tag1 to File1 and Tag2 to File2 In Dolphin, split the screen and open tags:/Tag1 and tags:/Tag2 Drag File1 from the 'Tag1' folder to 'Tag2'. Dolphin gives 'Move' or 'Copy' options, chose 'Move' OBSERVED RESULTS The 'Move' acts like a copy. The File1 appears in the 'Tag2' folder and is not removed from 'Tag1' In terms of xattr, 'Tag2' is added. With getfattr: # file: File1 user.xdg.tags="Tag1,Tag2" EXPECTED RESULTS The file moves to the 'Tag2' folder, disappearing from 'Tag1' In terms of xattr, 'Tag2' is added and 'Tag1' is removed. # file: File1 user.xdg.tags="Tag2" SOFTWARE/OS VERSIONS Neon Testing Dolphin : 20.12.0 Plasma : 5.20.4 Frameworks : 5.78.0 Qt : 5.15.2 Filesystem : Ext4 Kernel : 5.4.0-58-generic and Fedora 33: Dolphin : 20.08.03 Plasma : 5.20.4 Frameworks : 5.75.0 Qt : 5.15.2 Filesystem : BTRFS Kernel : 5.9.16-200.fc33.x86_64 ADDITIONAL INFORMATION I don't see this behaviour in Fedora 32 Dolphin : 20.04.01 Plasma : 5.18.5 Frameworks : 5.73.0 Qt : 5.14.2 Sorry, cannot pin it down further. -- You are receiving this mail because: You are watching all bug changes.