! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Feature request: count space in destination
Status:
RESOLVED: DUPLICATE

Comments

Description Algimantas Margevičius 2012-01-17 18:37:25 CET
User-Agent:       Mozilla/5.0 (X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1
Build Identifier: Thunar 1.3.0

in thunar i select 10 files, copy, paste to other place, copying, copying, "error: there is no space in destination dir", so why thunar can't count free space before copying? nautilus does so. 

if(destination_free_space<files_need_to_be_pasted_size) { 
echo "warning: not enough space in destination"
cancel();
} else { paste(); }

Reproducible: Always
Comment 1 Nick Schermer editbugs 2012-09-26 12:40:36 CEST

*** This bug has been marked as a duplicate of bug 5658 ***

Bug #8352

Reported by:
Algimantas Margevičius
Reported on: 2012-01-17
Last modified on: 2012-09-26

People

Assignee:
Jannis Pohlmann
CC List:
2 users

Version

Version:
unspecified

Attachments

Additional information