On Mon, 7 Oct 2024 07:49:55 dep via tde-users wrote:
said D. R. Evans via tde-users:
| As of a recent TDE update (sometime in the past month or less), moving
| files to trash has become painfully slow, with the operation typically
| taking tens of seconds instead of a second or two.
|
| This has happened in the past with remote disks mounted over ssh
| (there was a thread about this maybe two or three years ago), but now
| it is happening with local storage.
|
| Are other people seeing this? If not, any ideas what might be the
| problem?
Is there a lot of stuff in the trash directory? Does emptying it speed
things up?
By default, TDE limits the size of the trash to 10% of the total size of
the partition where your trash is located. If you haven't already emptied
the trash as dep suggested, do you mind sharing any output of the commands
below? You can run them in Konsole.
[ -f $HOME/.trinity/share/config/trashrc ] && echo 'found' || \
echo 'not found'
grep -i sizelimit $HOME/.trinity/share/config/trashrc || echo 'nothing'
FWIW: There is an issue on the TGW about this[0], so you're not the only
one. I just want to confirm if you have the same issue.
[0]:
https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/445