https://bugs.kde.org/show_bug.cgi?id=432856

--- Comment #12 from Fabian Vogt <fab...@ritter-vogt.de> ---
(In reply to silopolis from comment #11)
> It seems what we are really missing here is the feature of the defunct
> kiofuse (https://techbase.kde.org/Projects/KioFuse) which simply allowed to
> specify a mount directory while using the great kio-fuse machinery.

You can already achieve this with a systemd dropin:

mkdir -p ~/.config/systemd/user/kio-fuse.service.d/
cat >~/.config/systemd/user/kio-fuse.service.d/ <<EOF
[Service]
ExecStart=
ExecStartPre=/bin/mkdir -p ${XDG_RUNTIME_DIR}/kio-fuse
# Adjust path if necessary
ExecStart=/usr/libexec/kio-fuse -f ${XDG_RUNTIME_DIR}/kio-fuse
EOF

(Or edit the dbus .service for non-systemd systems)

However, the reason this is not already done that way is because it would not
actually work in practice. Mount points are not persistent, so recent files
still
would not be found until something else triggers the mount.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to