Nautilus mounts, how to access from applications?

Asked by EricDHH

Assume you connect to a network drive from nautilus, does not matter if this is ftp, smb, afp or whatever. Nautilus opens a window, place a symbol on the desktop and can access the share. Now start a application, does nit matter which application. Try to use this share from the application, you see that it did not exist. Not on the desktop, not on /media and not on /mnt.

Howto access open nautilus gvfs shares from applications?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gvfs Edit question
Assignee:
No assignee Edit question
Solved by:
EricDHH
Solved:
Last query:
Last reply:
Revision history for this message
Sam_ (and-sam) said :
#1

For example webdav is in ~/.local/share/gvfs-metadata

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

What is the output of:

lsb_release -a; uname -a

Thanks

Revision history for this message
EricDHH (ericdhh) said :
#3

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.10
Release: 12.10
Codename: quantal
Linux persephone 3.5.0-20-generic #31-Ubuntu SMP Wed Dec 5 13:27:11 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

Try:

cd /run/user/$USER/gvfs
ls

You should see the mount there :)

Revision history for this message
EricDHH (ericdhh) said :
#5

Thanks, thats the way. Running grsync from there and is looks very fine.