@[email protected] to [email protected] • 6 months agoDo all DEs store the trash in the same place?message-square12fedilinkarrow-up161arrow-down12file-text
arrow-up159arrow-down1message-squareDo all DEs store the trash in the same place?@[email protected] to [email protected] • 6 months agomessage-square12fedilinkfile-text
On Cinnamon and LxQt, the trash is in ~/.local/share/Trash. Is it the same for all desktop environments?
minus-square@[email protected]linkfedilink34•edit-26 months agoAlso fyi there’s trash-cli I have rm aliased to trash-rm (not in sudo tho, so I can still force true deletion), so that if I remove something in terminal it also goes to trash. You can empty the trash via trash-empty It also uses ${XDG_DATA_HOME}/Trash (usually ~/.local/share/Trash)
Also fyi there’s
trash-cli
I have
rm
aliased totrash-rm
(not in sudo tho, so I can still force true deletion), so that if I remove something in terminal it also goes to trash.You can empty the trash via
trash-empty
It also uses
${XDG_DATA_HOME}/Trash
(usually ~/.local/share/Trash)Oh that’s neat! Thanks for the tip!