Sunflower icon indicating copy to clipboard operation
Sunflower copied to clipboard

Cannot delete files from ntfs formatted partition

Open tmrd2513 opened this issue 9 years ago • 9 comments

If i want to delete a file from a ntfs formatted partition i get an error message box without any message and the four options "abort | skip | skip all | retry" (no button works). This error occurs since 0.3 release.

/etc/fstab:

UUID="<UUID>" /mnt/<FOLDER> ntfs defaults,umask=007,gid=46 0 0

strace output:

Exception in thread Thread-25: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 810, in bootstrap_inner self.run() File "/usr/share/sunflower/application/operation.py", line 1516, in run remove_method(item) File "/usr/share/sunflower/application/operation.py", line 1473, in _trash_path response = self._get_trash_error_input(error) File "/usr/share/sunflower/application/operation.py", line 380, in _get_trash_error_input dialog = QuestionOperationError(self._application) File "/usr/share/sunflower/application/gui/input_dialog.py", line 1517, in __init button_no.set_label(_('No')) AttributeError: 'NoneType' object has no attribute 'set_label'

tmrd2513 avatar Feb 05 '16 19:02 tmrd2513

Thanks for reporting this issue. I'll check if I can reproduce.

MeanEYE avatar Feb 06 '16 02:02 MeanEYE

FYI: This error does not occur in 0.2 (59).

tmrd2513 avatar Feb 09 '16 19:02 tmrd2513

Oh, nice. That is important difference. Thanks!

MeanEYE avatar Feb 09 '16 23:02 MeanEYE

I don't think this is a NTFS issue but a problem with an unhandled error. Based on the trace back above this has been fixed by PR #213

Issue can be closed.

cmallwitz avatar Apr 02 '16 17:04 cmallwitz

I also have this error. Was there any release since PR #213? I am currently on 0.3f (61) and the problem is not fixed

Devligue avatar Jun 04 '18 18:06 Devligue

That's the last release. I should probably release a bugfix version but at the moment am focusing on GTK3 version which I'd like to release as soon as possible.

MeanEYE avatar Jun 04 '18 20:06 MeanEYE

Considering my previous answer didn't really answer anything. I plan on dedicating more time these days to get new version out and running. At which point I will start closing all these PR's so I can complete migration to GitLab.

MeanEYE avatar Jun 05 '18 15:06 MeanEYE

Thank you. Appreciate it

Devligue avatar Jun 05 '18 15:06 Devligue

You are welcome.

MeanEYE avatar Jun 06 '18 00:06 MeanEYE