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 347991 - add patch from sled 10 to include location bar icon
add patch from sled 10 to include location bar icon
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
2.15.x
Other Linux
: Normal enhancement
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-07-19 08:44 UTC by Sebastien Bacher
Modified: 2006-07-24 23:58 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
patch from the Novell package (4.15 KB, patch)
2006-07-19 08:47 UTC, Sebastien Bacher
none Details | Review

Description Sebastien Bacher 2006-07-19 08:44:56 UTC
That bug has been opened on https://launchpad.net/distros/ubuntu/+source/nautilus/+bug/53382

"Hi Suse linux enterprise desktop 10 has patched nautilus to include a button to quickly change the path bar to the location bar:

http://shots.osdir.com/slideshows/slideshow.php?release=700&slide=5&title=suse+el+desktop+10+screenshots

I believe this feature is included in gtk 2.10 file chooser.
...
> Thanks for your bug. Do you have any pointer to a discussion from Novel about it? Any reason to not make than request upstream instead of asking for a distro specific patch? Do you have a pointer to that patch?
...
I've found this link in opensuse:

http://lists.opensuse.org/archive/opensuse-commit/2006-May/0373.html
It includes the commit log and the patch.

it points to https://bugzilla.novell.com/show_bug.cgi?id=158279 (you need a novell account).
..."
Comment 1 Sebastien Bacher 2006-07-19 08:47:30 UTC
Created attachment 69164 [details] [review]
patch from the Novell package

That is the patch used by the Novell package
Comment 2 Sebastien Bacher 2006-07-19 08:49:48 UTC
Cc-ing Federico about this, since he did the path. Federico, did you forward that upstream already (make sure that's not a duplicate)? The question is off-topic for the bug, but is there any reason novell bugs are not browsable without an account?
Comment 3 Martin Wehner 2006-07-24 23:58:34 UTC
Nice, it's on HEAD:

2006-07-25  Martin Wehner  <martin.wehner@gmail.com>

	* src/nautilus-window-private.h (NautilusNavigationWindowDetails):
	Add a location_button field.

	* src/nautilus-navigation-window.c
	(nautilus_navigation_window_instance_init): Create the
	location_button.
	(location_button_toggled_cb): New callback.  Changes the
	preference for toggling between the path bar and the location bar.
	(always_use_location_entry_changed): Toggle the button as
	appropriate.

	Add a button to the location bar to toggle betwen the path bar
	and a location entry. (#347991)

	Patch from Federico Mena Quintero  <federico@novell.com>