https://bugs.kde.org/show_bug.cgi?id=279882
--- Comment #6 from [email protected] --- Until this is fixed, others may be interested in my workaround. I keep a perl script on my desktop, and run it after starting a KDE application. The perl script contains these lines: use Win32::API; $SetCaretBlinkTime = new Win32::API('user32', 'SetCaretBlinkTime', 'I', 'I'); $SetCaretBlinkTime->Call(-1); -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Kde-windows mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-windows
