[kwin] [Bug 392840] Can't seem to use print() multiple times

2023-12-08 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=392840 Michael Weghorn changed: What|Removed |Added CC||m.wegh...@posteo.de -- You are receiving

[kwin] [Bug 392840] Can't seem to use print() multiple times

2023-12-08 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=392840 David Edmundson changed: What|Removed |Added CC||ad.liu@gmail.com --- Comment #14 from

[kwin] [Bug 392840] Can't seem to use print() multiple times

2021-10-26 Thread Dmitry Alexandrov
https://bugs.kde.org/show_bug.cgi?id=392840 Dmitry Alexandrov changed: What|Removed |Added CC||d...@gnui.org -- You are receiving this

[kwin] [Bug 392840] Can't seem to use print() multiple times

2020-08-02 Thread Yuxin Wu
https://bugs.kde.org/show_bug.cgi?id=392840 --- Comment #13 from Yuxin Wu --- Created attachment 130595 --> https://bugs.kde.org/attachment.cgi?id=130595=edit screenshot of Bustle When I run bustle it seems to show kwin side is incorrect. I put the following code into the scripting console:

[kwin] [Bug 392840] Can't seem to use print() multiple times

2020-08-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=392840 --- Comment #12 from David Edmundson --- Indeed, reproduced occasionally. >From what I understand of the bug a port to using an adaptor will fix this as then it won't need to scan our metaObject so to emit the signal from the DBus thread which might

[kwin] [Bug 392840] Can't seem to use print() multiple times

2020-08-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=392840 David Edmundson changed: What|Removed |Added CC||k...@davidedmundson.co.uk --- Comment #11

[kwin] [Bug 392840] Can't seem to use print() multiple times

2020-08-02 Thread Yuxin Wu
https://bugs.kde.org/show_bug.cgi?id=392840 Yuxin Wu changed: What|Removed |Added Ever confirmed|0 |1 Status|REPORTED

[kwin] [Bug 392840] Can't seem to use print() multiple times

2020-08-02 Thread Yuxin Wu
https://bugs.kde.org/show_bug.cgi?id=392840 Yuxin Wu changed: What|Removed |Added CC||ppwwyy...@gmail.com --- Comment #10 from Yuxin Wu

[kwin] [Bug 392840] Can't seem to use print() multiple times

2018-05-26 Thread Sigma
https://bugs.kde.org/show_bug.cgi?id=392840 --- Comment #9 from Sigma --- KDebugSettings is an application to configure logging for KDE applications ( https://community.kde.org/KDevelop/Debugging is the only documentation I was able to find). Increase the level for "KWin

[kwin] [Bug 392840] Can't seem to use print() multiple times

2018-05-26 Thread LinG
https://bugs.kde.org/show_bug.cgi?id=392840 --- Comment #8 from LinG --- Ah okay, so it seems to be purely a console thing. Btw I've only ever used the "wm console" to write my kwin scripts, could you explain to me how to use and set this "KDebugSettings" variable? That

[kwin] [Bug 392840] Can't seem to use print() multiple times

2018-05-26 Thread Sigma
https://bugs.kde.org/show_bug.cgi?id=392840 --- Comment #7 from Sigma --- print("hi") print("hihi") prints "Hi" in the scripting console and "hi\nhihihi" to KWin's stdout if you enable debug output in KDebugSettings. -- You are receiving this mail because: You are watching

[kwin] [Bug 392840] Can't seem to use print() multiple times

2018-05-26 Thread Sigma
https://bugs.kde.org/show_bug.cgi?id=392840 --- Comment #6 from Sigma --- I noticed that workspace was missing after my comment and went to test a few things. The missing print outputs also seem to be a scripting console bug because all messages are printed in KWin's console

[kwin] [Bug 392840] Can't seem to use print() multiple times

2018-05-26 Thread LinG
https://bugs.kde.org/show_bug.cgi?id=392840 --- Comment #5 from LinG --- you can test that you are not on "kwin" because you can't use the global `workspace` for example if you try this, when you first open the console: print(workspace.desktopGridWidth); but if you

[kwin] [Bug 392840] Can't seem to use print() multiple times

2018-05-26 Thread LinG
https://bugs.kde.org/show_bug.cgi?id=392840 --- Comment #4 from LinG --- That's because of a different bug (which I should probably report as well...). But if you open "WM console" it shows the default state as "kwin" but it's actually on "plasma" because you don't have

[kwin] [Bug 392840] Can't seem to use print() multiple times

2018-05-26 Thread Sigma
https://bugs.kde.org/show_bug.cgi?id=392840 --- Comment #3 from Sigma --- Interesting, I can reproduce this on my KDE 5.12.5, but this happens only if I switch between the KWin and Plasma "modes". It works if I leave it at KWin (the default). -- You are receiving this mail

[kwin] [Bug 392840] Can't seem to use print() multiple times

2018-05-26 Thread LinG
https://bugs.kde.org/show_bug.cgi?id=392840 --- Comment #2 from LinG --- just javascript, everything works fine when I only use the print() method once. But when I start to use the print() method multiple times in quick succession then it won't print() some of the print()

[kwin] [Bug 392840] Can't seem to use print() multiple times

2018-05-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392840 lord_si...@live.de changed: What|Removed |Added CC||lord_si...@live.de --- Comment #1 from