Summary: | Single click do not open folder or files any more | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | xanthus |
Component: | view-engine: general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | NEEDSINFO WAITINGFORINFO | ||
Severity: | normal | CC: | kdedev, kfm-devel |
Priority: | NOR | ||
Version First Reported In: | 25.08.1 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
xanthus
2025-09-21 22:30:24 UTC
I'm not able to reproduce this on Dolphin and Plasma built from git-master or with Dolphin 25.08.1 on Plasma 6.4.5 (Solus or openSUSE) Are you able to reproduce this with a brand new user? I'm wondering if there's something in an old config file or cache that's interfering. (In reply to TraceyC from comment #1) > I'm not able to reproduce this on Dolphin and Plasma built from git-master > or with Dolphin 25.08.1 on Plasma 6.4.5 (Solus or openSUSE) > > Are you able to reproduce this with a brand new user? I'm wondering if > there's something in an old config file or cache that's interfering. In a new user account single click works fine. I could not find where the differences are in the old user account. I have to renew the root account where the single click also is not working in dolphin and on links on the desktop. I wounder if this has something to do with the resent change to SElinux on openSUSE Tumbleweed. Thanks for checking. This suggests that your existing user account has some configuration in it that's causing this issue. Which means that it's either a configuration error, or a case of old, previously-supported configuration data being unsupported today and interacting poorly with modern code. If you could identify which exact thing is causing it, we can determine which of those options it is. If not, then I don't think we'll be able to make any further progress here unfortunately. Your best bet is to diff the KDE related rc files under ~/.config/ On my system, I see the SingleClick value is in ~/.config/khotkeysrc so that might be a good place to start looking. (In reply to TraceyC from comment #3) > Thanks for checking. This suggests that your existing user account has some > configuration in it that's causing this issue. Which means that it's either > a configuration error, or a case of old, previously-supported configuration > data being unsupported today and interacting poorly with modern code. > > If you could identify which exact thing is causing it, we can determine > which of those options it is. If not, then I don't think we'll be able to > make any further progress here unfortunately. Your best bet is to diff the > KDE related rc files under ~/.config/ > > On my system, I see the SingleClick value is in ~/.config/khotkeysrc so that > might be a good place to start looking. Thank you for your advice. I will compare the settings and try to find differences that could cause this. |