Bug 368577

Summary: Double click settings does not affect qt4 applications
Product: [Applications] systemsettings Reporter: Paul Necas <paul.necas>
Component: kcm_mouseAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED DUPLICATE    
Severity: minor CC: unassigned-bugs, wbauer1
Priority: NOR    
Version: 5.7.3   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
URL: https://de.manjaro.org/index.php?topic=6862.0
Latest Commit: Version Fixed In:

Description Paul Necas 2016-09-11 07:32:57 UTC
When setting mouse behaviour to double click this setting is NOT written to qt4 configuration file.
So some applications wil open with single click.


Reproducible: Always

Steps to Reproduce:
1.set system settings to double click
2.open libreoffice and have a look to file-open dialog.
3.



Workaround:
open with any texteditor:
~/.kde4/share/config/kdeglobals

replace item
SingleClick=true
by
SingleClick=false

that fixes the problen immideately.
Comment 1 Paul Necas 2016-09-11 07:35:51 UTC
Checked in manjaro linux (arch based) 16.08
Comment 2 Paul Necas 2016-09-11 11:44:14 UTC
Sometimes this Parameter in not at all in this file.
It is located within the section [KDE]
Comment 3 Wolfgang Bauer 2016-09-11 11:50:20 UTC
Fixed in 5.7.4.

*** This bug has been marked as a duplicate of bug 367074 ***