Bug 514366

Summary: From popup representation, ability to open folders in Dolphin from context menu
Product: [Plasma] plasmashell Reporter: sirherrbatka
Component: Desktop icons & Folder View widgetAssignee: Plasma Bugs List <plasma-bugs-null>
Status: CONFIRMED ---    
Severity: wishlist CC: hein, nate
Priority: NOR    
Version First Reported In: 6.5.4   
Target Milestone: 1.0   
Platform: Manjaro   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description sirherrbatka 2026-01-09 12:02:34 UTC
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
Comment 1 Nate Graham 2026-01-12 20:08:01 UTC
I think it would be reasonable to add this to the context menu for folders.