[Bug 279882] Starting any KDE application changes Windows' cursor blink rate setting.
peter.orchard at gmail.com
peter.orchard at gmail.com
Mon Apr 30 07:57:00 UTC 2012
https://bugs.kde.org/show_bug.cgi?id=279882
--- Comment #6 from peter.orchard at gmail.com ---
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.
More information about the Kde-windows
mailing list