Questions tagged [gvfs]
22 questions
11
votes
5 answers
Copy files from GoPro over USB on Linux
I'm having a problem to copy files from GoPro over standard USB connection.
I can copy tons of photos without any problem, but the connections break when I copy large (800Mb+) video files.
In my system (Ubuntu 14.10), the GoPro is mounted using…
Leszek
- 451
11
votes
3 answers
How do I navigate to a samba location I've mounted in Nautilus on the command line?
This is the same question here (and a bit of here too), except that I'm running Debian wheezy (7.4). To clear up, these directories do not exist:
/run/user
/var/run/user
~/.cache/gvfs
And this directory is empty:
~/.gvfs/
And the GVFS mounted…
Mike T
- 863
8
votes
2 answers
gvfsd-trash's way of clearing the trash
One of the way that make the laptop reach for its limits is when its clearing up the trash in a gnome based DE with nautilus based FM. With the trash has about a plethora of files (for example, a copy of the whole android open source project)…
user128712
- 629
5
votes
2 answers
GVIM hangs when saving through GVFS' FTP
I loved Gnome's Nautilus and FTP integration and being able to mount a remote FTP directory as a regular bookmark/directory, and double clicking any remote files to open in any unmodified program. I also loved editing text files with GVim.
However,…
Lie Ryan
- 4,517
- 3
- 25
- 27
4
votes
1 answer
Can I create a "file" that, when opened, actually gives the output of a command?
I've found myself in a couple of situations now where I'd like to have such a "file" that essentially runs a script whenever it's "opened", allowing me to "read" it's output.
For example, I might have a configuration file in some project which I'd…
LukeGT
- 173
2
votes
0 answers
How to gvfs-mount a CD as non-root user?
I can mount a CD like this:
sudo dbus-launch gvfs-mount cdda://sr0
And I get the tracks as .wav files in /root/.gvfs.
But it mounts as root, and chown doesn't work (not implemented in the fuse driver I guess). If I try running this commands as a…
ACK_stoverflow
- 907
2
votes
1 answer
Accessing gvfs from command shell in Ubuntu
I'm using Ubuntu 12.10. I have some samba share mounted via Nautilus. I'd like to access the files from command shell. They used to appear under $HOME/.gvfs but not any more. Where have they gone to?
lang2
- 2,322
2
votes
0 answers
Is gvfs capable of connecting to WebDAV shares with Digest authentication?
On Ubuntu 12.04 I try to connect to a WebDAV share on the local network, from Nautilus (over http, not https).
This works with cadaver and davfs (both of which seem to depend on a library called neon to do their work).
However it does not work with…
epsicot
- 331
2
votes
0 answers
Files edited through gvfs using Eclipse and NetBeans getting corrupted. gedit using smb works fine
I'm facing a strange problem. My development machine was recently moved to Ubuntu. When I edit files situated in a network server (LAN) and then save, the files are getting corrupted. In all cases a few lines from the bottom portion of the source…
Sparky
- 121
2
votes
0 answers
How to use GVFS to launch an X program with super user permissions?
I'm trying to port a script to Ubuntu 18.04 that uses gksudo to prompt the user for admin password in order to run a GUI program with the admin permissions.
Now, gksudo has been removed from Ubuntu 18.04 and I understand that gvfs with the admin…
ezekiel
- 337
1
vote
1 answer
Mount WebDAV share on Salix
I'm trying to mount a WebDAV share on Salix OS, a Slackware based distro.
Initially I only got the davs://something.com:port address; after Googling I found that I needed to use gvfs-mount, but when I tried it says:
Error mounting location: Not a…
Mig
- 13
1
vote
1 answer
Samba mount-point with Nautilus
I'm trying to access by command line to the shares automatically mounted by Nautilus (I'm on a RHEL6), but I'm unable to find the mount point. Googling around I found that I should look in ~/.gvfs, but it is empty.
Cavaz
- 143
1
vote
2 answers
VIM / GVFS / Unwanted access right alteration on save
I'm using Vim under GNU/Linux and I use the gnome functionalities to mount FTP / SFTP as drives using GVFS (http://en.wikipedia.org/wiki/GVFS).
When I use Vim to edit files directly on the GVFS folders I have the following problem : file's access…
MARTIN Damien
- 135
1
vote
2 answers
GNOME: I've got problems mounting a WebDAV resource. Where does GVFS's store its error log?
On Ubuntu 11.10, I've got problems mounting a WebDAV resource (Places > Connect to Server). It doesn't tell me why via the GUI. Other resources work, so I'd like to debug where the error is coming from.
Is there a log GVFS writes to? Or can I switch…
isync
- 331
1
vote
1 answer
GIO mount SFTP case sensitivity, names converted to lowercase?
I am using GIO to mount an SFTP path where the name contains upper-case characters. This seems to fail, and in the error message the input name seems to have been converted into lower-case.
The full command is gio mount sftp://FOO and the error…
user2660278
- 113