GNOME Bugzilla – Bug 312160
Jump To button opens file browser instead of spatial folder
Last modified: 2005-08-05 23:28:09 UTC
Since the default of nautilus is spatial I'd expect that a spatial folder would open
Thanks for your bug. Where is this button?
In the "Edit Bookmarks" dialog.
This relevant code is in src/nautilus-bookmark-window.c:open_selected_bookmark.
Christian. I don't know if you are already writing a patch for it. You seem to be faster then lightning in producing patches ;-) Just wanted to let you know that I'm (also) working on a patch.
Feel free to come up with a reasonable patch. I appreciate your involvement :). Developers, developers, developers, ... . Whatever.
Created attachment 50111 [details] [review] patch This patch respects all the user settings about navigation/spatial windows. It looks at what kind of window opened the bookmarks window and then opens the same kind of window. Furthermore it also solves a bug. In the original code a new nautilus application was made (nautilus_application_new) this generated the following ** (nautilus:16176): CRITICAL **: nautilus_view_factory_register: assertion `nautilus_view_factory_lookup (view_info->id) == NULL' failed ** (nautilus:16176): CRITICAL **: nautilus_view_factory_register: assertion `nautilus_view_factory_lookup (view_info->id) == NULL' failed ** (nautilus:16176): CRITICAL **: nautilus_view_factory_register: assertion `nautilus_view_factory_lookup (view_info->id) == NULL' failed
According to [1], a slightly modfied version of that patch has been committed. [1] http://mail.gnome.org/archives/nautilus-list/2005-August/msg00058.html