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 328659 - Nautilus' "always_use_location_entry" not available in preferences
Nautilus' "always_use_location_entry" not available in preferences
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Preferences
2.12.x
Other All
: Normal minor
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-25 23:32 UTC by Justin Fitzsimmons
Modified: 2006-01-31 01:19 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
Patch to add entry location bar configuration (3.24 KB, patch)
2006-01-27 22:56 UTC, Justin Fitzsimmons
none Details | Review

Description Justin Fitzsimmons 2006-01-25 23:32:02 UTC
Users should be able to change the location bar's setting between button-bar and
entry-bar in a user-friendly fashion.  It is currently not available in the
Preferences dialog and can only be changed with gconf-editor.

Other information:
The gconf entry that currently controls this setting is located at
apps/nautilus/preferences/always_use_location_entry.
Comment 1 Dave Foster 2006-01-25 23:43:33 UTC
I would like to see this added as an option as well.
Comment 2 Javeed Shaikh 2006-01-25 23:46:19 UTC
I agree completely. I see no reason not to implement this.
Comment 3 Justin Fitzsimmons 2006-01-27 22:56:33 UTC
Created attachment 58237 [details] [review]
Patch to add entry location bar configuration
Comment 4 Jaap A. Haitsma 2006-01-28 10:21:48 UTC
In the file chooser the plan is to have some button which let's you switch between the two modes ( bug 136541 ).  Would be nice if nautilus and the file chooser would use the same approach.
Comment 5 Martin Wehner 2006-01-31 01:19:08 UTC
Rejoice, it's in 2.13.90. Please see my comments on the list about it. I really think we need that button the file chooser bug is talking about.

2006-01-31  Martin Wehner  <martin.wehner@gmail.com>

	* src/nautilus-file-management-properties.c:
	(nautilus_file_management_properties_dialog_setup):
	* src/nautilus-file-management-properties.glade:
	Add the option to always use the location bar to the
	preferences dialog. Closes #328659.
	Patch from Justin Fitzsimmons <jfitzsimmons@gmail.com>