https://bugs.kde.org/show_bug.cgi?id=427258
--- Comment #2 from basch...@yahoo.de --- Exactly. If it is not working I have to reconnect a few times to get it working again. It does not suddenly start working in all apps without reconnecting. If it's working it stays working in all apps as long as I don't reconnect it (then it sometimes stop working again). In xev I get the following output while its not working inside kde: ButtonPress event, serial 37, synthetic NO, window 0x7000001, root 0x5c5, subw 0x0, time 219651, (123,78), root:(123,114), state 0x10, button 1, same_screen YES ButtonRelease event, serial 37, synthetic NO, window 0x7000001, root 0x5c5, subw 0x0, time 219736, (123,78), root:(123,114), state 0x110, button 1, same_screen YES And while its working in all apps (I tried to not get a MotionNotify event in between, but wasn't able to): ButtonPress event, serial 40, synthetic NO, window 0x7000001, root 0x5c5, subw 0x0, time 642039, (109,77), root:(109,113), state 0x110, button 1, same_screen YES MotionNotify event, serial 40, synthetic NO, window 0x7000001, root 0x5c5, subw 0x0, time 642099, (109,77), root:(109,113), state 0x110, is_hint 0, same_screen YES ButtonRelease event, serial 40, synthetic NO, window 0x7000001, root 0x5c5, subw 0x0, time 642099, (109,77), root:(109,113), state 0x110, button 1, same_screen YES Of course I'm no expert, but the xev output seem normal to me. Where else can I look for errors? -- You are receiving this mail because: You are watching all bug changes.