[Bug 95853] Re: Add an option to get a confirmation dialog before sending files to the trash in Nautilus

2011-03-14 Thread Paul Sladen
** Description changed: - Binary package hint: nautilus - SUMMARY If a file or a folder is selected in Nautilus and you accidently press Delete button, they are moved to the Trash. NO warning is issued (even though in Nautilus Preferences "Ask before emptying the Trash or deleting

[Bug 95853] Re: Add an option to get a confirmation dialog before sending files to the trash in Nautilus

2011-03-14 Thread GG
Sebastien, If all installations were to ship exactly the same stuff, there would be no point using one or the other, don't you think? Anyway, I just sent the patch upstream and let's see what they say. In my case, I don't really care anymore cause I switched to archlinux about 3 years ago and I

[Bug 95853] Re: Add an option to get a confirmation dialog before sending files to the trash in Nautilus

2011-03-14 Thread Sebastien Bacher
thanks for your work there but the issue is not that your patch is wrong but that having inconsistant behaviours between installations and such options in the ui is not really the way to go ** Changed in: nautilus (Ubuntu) Assignee: Ubuntu Desktop Bugs (desktop-bugs) => (unassigned) -- You

[Bug 95853] Re: Add an option to get a confirmation dialog before sending files to the trash in Nautilus

2011-03-14 Thread GG
Paul: the attached file will patch correctly against nautilus 2.32.2.1 The current schema you are referring to has nothing to do with this bug. The confirm_trash boolean value will ask user a confirmation before emptying the trashbin or before deleting files without passing through the trash fir

[Bug 95853] Re: Add an option to get a confirmation dialog before sending files to the trash in Nautilus

2011-03-14 Thread Paul Sladen
GG: please could you re-make the patch as a unified diff ("diff -u old new") and we'll see whether we can help get this upstream. I'm sorry that it was missed for so long. It would be useful if you could give a quick outline of why/how this interacts with the current schema that can be overridden

[Bug 95853] Re: Add an option to get a confirmation dialog before sending files to the trash in Nautilus

2011-03-14 Thread GG
I submitted a patch to solve this issue back in 2009 (see comment #72). It's depressing to see that it has not been taken into account despite lots of people really want this. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. https://b

[Bug 95853] Re: Add an option to get a confirmation dialog before sending files to the trash in Nautilus

2011-02-09 Thread William (Mike) Alam
After 103 comments, I don't know why I am compelled to jump in. OCD, I guess. In pseuocode: IF NOT Options.Behavior.ComfirmMoveToTrash.Checked OR Confirm("OK to move to trash?") THEN MoveToTrash This is bloat? Seriously? I detest Windows. I'm convinced that Microsoft is the company Dil

[Bug 95853] Re: Add an option to get a confirmation dialog before sending files to the trash in Nautilus

2011-01-28 Thread Chris Wilson
** Changed in: hundredpapercuts Importance: Low => Wishlist -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. https://bugs.launchpad.net/bugs/95853 Title: Add an option to get a confirmation dialog before sending files to the t

[Bug 95853] Re: Add an option to get a confirmation dialog before sending files to the trash in Nautilus

2011-01-28 Thread kenden
Thanks Paul. There is already an option for that in the Nautilus GUI: Edit > Preferences > Behavior: Ask before emptying the trash or deleting files.. This bug is actually about getting an option to warn the user before sending files to the trash. I'll update the title of the bug. ** Summary ch