Comment 3 for bug 885592

Revision history for this message
Stefan Löffler (st.loeffler) wrote : Re: No "parent folder" button

I'm using the location bar in "location field mode" (http://linux.about.com/library/gnome/blgnome6n12b.htm). Sorry for not clarifying this earlier - I tried to remember where that setting was, but it appears to be gone from the preferences dialog :(.

FWIW, here is the corresponding part of gconf:

$ gconftool-2 -a /apps/nautilus/preferences
 executable_text_activation = ask
 enable_delete = false
 start_with_status_bar = true
 click_policy = double
 sidebar_cat_network_expander = true
 start_with_location_bar = true
 default_folder_viewer = icon-view
 media_autorun_x_content_open_folder = []
 sort_directories_first = true
 media_automount = true
 install_mime_activation = true
 show_directory_item_counts = local-only
 always_use_location_entry = true
 navigation_window_saved_geometry = 1443x760+475+290
 navigation_window_saved_maximized = false
 start_with_toolbar = true
 side_pane_view = places
 mouse_use_extra_buttons = true
 sidebar_cat_personal_expander = true
 show_advanced_permissions = false
 desktop_font = Ubuntu 11
 sidebar_width = 192
 date_format = locale
 confirm_trash = true
 always_use_browser = true
 show_icon_text = local-only
 sidebar_cat_devices_expander = true
 mouse_forward_button = 9
 toolbar_items = [Back,Forward,Up,StopReload,Search,LocationPathBar,ViewModeButton]
 media_automount_open = true
 media_autorun_never = false
 media_autorun_x_content_start_app = [x-content/software]
 mouse_back_button = 8
 clutter_test = 2
 show_image_thumbnails = local-only
 media_autorun_x_content_ignore = []
 start_with_sidebar = true
 thumbnail_limit = 0
 desktop_is_home_dir = false

Curiously, the "toolbar_items" entry contains "Up", but that seems to be ignored. So I guess this is a problem with not properly porting options in the update to oneiric?