Bug 381385

Summary: KFileDialog ignores SingleClick=false directive
Product: [Unmaintained] kdelibs Reporter: Bernard Gray <bernard.gray>
Component: generalAssignee: kdelibs bugs <kdelibs-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version First Reported In: 4.14.0   
Target Milestone: ---   
Platform: Neon   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Bernard Gray 2017-06-19 04:22:21 UTC
I've configured the KDEGlobals with SingleClick=false directive. This means I single-click to select in most programs (eg Dolphin) and Double-click to execute/activate.

The KFileDialog file picker always does the SingleClick=true behaviour (ie single-click to execute/activate) regardless of what is set in KDEGlobals, which is a bug -

It should behave in whatever way the SingleClick= directive is configured.
Comment 1 Christoph Feck 2017-06-19 11:26:57 UTC
Please be more specific about "KDEGlobals", i.e. exact path and filename.

Also, if you are mixing Qt4 and Qt5 applications, make sure you update the setting in both files.
Comment 2 Bernard Gray 2017-06-19 23:32:19 UTC
Ah thanks for the tip - 
You're absolutely correct, I've got it configured in ~/.kde/share/config/kdeglobals (KDE4 I presume), but not in ~/.config/kdeglobals (KDE5 I guess?)

 - setting both resolves it

Apologies for the dud bug report, and thanks for looking at it :)