Summary: | Changing navigation settings in Dolphin affects the whole system. | ||
---|---|---|---|
Product: | [Applications] khelpcenter | Reporter: | Kayra Akman <ckakman> |
Component: | general | Assignee: | Documentation Editorial Team <kde-doc-english> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | lueck |
Priority: | NOR | ||
Version: | 4.11.2 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Kayra Akman
2013-10-29 12:42:42 UTC
It's not a design issue. Applications can automatically follow the user setting for activating view items using the activated() signal. If they do not want to follow the setting, but enforce single or double-click, then they connect to clicked() or doubleClicked() signals. (In reply to comment #1) > It's not a design issue. Applications can automatically follow the user > setting for activating view items using the activated() signal. If they do > not want to follow the setting, but enforce single or double-click, then > they connect to clicked() or doubleClicked() signals. Isn't it assuming too much that a setting about folder/file viewing in Dolphin is taken into account in other applications and used for showing content not related to files or folders? The setting affects all "item views", e.g. the System Settings main view, and any other view where the application developer thinks it presents its items in a way that "double click spoiled" users would instinctively use a double click. Here, that may not be case, so it could be changed to force a single click. Further clarification: the setting is actually system wide, see System Settings > Input Devices > Mouse > General tab. Dolphin duplicates this setting, because users where confused that there was no option to change it. https://docs.kde.org/trunk5/en/applications/dolphin/configuring-dolphin.html#preferences-dialog: The option to open items with a single or double mouse click is a system wide setting and can be changed in the System Settings in the Input Devices → Mouse module. |