GNOME Bugzilla – Bug 734991
Displays wrong dav: URI (missing port)
Last modified: 2014-08-18 10:59:14 UTC
Hi, open up the "Sharing" module in GCC, switch "Sharing" to "On" and click on "Personal File Sharing". A new window opens and a line is printed telling "Personal file Sharing allows you to share your Public folder with others on your current network using dav://host.local" followed by an URI which allows for a quick "Copy" action when clicked. However, that URI is wrong: It is missing the port information! Without that, copying the URI and pasting it in Nautilus does not succeed to open my Public folder. $ ps x | grep dav 14638 ? Sl 0:00 /usr/lib/gvfs/gvfsd-dav --spawner :1.7 /org/gtk/gvfs/exec_spaw/14 17321 ? Ss 0:00 /usr/sbin/apache2 -f /usr/share/gnome-user-share/dav_user_2.4.conf -C Listen 50257 17322 ? S 0:00 /usr/sbin/apache2 -f /usr/share/gnome-user-share/dav_user_2.4.conf -C Listen 50257 17323 ? S 0:00 /usr/sbin/apache2 -f /usr/share/gnome-user-share/dav_user_2.4.conf -C Listen 50257 So, apparently the port is 50257. Changing the URI to read "dav://host.local:50257" finally succeeds to open my Public folder in Nautilus. - Fabian
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 730444 ***