desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #19066
[Bug 371289] Re: fail to delete directory over sshfs with nautilus
I've made a quick workaround for my mates:
- install package python-nautilus
sudo aptitude install python-nautilus
- download the attached file in the directory (create if it doesn't exists
$HOME/.nautilus/python-extensions
- kill nautilus and next time, when you open it, you'll be able to delete folders in sshfs mounted servers through right click
** Attachment added: "nautilus extension workaround"
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/371289/+attachment/2426663/+files/delete-folder.py
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/371289
Title:
fail to delete directory over sshfs with nautilus
Status in Nautilus:
New
Status in “nautilus” package in Ubuntu:
Triaged
Bug description:
fail to delete non-empty directory over sshfs from nautilus by
pressing the delete key. with "Error removing file: Operation not
permitted"
works if you empty the folder first.
dir is "chmod -R 0777 folder"
mount command was "sshfs me@myServer:/ /media/myServer"
server:
2.6.24-23-generic #1 SMP Wed Apr 1 21:47:28 UTC 2009 i686 GNU/Linux
updated (not dist-update) Sun May 3 11:42:32 EDT 2009
client:
2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009 i686 GNU/Linux
updated Sun May 3 11:42:32 EDT 2009
it's like nautilus is asking for a "rm -f file" when it should be
asking for a "rm -fr file"
To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/371289/+subscriptions