| Summary: | Single click opens file/directory instead of selecting it | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | milobit64 |
| Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | dra.w.p.il.e+bugskde, halla |
| Priority: | NOR | Keywords: | triaged |
| Version First Reported In: | 5.2.6 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
milobit64
2025-09-29 22:32:10 UTC
I recall looking into a similar issue a while ago and it ended up being caused by Qt using KDE-specific configuration. Does it work as expected when you edit ~/.config/kdeglobals and under the `[KDE]` heading add `SingleClick=false`? Create the file and the heading if it doesn't exist yet. It should look something like this after you're done: [KDE] SingleClick=false (In reply to dra.w.p.il.e+bugskde from comment #1) > I recall looking into a similar issue a while ago and it ended up being > caused by Qt using KDE-specific configuration. Does it work as expected when > you edit ~/.config/kdeglobals and under the `[KDE]` heading add > `SingleClick=false`? Create the file and the heading if it doesn't exist yet. > > It should look something like this after you're done: > > [KDE] > SingleClick=false Holy crap, that worked! Thank you so much. My kdeglobals file didn't have that line, it's strange that it's added automatically when you set the clicking behavior in the plasma settings gui (In reply to milobit64 from comment #2) > (In reply to dra.w.p.il.e+bugskde from comment #1) > > I recall looking into a similar issue a while ago and it ended up being > > caused by Qt using KDE-specific configuration. Does it work as expected when > > you edit ~/.config/kdeglobals and under the `[KDE]` heading add > > `SingleClick=false`? Create the file and the heading if it doesn't exist yet. > > > > It should look something like this after you're done: > > > > [KDE] > > SingleClick=false > > Holy crap, that worked! Thank you so much. My kdeglobals file didn't have > that line, it's strange that it's added automatically when you set the > clicking behavior in the plasma settings gui **that it's NOT added automatically I mean Cool, that's a workaround I guess. My suspicion is that this may an old setting not used by Plasma anymore, but Qt still interprets it. Not sufficiently familiar with KDE to determine it myself though. For anyone else wanting to look at it, the cause for Qt5 is in qtbase, qgenericunixthemes.cpp. Grep for SingleClick in there. It's not something we can influence from within Krita, so I think we should just close this report. What I was thinking was changing the product on this bug to whatever the correct KDE thing is so that they can decide whether to do anything about putting the setting (back?) into kdeglobals. It affects other Qt applications as well, not just Krita. But just closing it because it's an upstream issue is also fine. |