For the reason of security,I use gvfs-trash to delete file or directory.gvfs-trash sends files or directories to the "Trashcan",I want to empty the "Trashcan" when I turn on the computer,so I add "gvfs-trash --empty" in the file /etc/rc.local, but it does not work, how can I do it?
Asked
Active
Viewed 189 times
1
-
You can try adding it to `.bashrc`; that might work I guess!.But I don't know if this is a valuable suggestion! – Am_I_Helpful May 02 '15 at 13:57
-
1Your are right,it is a valuable suggestion! – Ren May 02 '15 at 14:41