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 554156 - FTP password prompt dialog does not display FTP name
FTP password prompt dialog does not display FTP name
Status: RESOLVED FIXED
Product: gvfs
Classification: Core
Component: ftp backend
git master
Other All
: Normal trivial
: ---
Assigned To: gvfs-maint
gvfs-maint
Depends on:
Blocks:
 
 
Reported: 2008-09-28 10:19 UTC by Marcin Lewandowski
Modified: 2008-10-16 13:24 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
add username to ftp login dialog (602 bytes, patch)
2008-10-13 14:34 UTC, Marinus Schraal
none Details | Review

Description Marcin Lewandowski 2008-09-28 10:19:07 UTC
Please describe the problem:
Hi,

when I try to log in to FTP server, my username in the UI gets dropped during login process. I attach a video that describes my problem, username is switched to "ftp" instead of what I wrote. 

Steps to reproduce:
Please look at http://launchpadlibrarian.net/17781106/out.ogg

Actual results:
There's "ftp" instead of my username..

Expected results:
There should be proper username.

Does this happen every time?
Yes

Other information:
Ubuntu 8.04, (almost) fresh install, updated.
Comment 1 Marcin Lewandowski 2008-09-28 10:21:13 UTC
This bug is related to https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/272522
Comment 2 Christian Neumair 2008-09-28 11:07:48 UTC
Confirming, reassigning to GVFS.

We use the wording "ftp as foo on bar" as the connection's display name, but "ftp on bar" for the login dialog prompt - this can be fixed in gvfsbackendftp.c:do_mount().

Adding gnome-love keyword.
Comment 3 Marinus Schraal 2008-10-13 14:34:33 UTC
Created attachment 120506 [details] [review]
add username to ftp login dialog
Comment 4 Alexander Larsson 2008-10-16 12:56:55 UTC
Thats not quite correct. We should only add the username if has_initial_user is set.
Comment 5 Alexander Larsson 2008-10-16 12:59:44 UTC
2008-10-16  Alexander Larsson  <alexl@redhat.com>

        * daemon/gvfsbackendftp.c:
        (do_mount):
	Show username in auth dialog if specified in uri (#554156)
Comment 6 André Klapper 2008-10-16 13:24:37 UTC
This commit broke the string freeze.