https://bugs.kde.org/show_bug.cgi?id=392840
Yuxin Wu <ppwwyy...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ppwwyy...@gmail.com --- Comment #10 from Yuxin Wu <ppwwyy...@gmail.com> --- I run into the same bug. By launching kwin under: ``` QDBUS_DEBUG=1 QT_LOGGING_RULES="kwin_scripting.debug=true" ``` I can see that the missing logs are printed by kwin, but was not sent through dbus -- occasionally only some of the messages are sent through dbus. After adding a sleep statement before `emit print(message);` in `scripting.cpp`, all messages can be sent normally. -- You are receiving this mail because: You are watching all bug changes.