Summary: | Automatically mount share that file is located on when file is accessed | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Jarne Cook <j.cook> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED DUPLICATE | ||
Severity: | wishlist | CC: | nate |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jarne Cook
2005-01-28 01:20:05 UTC
Reassigning to KIO, since this is not kate specific. If you use a KIOSlave to access the file, this works perfectly (e.g. you access it at "smb://myserver/myshare/path/to/file". If you use a manual mount (e.g. using `mount` or an fstab entry), then KIO can't have any knowledge of this because you didn't use it to mount the share, so it has no way of knowing that mounting some location is required to access the file. If KIO could mount things itself, then it would know about mounts and this would work without you needing to acc the file using a KIO-compatible path such as "smb://myserver/myshare/path/to/file". That's tracked with Bug 75324. *** This bug has been marked as a duplicate of bug 75324 *** |