Bug 509762 - Single click do not open folder or files any more
Summary: Single click do not open folder or files any more
Status: NEEDSINFO WAITINGFORINFO
Alias: None
Product: dolphin
Classification: Applications
Component: view-engine: general (other bugs)
Version First Reported In: 25.08.1
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-09-21 22:30 UTC by xanthus
Modified: 2025-09-24 18:19 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description xanthus 2025-09-21 22:30:24 UTC
SUMMARY
Single click do not open folders or files any more.

STEPS TO REPRODUCE
1. Set in KDE Control Center->General->Click on folders and files -> open
2. Open Dolphin and set Detail View
3. Single click on a folder do not open the folder and also not open a file. Only with double click it opens or I have to click on the tiny arrow to unfold the Folder. Before the update I could open files and folders with a single click on the name. In compact and symbol view it is the same.

SOFTWARE/OS VERSIONS
Dolphin 25.08.1
Operating System: openSUSE Tumbleweed 20250920
KDE Plasma Version: 6.4.5
KDE Frameworks Version: 6.18.0
Qt Version: 6.9.2
Kernel Version: 6.16.7-1-default (64-bit)
Comment 1 TraceyC 2025-09-23 22:14:02 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.
Comment 2 xanthus 2025-09-24 08:28:58 UTC
(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.
Comment 3 TraceyC 2025-09-24 16:45:31 UTC
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.
Comment 4 xanthus 2025-09-24 18:19:02 UTC
(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.