文件夹不刷新
Tofloor
poster avatar
185******30
deepin
2017-11-06 18:35
Author
我在操作文件夹时不会刷新,比如我删除文件,删除后文件还在,点击刷新或者重新进入目录文件就没了,还比如我新建文件夹或文件,不会出现新建的文件或文件夹,刷新后或重进目录才出现,只要是文件夹内的操作都不会刷新,如何解决
Reply Favorite View the author
All Replies
avatar
coldlook
deepin
2017-11-06 18:49
#1
Reply View the author
avatar
185******30
deepin
2017-11-07 22:00
#2
https://bbs.deepin.org/post/147763
https://bbs.deepin.org/post/145787 9楼

谢谢,此方法可用
exec follow commands:

         sudo sysctl -a | grep fs.inotify.max_user_watches

         8192


change this var 【fs.inotify.max_user_watches】,exec cmd :


        sudo sysctl -w fs/inotify/max_user_watches=10000

Then restart dde-file-manager
Reply View the author