https://bugs.kde.org/show_bug.cgi?id=467574
Pedro V <voidpointertonull+bugskde...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |voidpointertonull+bugskdeor | |g...@gmail.com --- Comment #23 from Pedro V <voidpointertonull+bugskde...@gmail.com> --- > journalctl -o short-iso | grep 'screencast frame because the compositor is > slow' | uniq -c | python -c 'import sys'\n'for line in sys.stdin:'\n' if > (int(line.split()[0]) > 1000):'\n' print(line.strip())' Python part didn't want to work for me, so replaced with awk: journalctl -o short-iso | grep 'screencast frame because the compositor is slow' | uniq -c | awk '{ if ($1 > 1000) print($0) }' I knew the spam was excessive, but my "high score" of 24908 is quite unexpected, although the 5 digit counts are not that common. Ironically currently I was checking the log to see if there's anything there related to Firefox video stuttering, but then as medin mentioned, the spamming often goes hand in hand with activities related to video playback in Firefox. Opened up qpwgraph, can't reproduce rapid reconnecting for previews, but I do remember the previews flickering in the past which was likely the mentioned anomaly, and often they don't really work right, but then I very rarely try to hover for previews intentionally, so not keeping track of it much. Bit unrelated, but it's really amusing to see all open AliExpress tabs in qpwgraph. Yay for shitty fingerprinting with annoying side effects. -- You are receiving this mail because: You are watching all bug changes.