After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 734991 - Displays wrong dav: URI (missing port)
Displays wrong dav: URI (missing port)
Status: RESOLVED DUPLICATE of bug 730444
Product: gnome-control-center
Classification: Core
Component: Sharing
3.12.x
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-08-18 10:41 UTC by Fabian Greffrath
Modified: 2014-08-18 10:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Fabian Greffrath 2014-08-18 10:41:50 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
Comment 1 Bastien Nocera 2014-08-18 10:59:14 UTC
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 ***