Summary: | Single Click to open files and directories does not work running Mate desktop. | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Axel Keller <Axel.Keller> |
Component: | view-engine: general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | normal | CC: | kfm-devel, nate |
Priority: | NOR | ||
Version: | 18.12.3 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Axel Keller
2020-04-28 16:21:04 UTC
I think this is intentional, and Dolphin attempts to respect the click style of alternative desktops when run outside of Plasma. It would be really weird if Dolphin used single-click in MATE even though Nautilus and the file dialogs and other GTK-based software did not. It is also possible that MATE doesn't ship with a Qt platform plugin at all, so it cannot get the settings of that environment. Possible solutions: * use qt5ct as a configurable Qt platform plugin for desktops that don't provide one * start KDE applications with XDG_CURRENT_DESKTOP=KDE environment variable to force loading Plasma's Qt platform plugin. (In reply to Christoph Feck from comment #2) > It is also possible that MATE doesn't ship with a Qt platform plugin at all, > so it cannot get the settings of that environment. > > Possible solutions: > * use qt5ct as a configurable Qt platform plugin for desktops that don't > provide one > * start KDE applications with XDG_CURRENT_DESKTOP=KDE environment variable > to force loading Plasma's Qt platform plugin. Thank you for this quick response. I tried it, but it didn't help. The XDG_CURRENT_DESKTOP environment variable doesn't show any difference running dolphin if set to MATE or KDE. Setting the click mode in KDE-settings, this results in changing the file ~.kde4/share/config/kdeglobals: SingleClick=true or false It seems that this configurtion is not used by dolphin. ~/.config/kdeglobals (In reply to Christoph Feck from comment #4) > ~/.config/kdeglobals Same content as ~/.kde4/share/config/kdeglobals |