Gnome-shell flooding journal again

Gnome: journal flloded with warning:
gnome-shell[867]: Attempting to thaw the notification queue for object ClutterText[0x55af50ce49c0]; Property notification does not work during instance finalization.
Already mentioned in Gitlab.

Who remembers how to limit journald - to store only Level 0 (emergency) to Level 3 (error)

This helps:
add this to: /etc/systemd/journald.conf

MaxLevelStore=err

! Corrected in contribution # 4
Gnome (shell) 43.4 should fix this…
mutter is the reason: "Attempting to freeze/thaw notification queue for object ClutterText" when using GLib 2.75.2 (#2566) · Issues · GNOME / mutter · GitLab

Now in unstable ==> fixed

1 Like

Next time don’t edit that file itself, use a drop-in at /etc/systemd/journald.conf.d/xxx.conf.

1 Like

Finaly I read the notice in journald.conf and changed all my entries as you advised me
and called systemd-analyze cat-config systemd/journald.conf ==> sucess.

  • Thank You!
    EDIT:
    Content of /etc/systemd/journald.conf.d/custom.conf:

[Journal]
MaxLevelStore=err

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.