only thing i can think of is to see if anything stands out when doing journalctl -e --follow | grep -vP "ptyxis"journalctl -e --follow | grep -vP "ptyxis" and try change wallpaper if you have something spamming out something irrelevant you can add it to the grep with |blah|blah so it becomes `journalctl -e --follow | grep -vP "ptyxis|blah"`journalctl -e --follow | grep -vP "ptyxis|blah"