https://bugs.kde.org/show_bug.cgi?id=364039
k...@swiftninja.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@swiftninja.com --- Comment #51 from k...@swiftninja.com --- This bug has haunted me for years. I found the fix (at least for me) by complete accident. I'm using a Synology NAS Connected via SAMBA through fstab entries at startup. I had this problem. Cut & Pasting a group of files from my local machine to the remote share (on the same network) would crash. This was an issue that appeared one day after updating to Linux Mint 17. It would only ever crash on a CUT operation. Copy and paste worked fine. Prior to that, everything worked (not requiring the fix I'm about to observe). The fix for me, which I found accidentally: specify your UID & GID on the mount parameters in the FSTAB entry. For me, adding uid=1000,gid=1000 to the mount options. Restart Samba or reboot. Voila, problem solved. Confirmed by reverting said change, problem reappered. Added the UID & GID options back in, rebooted, voila - confirmed - problem solved. I really hope that helps someone else because this drove me bonkers FOR YEARS. -- You are receiving this mail because: You are watching all bug changes.