| Summary: | "System Settings -> Workspace -> General Behaviour - Clicking files or folders" fails when ... | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | Paul <pip.kde> |
| Component: | kcm_workspace | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | nate |
| Priority: | NOR | ||
| Version First Reported In: | 5.24.4 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Paul
2022-11-25 14:45:23 UTC
> The only way I am able to restore "SingleClick" mode is to manually edit "~/.config/kdeglobals" and re-instating the original entry of "SingleClick=true"
This suggests that the user configuration file is overriding a system configuration file that has "SingleClick=false" in it. Is there such an entry in /etc/xdg/kdeglobals?
(In reply to Nate Graham from comment #1) > This suggests that the user configuration file is overriding a system > configuration file that has "SingleClick=false" in it. Is there such an > entry in /etc/xdg/kdeglobals? No: paul@HP255G7:~> cat /etc/xdg/kdeglobals | grep -i 'singleclick' paul@HP255G7:~> Also opened the file with a text editor to double check... and checked on other machines exhibiting this behaviour, none have that entry. If there had been such an entry in "/etc/xdg/kdeglobals" would that not mean the new test user I created would also exhibit the behaviour? |