How do I make the squeekboard nag message about missing us.yaml files go away?

These messages are polluting the journalctl -xf output and I want to make them go away.

Anyone aware of this or know how to resolve?

Example log snip

May 25 13:49:49 l5 sm.puri.OSK0.desktop[1751]: Debug: Tried file "/home/purism/.local/share/sque
ekboard/keyboards/us.yaml", but it's missing: No such file or directory (os error 2)
May 25 13:49:49 l5 sm.puri.OSK0.desktop[1751]: Info: Loaded layout Resource: us

Add a us.yaml file? :wink:

Found some discussion about adding custom squeekboard layout yaml files in ~/.local/share/squeekboard/keyboards/terminal

Have you got a custom layout installed? I made Terminal layout my default, way back in byzantium: Use only Terminal Keyboard? - #4 by amarok

(Not sure if that’s needed anymore, i.e. if selected layout persists through reboots now.)

I don’t but I was thinking about installing one as way to make the log pollution go away.

1 Like

Not exactly solving the underlying problem but perhaps setting MaxLevelStore in /etc/systemd/journald.conf e.g. set to info so as to discard debug messages. However that should discard all debug messages, not just ones from the on-screen keyboard.

1 Like