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 332848 - Display broken down URI's in 'Connect to Server' properly.
Display broken down URI's in 'Connect to Server' properly.
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Navigation
0.x.x [obsolete]
Other All
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-02-28 16:06 UTC by Stef Walter
Modified: 2006-03-24 05:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch which displays URI in an editable form (13.56 KB, patch)
2006-02-28 16:11 UTC, Stef Walter
none Details | Review
Updated with comments from Martin Wehner (13.95 KB, patch)
2006-03-22 17:17 UTC, Stef Walter
none Details | Review

Description Stef Walter 2006-02-28 16:06:52 UTC
Currently when accessing 'Connect to Server' from a network share, the URI is filled in ready to type a name and make a 'persistent' connection on the desktop.

However if the user wants to modify any of the info (eg: the login name) they have to do it in the URI which is rather arcane (at least for most users).

Will attach a patch that breaks down the URI back into the relevant text boxes and chooses the appropriate scheme from the drop down.
Comment 1 Stef Walter 2006-02-28 16:11:04 UTC
Created attachment 60325 [details] [review]
Patch which displays URI in an editable form
Comment 2 Stef Walter 2006-03-22 17:17:58 UTC
Created attachment 61777 [details] [review]
Updated with comments from Martin Wehner

 * Applies to HEAD
 * Proper sytle guidelines 
 * Anonymous FTP handled properly.
Comment 3 Martin Wehner 2006-03-24 05:54:18 UTC
2006-03-24  Martin Wehner  <martin.wehner@gmail.com>

	* src/nautilus-connect-server-dialog-main.c: (main):
	Get the command line options and pass them on to the dialog.

	* src/nautilus-connect-server-dialog.c: (connect_to_server),
	(nautilus_connect_server_dialog_init), (setup_for_type):
	Use new MethodInfo struct to construct the UI.
	(display_server_uri): New function for initialising the UI based
	on the broken down parts of the URI.
	(nautilus_connect_server_dialog_new): Use display_server_uri.
	(get_method_description): New helper function.
	(port_insert_text): Accept more than one digit at a time.

	Display broken down URIs in 'Connect to Server' properly. (#332848)

	Patch from Nate Nielsen <nielsen@memberwebs.com>