Summary: | Show "Open Terminal Here" on network mounts from kio-fuse | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Douglas Silva <doug.hs> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | dolphin-bugs-null, fabian, kio-bugs-null |
Priority: | NOR | ||
Version First Reported In: | 25.08.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Opening a context menu in a Samba share
apt show kio-fuse F4 shortcut |
Description
Douglas Silva
2025-09-02 13:22:42 UTC
If you use kio-fuse built against Qt 5, you need kio-extras-kf5 as well. No idea how the debian package is called. Created attachment 184648 [details]
apt show kio-fuse
From the output of "apt show", kio-fuse depends on Qt6 libraries. I could not find the package you mentioned, only these two:
kio-extras/stable,now 4:25.04.3-1 amd64 [installed,automatic]
Extra functionality for kioslaves
kio-extras-data/stable,now 4:25.04.3-1 all [installed,automatic]
Extra functionality for kioslaves data files
Ok, then this should work. Does the F4 command work? Anything relevant in the journal? Created attachment 184649 [details]
F4 shortcut
I did not know about the F4 shortcut. It actually works.
The embedded terminal changes its working directory to "/run/user/1000/kio-fuse-GmRQqs/smb/...", which is what I was expecting.
Now I just need to file a feature request for Dolphin to add an action "Open Terminal Here".
(In reply to Douglas Silva from comment #4) > Now I just need to file a feature request for Dolphin to add an action "Open > Terminal Here". IMO a bug report is enough. I wonder if it can be implemented efficiently though, as dolphin needs to query kio-fuse async whether the option can be shown. |