Where is the trash location in Wine on Linux

Questions about Wine on Linux
Locked
4joey1
Level 1
Level 1
Posts: 7
Joined: Thu Jul 23, 2020 5:57 am

Where is the trash location in Wine on Linux

Post by 4joey1 »

Hi!I have Wine installed on Debian Linux.

When I delete files on Wine,a dialog box informs me the files have been sent to trash.I wanted to find out where the trash file location is so that I can delete these files permanently and conserve disk space?

Please advise on where the trash folder location is.

Thanks in advance.
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Where is the trash location in Wine on Linux

Post by jkfloris »

Wine uses the user's trash can. In Debian this is:

Code: Select all

~/.local/share/Trash
4joey1
Level 1
Level 1
Posts: 7
Joined: Thu Jul 23, 2020 5:57 am

Re: Where is the trash location in Wine on Linux

Post by 4joey1 »

jkfloris wrote: Sat Feb 27, 2021 11:15 am Wine uses the user's trash can. In Debian this is:

Code: Select all

~/.local/share/Trash
Thanks.This works
Locked