See the Security and Bug Fixes Section - Grub EFI Install Updates Fix Sticky


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Don't click the wrong menu item...
#4
It's always better to have a safety feature when deleting files.
You have two options:
1. Use keyboard shortcut by pressing Shift+Delete
It will ask you for confirmation.
2. If you want to use your right-click mouse menu to permanently delete files, then use this as a command for the thunar custom actions:
Code:
zenity --question --title="Remove..." --text="Do you wish to permanently\nremove the selected file(s)?"; if [ $? = 0 ] ; then rm -r %F ; fi
Reply


Messages In This Thread
Don't click the wrong menu item... - by JmaCWQ - 03-30-2015, 06:26 AM
Re: Don't click the wrong menu item... - by misko_2083 - 03-31-2015, 03:40 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)