Can not run two simultaneous copy/paste operation
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Files |
Fix Committed
|
High
|
Jeremy Wootten |
Bug Description
How to regenerate:
1. Copy some big files so that copy takes some time.
2. During copy in progress try to run another copy/paste operation.
Result: Nothing happens. Mouse click and keyboard shortcut both doesn't work. After finishing the first copy you can continue another copy/paste operation.
ProblemType: Bug
DistroRelease: elementary OS 0.3
Package: pantheon-files 0.2.0.1+
ProcVersionSign
Uname: Linux 3.13.0-52-generic x86_64
NonfreeKernelMo
ApportVersion: 2.14.1-0ubuntu3.10
Architecture: amd64
CrashDB: pantheon_files
CurrentDesktop: Pantheon
Date: Mon May 18 19:21:39 2015
EcryptfsInUse: Yes
GsettingsChanges:
InstallationDate: Installed on 2015-02-11 (96 days ago)
InstallationMedia: elementary OS 0.3 "Freya" - Daily amd64 (20141209)
SourcePackage: pantheon-files
UpgradeStatus: No upgrade log present (probably fresh install)
Related branches
- Adam Bieńkowski (community): Approve (code)
- Dieter Debast (community): Approve
-
Diff: 78 lines (+3/-19)1 file modifiedsrc/View/AbstractDirectoryView.vala (+3/-19)
Changed in pantheon-files: | |
status: | New → Confirmed |
importance: | Undecided → Low |
Changed in pantheon-files: | |
status: | Confirmed → In Progress |
assignee: | nobody → Jeremy Wootten (jeremywootten) |
Changed in pantheon-files: | |
status: | In Progress → Fix Committed |
At the moment, pasting files is deliberately inhibited in a particular view if there are already files in the process of being pasted into that view. This should not prevent files being pasted into another view but I'll check it out.