The mouse cursor remains visible after the screen saver is triggered on and it does not disappear. Reproducible: Always
Same problem under Arch Linux (x86_64) where this bug occurs since kde 4.10.0
Same here with fresh install of openSUSE 12.3 x86_64 Selected screen saver = "Blank Screen" (kblankscrn.kss)
The problem also still exists in KDE SC 4.10.3 (Debian Sid here), though it is marked as fixed here: Bug 311571. Bug 319388 too seems to be a duplicate and maybe Bug 316979.
4.10.4 too... The cursor is visible on every screensaver and on the lock screen too :(.
*** Bug 316979 has been marked as a duplicate of this bug. ***
*** Bug 319388 has been marked as a duplicate of this bug. ***
The same problem with gentoo/amd64/kde 4.10.5/nvidia 310.40
Git commit c1761755915ab59f418b801a6901230f67877047 by Wolfgang Bauer. Committed on 08/01/2014 at 08:29. Pushed by wbauer into branch 'KDE/4.11'. Screenlocker: don't set the mouse cursor when grabbing the mouse Setting the cursor to ArrowCursor when calling XGrabPointer() prevents the Screen savers from blanking the mouse cursor. With this change they can blank the mouse cursor again. Related: bug 311571 FIXED-IN: 4.11.6 REVIEW: 114841 M +1 -1 ksmserver/screenlocker/ksldapp.cpp http://commits.kde.org/kde-workspace/c1761755915ab59f418b801a6901230f67877047
There will not be 4.11.6 for KDE SC as a whole.
(In reply to comment #9) > There will not be 4.11.6 for KDE SC as a whole. But shouldn't it be 4.12.2 then? According to http://techbase.kde.org/Schedules/KDE4/4.11_Release_Schedule#Tuesday.2C_February_4.2C_2014:_KDE_Workspaces_4.11.6_release kde-workspace 4.11.6 will be released on Feb. 4th together with KDE SC 4.12.2.
Changed FIXED-IN to 4.12.2, as kde-workspace 4.11.6 is not released yet together with KDE SC 4.12.1, but it will be released on Jan. 4th together with KDE SC 4.12.2.
If this was fixed in 4.12, it broke again in 4.13. it's still broken in 4.14 on Mint 17.1 KDE.
(In reply to rob from comment #12) > If this was fixed in 4.12, it broke again in 4.13. it's still broken in > 4.14 on Mint 17.1 KDE. No, this is still fixed. But the fix doesn't work for OpenGL screensavers, as Qt's OpenGL widget (QGLWidget) apparently explicitely sets a standard mousepointer. See bug#334762.