https://bugs.kde.org/show_bug.cgi?id=429593

--- Comment #49 from Méven Car <meve...@gmail.com> ---
(In reply to Méven Car from comment #47)
> (In reply to Wachid Adi Nugroho from comment #46)
> > when i run `QT_LOGGING_RULES="kf.service.sycoca=true" dolphin` it displays
> > messages like this repeatedly
> > 
> > > kf.service.sycoca: file timestamp changed: 
> > > "/home/wachid/.config/mimeapps.list" QDateTime(2021-01-13 06:01:21.376 
> > > WIB Qt::LocalTime) > QDateTime(2021-01-13 06:01:12.399 WIB Qt::LocalTime)
> 
> "QDateTime(2021-01-13 06:01:21.376 WIB Qt::LocalTime) > QDateTime(2021-01-13
> 06:01:12.399 WIB Qt::LocalTime)"
> 
> Seams weird, since it is not true "01:21.376 < 01:12.399", time comparison
> seems off, cache building should not occur in those settings.
> 

I was wrong here, somehow misread times.

It is apparently normal and shows that "/home/wachid/.config/mimeapps.list" was
edited since last time the cache was built.
I suspect another program to "touch" the file regularly, modifying its
modification time, but probably not its content.

Could you use `inotifywait` as described at https://superuser.com/a/181543 and
see if a program opens in Write mode the file
"/home/wachid/.config/mimeapps.list" regularly ?

Something like `inotifywait -m $HOME/.config/mimeapps.list` will at least check
this hypothesis (while the issues is occurring).
If you see many "CLOSE_WRITE" events. Share an extract of this command output
if fruitful.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to