| Summary: | "Clicking files or folders" is set to "Selects them" but single clicking files or folders in Dolphin does not select but opens them. | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | Himprakash Deka <himprakashd> |
| Component: | kcm_workspace | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED DOWNSTREAM | ||
| Severity: | normal | CC: | nate |
| Priority: | NOR | ||
| Version First Reported In: | 5.24.5 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Himprakash Deka
2022-05-04 11:35:35 UTC
Two questions: 1. Are you clicking with a mouse or touchpad, or touching using a touchscreen? 2. Can you paste the output of `grep SingleClick ~/.config/kdeglobals` (In reply to Nate Graham from comment #1) > Two questions: > 1. Are you clicking with a mouse or touchpad, or touching using a > touchscreen? > 2. Can you paste the output of `grep SingleClick ~/.config/kdeglobals` 1. I have tried both single click witha mouse and a single tap in the touchpad and the behaviour is same. I have no touchscreen. 2. Right now `grep SingleClick ~/.config/kdeglobals` outputs `SingleClick=false`. When I set `Clicking files or folders` to `opens them`, it outputs nothing. Ok, sounds like the setting is set correctly. If you single-click on a Panel applet (like Kickoff, the Digital Clock, or System Tray), does its popup open and then immediately close? If so, then it sounds like a hardware problem with your mouse and touchpad sending two clicks instead of one. If that doesn't happen, we'll do some more debugging in a different direction. (In reply to Nate Graham from comment #3) Panel applets are working as desired i.e single clicking them opens the popup and they remain open and does not close immediately. If I double click them, then their popup opens and then immediately closes. I figured out the problem. It was caused by a setting in the Kvantum manager. `Configure active theme > Miscellaneous > Click behaviour:` was set to `Single click` which caused single click to activate items. I had to change it to `Follow Style` to get the behaviour set in System Settings. That would do it. |