GNOME Bugzilla – Bug 328659
Nautilus' "always_use_location_entry" not available in preferences
Last modified: 2006-01-31 01:19:08 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.
I would like to see this added as an option as well.
I agree completely. I see no reason not to implement this.
Created attachment 58237 [details] [review] Patch to add entry location bar configuration
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.
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>