I want to open some videos located on an Android phone before saving them on local drive or any other location.
I can do that in Xfce. But on Plasma, when I want to open the video, Dolphin starts copying it in cache, that is on local drive, namely ~/.cache/kioexec/krun/
.
If I wanted that file on drive before opening it, I would have copied it myself. But I want to save time and space and open the file directly. (That may be very useful if I want to process/transcode a large file: instead of copying on the local drive, one could set the phone location as the transcoder source and the external drive as the target.)
Can I do that on Plasma, given that is normal in Xfce and other desktops?
Installing gvfs-fuse
in Kubuntu 20.04: the folder /run/user/1000/gvfs/
is empty.
The (expected) mountpoint /run/user/1000/gvfs/
is not the one in Kubuntu 20.04, and it seems that Dolphin doesn't mount locations, it accesses them via separate KIO processes, as said here.
This is in Kubuntu 20.04, Plasma 5.18.5.
In Mint Xfce the option to open the Android phone files in any application (not just the default, which was anyway available without any cache-copy) was absent in file manager context menu when the files where accessed through the mtp:/
path, but were available through the mount path /run/user/1000/gvfs/
. (In Dolphin all programs are accessible from context menu in mtp:/
but they trigger a copy-to-cache process.)
(As pointed out by a commentator, there is also a bug where ~/.cache/kioexec/krun/
is not cleaned and a lot of GB may be hidden there. 20.04 seems affected by this, but the problem seems unrelated to this question).
~/.cache/kioexec/krun/
and that it's possible the directory doesn't get cleaned up properly, please check and comment https://bugs.kde.org/show_bug.cgi?id=413885 – int_ua May 27 '21 at 21:51Dolphin doesn't mount locations, it accesses them via separate KIO processes
(see last link in question). The question is in fact how to mount phone locations nonetheless. – cipricus May 28 '21 at 07:21~/.cache/kioexec/krun/
astmpfs
. Yes, it's not an answer to the question. But it's one way to deal with it. – int_ua May 31 '21 at 20:59