Hello, I'm on Kubuntu 17.10 and Dolphin (17.04.3) doesn't update the view and doesn't show new files even if you change directory. Thanks !
I'm also on Kubuntu 17.10 and this doesn't happen to me, so it's not a universal issue. Might be an issue with your configuration somehow. Can you include detailed Steps To Reproduce or a screen recording?
Thank to your feedback I found the problem ! I use a SSD and I saw somewhere that to preserve it you could use noatime or lazytime in fstab. I used lazytime, so I removed it, rebooted and the problem is gone ! Should I use noatime or something else or nothing maybe to preserve my SSD ? Thanks !
Glad to hear it! Yes, noatime is preferred to lazytime if that's something that you're concerned about. Modern SSDs are pretty good about working around wear issues though, so unless you've got a really unusual workflow, your SSDs shouldn't wear out in normal use.
Well I spoke too soon :( If I download a file and go to the directory the file doesn't appear ! I need to manually refresh Dolphin.
Which browser? Firefox?
This could be https://bugs.kde.org/show_bug.cgi?id=374075 What's your version of kcoreaddons?
5.39
(In reply to Nate Graham from comment #5) > Which browser? Firefox? Chrome 62
It's the same if I extract a file with Arc
Well it seem to work now after a kernel (and other packages but nothing related to kde it seem) update. Will see if it happen again.
Well it happen again :(
I there something I can do to help fix this ?
Try to run dolphin from konsole with: $ QT_LOGGING_RULES=kf5.kcoreaddons.kdirwatch.debug=true dolphin
It happened once but the command didn't show anything.
I finally managed to get some infos : Trying to convert empty KLocalizedString to QString. qt.accessibility.core: Cannot create accessible child interface for object: PlacesView(0x5566b6e8ab40) index: 6 kf5.kcoreaddons.kdirwatch: inotify failed for monitoring "/usr/share/templates" : Aucun espace disponible sur le périphérique kf5.kcoreaddons.kdirwatch: inotify failed for monitoring "/usr/share/templates" : Aucun espace disponible sur le périphérique kf5.kcoreaddons.kdirwatch: fsWatcher->addPath "/usr/share/templates" inotify_add_watch("/usr/share/templates") failed: "No space left on device" kf5.kcoreaddons.kdirwatch: inotify failed for monitoring "/media/Data/Downloads" : Aucun espace disponible sur le périphérique kf5.kcoreaddons.kdirwatch: inotify failed for monitoring "/media/Data/Downloads" : Aucun espace disponible sur le périphérique kf5.kcoreaddons.kdirwatch: fsWatcher->addPath "/media/Data/Downloads" inotify_add_watch("/media/Data/Downloads") failed: "No space left on device" kf5.kio.core: KSambaShare: Could not find smb.conf! kf5.kcoreaddons.kdirwatch: inotify failed for monitoring "/home/jeremy/Téléchargements/Films" : Aucun espace disponible sur le périphérique kf5.kcoreaddons.kdirwatch: inotify failed for monitoring "/home/jeremy/Téléchargements/Films" : Aucun espace disponible sur le périphérique kf5.kcoreaddons.kdirwatch: fsWatcher->addPath "/home/jeremy/Téléchargements/Films" inotify_add_watch("/home/jeremy/Téléchargements/Films") failed: "No space left on device" kf5.kcoreaddons.kdirwatch: inotify failed for monitoring "/home/jeremy/Téléchargements/Linux" : Aucun espace disponible sur le périphérique kf5.kcoreaddons.kdirwatch: inotify failed for monitoring "/home/jeremy/Téléchargements/Linux" : Aucun espace disponible sur le périphérique kf5.kcoreaddons.kdirwatch: fsWatcher->addPath "/home/jeremy/Téléchargements/Linux" inotify_add_watch("/home/jeremy/Téléchargements/Linux") failed: "No space left on device" kf5.kcoreaddons.kdirwatch: inotify failed for monitoring "/home/jeremy/Téléchargements/Livres" : Aucun espace disponible sur le périphérique kf5.kcoreaddons.kdirwatch: inotify failed for monitoring "/home/jeremy/Téléchargements/Livres" : Aucun espace disponible sur le périphérique kf5.kcoreaddons.kdirwatch: fsWatcher->addPath "/home/jeremy/Téléchargements/Livres" inotify_add_watch("/home/jeremy/Téléchargements/Livres") failed: "No space left on device" kf5.kcoreaddons.kdirwatch: inotify failed for monitoring "/home/jeremy/Téléchargements/Office" : Aucun espace disponible sur le périphérique kf5.kcoreaddons.kdirwatch: inotify failed for monitoring "/home/jeremy/Téléchargements/Office" : Aucun espace disponible sur le périphérique kf5.kcoreaddons.kdirwatch: fsWatcher->addPath "/home/jeremy/Téléchargements/Office" inotify_add_watch("/home/jeremy/Téléchargements/Office") failed: "No space left on device" kf5.kcoreaddons.kdirwatch: inotify failed for monitoring "/home/jeremy/Téléchargements/Photos" : Aucun espace disponible sur le périphérique kf5.kcoreaddons.kdirwatch: inotify failed for monitoring "/home/jeremy/Téléchargements/Photos" : Aucun espace disponible sur le périphérique kf5.kcoreaddons.kdirwatch: fsWatcher->addPath "/home/jeremy/Téléchargements/Photos" inotify_add_watch("/home/jeremy/Téléchargements/Photos") failed: "No space left on device"
inotify_add_watch("/usr/share/templates") failed: "No space left on device" inotify_add_watch("/media/Data/Downloads") failed: "No space left on device" inotify_add_watch("/home/jeremy/Téléchargements/Films") failed: "No space left on device" That looks like your problem. :) Your disk is full! Please re-open if your disk is not in fact full and the error message is not accurate.
Well I should have mention that my disk is far from full :D $ df -h Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur udev 1,9G 0 1,9G 0% /dev tmpfs 389M 6,3M 383M 2% /run /dev/sda1 20G 11G 7,4G 60% / tmpfs 1,9G 25M 1,9G 2% /dev/shm tmpfs 5,0M 4,0K 5,0M 1% /run/lock tmpfs 1,9G 0 1,9G 0% /sys/fs/cgroup /dev/sda2 96G 25G 67G 27% /media/Data tmpfs 389M 0 389M 0% /run/user/119 encfs 96G 25G 67G 27% /media/Data/Decrypted tmpfs 389M 12K 389M 1% /run/user/1000
I'm not the only one impacted by this problem. I'm just the only one that took time to report : https://www.reddit.com/r/kde/comments/7fusw0/dolphin_doesnt_update_view/
I reported the bug against kcoreaddons too https://bugs.kde.org/show_bug.cgi?id=387663
inotify_add_watch() fails with "No space left on device" when the number of allowed kernel inotify watches has been reached. Please ask in a forum of your distribution how to increase this limit.
(In reply to Christoph Feck from comment #20) > inotify_add_watch() fails with "No space left on device" when the number of > allowed kernel inotify watches has been reached. Please ask in a forum of > your distribution how to increase this limit. Don't seem to be the reason https://bugs.kde.org/show_bug.cgi?id=387663#c1
I hate to back-dupe, but it looks like Bug 387663 is tracking the real culprit: inotify_add_watch() failing even when there appear to be enough kernel watches available. *** This bug has been marked as a duplicate of bug 387663 ***
It is still present in Ubuntu 18.04. Dolphin 17.12.3 KDE Plasma 5.12.4 KDE Framework 5.44.0 Qt 5.9.5 Kernel 4.15.0-20-generic 64-bit Opening in parallel Dolphin and PCManFM (or other program able to create files and folders, including in terminal), and creating a new file or folder in the latter, that file or folder is not visible in Dolphin until refreshing with F5. If the file or folder is created with Dolphin, or if Dolphin is started after the creation of the file or folder, Dolphin displays it. - files/folders have to be created in a different program - automatic refresh: absent in Dolphin (restart or refresh needed)