Bug 514366 - From popup representation, ability to open folders in Dolphin from context menu
Summary: From popup representation, ability to open folders in Dolphin from context menu
Status: CONFIRMED
Alias: None
Product: plasmashell
Classification: Plasma
Component: Desktop icons & Folder View widget (other bugs)
Version First Reported In: 6.5.4
Platform: Manjaro Linux
: NOR wishlist
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-01-09 12:02 UTC by sirherrbatka
Modified: 2026-01-12 20:08 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.