[Problem feedback] 求助:回收站的文件无法删除
Tofloor
poster avatar
州客
deepin
2024-12-27 14:40
Author

回收站有个文件,无法删除

截图_dde-file-manager_20241227143132.png
截图_选择区域_20241227143235.png

查看论坛的帖子,使用rm -rf ~/.local/share/Trash/files/* 也无法删除

sudo dde-file-manager 打开文管,查看回收站没有文件

截图_选择区域_20241227143716.png

求指导如何删除

Reply Favorite View the author
All Replies
玄圭SwenGway
deepin
2024-12-27 15:27
#1

不会是已经删了但是卡bug了,文件图标还在吧,重启刷新一下试试

Reply View the author
州客
deepin
2024-12-27 16:00
#2
玄圭SwenGway

不会是已经删了但是卡bug了,文件图标还在吧,重启刷新一下试试

这个问题出现很久了,不是今天才出现的。重启没有用

Reply View the author
QK
deepin
2024-12-27 17:00
#3

终端使用下面命令试一下

cp -r ~/.cache ~/cacheBAK
rm -rf ~/.cache/*

使用命令后重启系统再看有没有

Reply View the author
灵魂冲击
deepin
2024-12-27 17:10
#4

sudo dde-file-manager打开的是 root 用户的回收站,所以没有。

删除的是home目录下的文件才会到 ~/.local/share/Trash/files/*。但是你的文件是在其他其他磁盘删除的,s删除的文件会进入该磁盘的 .Trash-1000/files/中,试试 rm -rf /media/kileboy/项目盘/.Trash-1000/files/*

Reply View the author
kuxise
deepin
2024-12-27 17:38
#5

我以前双系统出过一次这样的事,无解。

Reply View the author
[^_^]
deepin
2024-12-27 17:46
#6

出现弹窗的时候点击跳过呢?之后文件是否还在回收站呢

Reply View the author
deepin
2024-12-27 17:51
#7

右键菜单查看属性,可以看到文件位置,然后用命令删除

Reply View the author
neko
deepin
Ecological co-builder
2024-12-27 19:48
#8
灵魂冲击

sudo dde-file-manager打开的是 root 用户的回收站,所以没有。

删除的是home目录下的文件才会到 ~/.local/share/Trash/files/*。但是你的文件是在其他其他磁盘删除的,s删除的文件会进入该磁盘的 .Trash-1000/files/中,试试 rm -rf /media/kileboy/项目盘/.Trash-1000/files/*

正解

Reply View the author
州客
deepin
2024-12-27 22:10
#9
QK

终端使用下面命令试一下

cp -r ~/.cache ~/cacheBAK
rm -rf ~/.cache/*

使用命令后重启系统再看有没有

回收站里面还是在的,没有删除

Reply View the author
州客
deepin
2024-12-27 22:11
#10
灵魂冲击

sudo dde-file-manager打开的是 root 用户的回收站,所以没有。

删除的是home目录下的文件才会到 ~/.local/share/Trash/files/*。但是你的文件是在其他其他磁盘删除的,s删除的文件会进入该磁盘的 .Trash-1000/files/中,试试 rm -rf /media/kileboy/项目盘/.Trash-1000/files/*

试过了,回收站还是有这个文件

Reply View the author
州客
deepin
2024-12-28 17:35
#11
neko

正解

搞定了😂 ,进windows,用磁盘查错工具修复下后就正常了。

Reply View the author