Having to Double Click on everything is noisy and annoying! KDE Plasma Version: 5.14.5 KDE Frameworks Version: 5.54.0 Qt Version: 5.11.3
You need to be much more specific about what you are talking about. A few points to consider. 1. QtCurve is a theme/style. While it is not completely unrelated to clicking, it is not itself something that you click. Reporting that you have to double click on QtCurve doesn't really make that much sense..... 2. I'm 99.9% sure you don't have to "double click on everything". As in, I'm sure single click does something in some cases. It may just not be what you want it to do. 3. In any case, you should mention what program(s) you are talking about and what you are trying to do. I just looked at my system setting for input device/mouse. It doesn't seem to have the single click/double click setting that used to be there for at least KDE4. It's not a setting I need but if that's the option you are talking about you have reported it to the wrong component. I'm too lazy to figure out what would be the right component but `systemsettings` would be a good start.
Hi @Xeno Idaltu! If your problem is that when you use qtcurve, have configured "System Settings -> Workspace Behavior -> General Behavior -> Click behavior: Single-click to open files and folders" and it stops working so you have to double click on Dolphin, System Settings, etc., the workaround you can use is described here: - https://forum.kde.org/viewtopic.php?f=223&t=128669#p399524 Basically: vanderzwan: "First, open ~/.config/kdeglobals in your favourite text editor, for example: kate ~/.config/kdeglobals & (this may be a different location on your machine, but this was where I found it in KDE Neon in June 2018). Then scroll down to [KDE] and add the following line: SingleClick=false Settings didn't take hold until a reboot - perhaps logging out/in is enough though."
Sorry, I forgot to edit the original: you should use SingleClick=true
(In reply to Jose from comment #3) > Sorry, I forgot to edit the original: you should use SingleClick=true It worked! Thank you so much for the feedback.