https://bugs.kde.org/show_bug.cgi?id=514366
Bug ID: 514366
Summary: always click to run option for useListViewMode
Classification: Plasma
Product: plasmashell
Version First 6.5.4
Reported In:
Platform: Manjaro
OS: Linux
Status: REPORTED
Severity: wishlist
Priority: NOR
Component: Desktop icons & Folder View widget
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: 1.0
SUMMARY
It would be cool to have option to run instead CD while in useListViewMode.
Right now it will always CD (line 462 in FolderView.QML)
```
let func = root.useListViewMode && mouse.button === Qt.LeftButton &&
hoveredItem.isDir ? main.doCd : dir.run;
```
This would be especially useful for plasmoids placed in a panel.
STEPS TO REPRODUCE
Click on a directory in a list view.
OBSERVED RESULT
Plasmoid changes directory.
EXPECTED RESULT
Dolphin (or other default file manager) is launched
--
You are receiving this mail because:
You are watching all bug changes.