Bug 381385 - KFileDialog ignores SingleClick=false directive
Summary: KFileDialog ignores SingleClick=false directive
Status: RESOLVED NOT A BUG
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 4.14.0
Platform: Neon Linux
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-19 04:22 UTC by Bernard Gray
Modified: 2017-06-19 23:32 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 :)