Re: Find out whether a file is a remote file or not

2016-05-03 Thread Vishesh Handa
On Sun, May 1, 2016 at 6:28 PM, Dominik Haumann wrote: > > CC: Vishesh, since maybe baloo also had to solve these issues We mostly just use Solid to query the list of mount points and ignore non local stuff. baloo/src/file/storagedevices.h -- Vishesh Handa __

Re: Find out whether a file is a remote file or not

2016-05-01 Thread Albert Astals Cid
El diumenge, 1 de maig de 2016, a les 19:12:11 CEST, Dominik Haumann va escriure: > On Sun, May 1, 2016 at 6:28 PM, Dominik Haumann wrote: > > Hi all, > > > > do we have a mechanism in KDE to find out whether a file is a truly > > local file, or a remote file? > > > > With remote file I mean e.

Re: Find out whether a file is a remote file or not

2016-05-01 Thread Dominik Haumann
On Sun, May 1, 2016 at 6:28 PM, Dominik Haumann wrote: > Hi all, > > do we have a mechanism in KDE to find out whether a file is a truly > local file, or a remote file? > > With remote file I mean e.g. a sshfs mounted location that appears in > the file system, which integrates seamlessly into the

Find out whether a file is a remote file or not

2016-05-01 Thread Dominik Haumann
Hi all, do we have a mechanism in KDE to find out whether a file is a truly local file, or a remote file? With remote file I mean e.g. a sshfs mounted location that appears in the file system, which integrates seamlessly into the local filesystem, but in truth, it is not a local file. As initial