Hans (HE12025-08-07): > I need a hint, why my syslog is spammed with this message since upgrade to > trixie. The > message is: > > 2025-08-07T12:55:26.150319+02:00 localhost plasmashell[171440]: > kf.service.sycoca: > The menu spec file ( "" ) contains a > Layout or DefaultLayout tag without the mandatory Merge tag inside. Please > fix it. > This message appears almost 10 times a second. I found some clues in the web, > but they > did not really help.
If nobody suggests better, you can try (with enough privileges): strace -f -s 10000 -p 171440 and see what file(s) it try to open at the time it produces the warning and what they contain. Regards, -- Nicolas George

