like windows recycle bin, does bactrack has a trash icon, when i delete files it will move to trash
if it does where can i find it? its not in my desktop
i have deleted a file by accident and dont know how to recover it
Printable View
like windows recycle bin, does bactrack has a trash icon, when i delete files it will move to trash
if it does where can i find it? its not in my desktop
i have deleted a file by accident and dont know how to recover it
Hi,
like I'm also kinda new to this forum, I will help you to find it. But normaly, questions like that, which belong to basic linux knowledge, aren't welcome in here, as you can see in many posts where ppl asked for basic things...
But well... Here you go...
Easiest way is to open the "Konqueror" and there you can find the Icon for the dumpster... ;)
You can also put it onto your desktop, that you can reach it more fast.
Hope that helps.
regards and merry xmas
BEETEE
google the search term "KDE trash icon".
The trash bin is a link to trash:/ paste the below into a terminal to create the required link.
Code:cat > ~/trash.desktop << "eof"
[Desktop Entry]
Comment=Contains removed files
EmptyIcon=trashcan_empty
Encoding=UTF-8
Icon=trashcan_full
Name=Trash
Type=Link
URL=trash:/
eof